aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-11-04 01:04:58 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-11-04 01:06:14 +0000
commite1b4ab6408e609fecb22738da9703f9073a66099 (patch)
tree37201afb4b6fee29bdafdf2efbbe25626b7f19a5 /BUILD.gn
parent17c668531c119125de3871a120e16b2a9bcaa567 (diff)
downloadv8-e1b4ab6408e609fecb22738da9703f9073a66099.tar.gz
Version 3.30.30 (based on ce06f447d6c49dbee94a889a996bdee3b50f8e52)
Performance and stability improvements on all platforms. Cr-Commit-Position: refs/heads/candidates@{#25089} git-svn-id: https://v8.googlecode.com/svn/trunk@25089 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5742de706..a89fdb13d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -576,6 +576,8 @@ source_set("v8_base") {
"src/compiler/schedule.h",
"src/compiler/scheduler.cc",
"src/compiler/scheduler.h",
+ "src/compiler/select-lowering.cc",
+ "src/compiler/select-lowering.h",
"src/compiler/simplified-lowering.cc",
"src/compiler/simplified-lowering.h",
"src/compiler/simplified-operator-reducer.cc",