gn: Add missing source files to x86 build
authorjochen@chromium.org <jochen@chromium.org>
Tue, 30 Sep 2014 08:22:16 +0000 (08:22 +0000)
committerjochen@chromium.org <jochen@chromium.org>
Tue, 30 Sep 2014 08:22:16 +0000 (08:22 +0000)
R=jochen@chromium.org, jochen
BUG=none
LOG=n

Review URL: https://codereview.chromium.org/604553004

Patch from Cem Kocagil <ckocagil@chromium.org>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24306 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

BUILD.gn

index bfe4439..4a9f080 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -939,6 +939,8 @@ source_set("v8_base") {
       "src/compiler/ia32/instruction-codes-ia32.h",
       "src/compiler/ia32/instruction-selector-ia32.cc",
       "src/compiler/ia32/linkage-ia32.cc",
+      "src/ic/ia32/access-compiler-ia32.cc",
+      "src/ic/ia32/handler-compiler-ia32.cc",
       "src/ic/ia32/ic-ia32.cc",
       "src/ic/ia32/ic-compiler-ia32.cc",
       "src/ic/ia32/stub-cache-ia32.cc",