From 11a6681bef7ef163eee2ec3d3fe5a84255e7b9d2 Mon Sep 17 00:00:00 2001 From: "mvstanton@chromium.org" Date: Tue, 28 Oct 2014 12:09:48 +0000 Subject: [PATCH] Removed non-existent files from gyp and GN builds. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/682793005 Cr-Commit-Position: refs/heads/master@{#24932} git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24932 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- BUILD.gn | 2 -- tools/gyp/v8.gyp | 2 -- 2 files changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index be1c01b..85adb59 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", diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index 72437d8..a87243f 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', -- 2.7.4