Reviewers: Yang,

Message:
Hi Yang, just a tiny thing I noticed building on windows. PTAL, thx,
--Michael

Description:
Removed non-existent files from gyp and GN builds.

Please review this at https://codereview.chromium.org/682793005/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M BUILD.gn
  M tools/gyp/v8.gyp


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index be1c01bed50adf192abca3c616e7ad362ea9073b..85adb59cc026b07034720b89456fd7cfbcb16498 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -641,7 +641,6 @@ source_set("v8_base") {
     "src/factory.h",
     "src/fast-dtoa.cc",
     "src/fast-dtoa.h",
-    "src/feedback-slots.h",
     "src/field-index.h",
     "src/field-index-inl.h",
     "src/fixed-dtoa.cc",
@@ -917,7 +916,6 @@ source_set("v8_base") {
     "src/unicode-decoder.cc",
     "src/unicode-decoder.h",
     "src/unique.h",
-    "src/uri.h",
     "src/utils-inl.h",
     "src/utils.cc",
     "src/utils.h",
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 72437d8ce1c9479cc2a814757cc50091ba94442d..a87243f657c4f284ae5d5daa72082dde0c8328a2 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -554,7 +554,6 @@
         '../../src/factory.h',
         '../../src/fast-dtoa.cc',
         '../../src/fast-dtoa.h',
-        '../../src/feedback-slots.h',
         '../../src/field-index.h',
         '../../src/field-index-inl.h',
         '../../src/fixed-dtoa.cc',
@@ -832,7 +831,6 @@
         '../../src/unicode-decoder.cc',
         '../../src/unicode-decoder.h',
         '../../src/unique.h',
-        '../../src/uri.h',
         '../../src/utils-inl.h',
         '../../src/utils.cc',
         '../../src/utils.h',


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to