Index: Source/core/BUILD.gn |
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn |
index e3fbb730c1e26aeffc91b056979e68d5bc8e8556..4a4e1874070416a6e9ab8ee41282acd0d1b90e9d 100644 |
--- a/Source/core/BUILD.gn |
+++ b/Source/core/BUILD.gn |
@@ -131,7 +131,6 @@ source_set("prerequisites") { |
"//third_party/WebKit/Source:config", |
"//third_party/WebKit/Source:inside_blink", |
"//third_party/WebKit/Source:npapi_stub", |
- "//third_party/WebKit/Source/platform:v8_stub_config", |
] |
} |
@@ -168,7 +167,6 @@ source_set("core") { |
direct_dependent_configs = [ |
":core_include_dirs", |
"//third_party/WebKit/Source:npapi_stub", |
- "//third_party/WebKit/Source/platform:v8_stub_config", |
jamesr
2014/06/11 20:03:09
these might need to forward v8, but i haven't foun
|
] |
# TODO(GYP) IPP libraries pkg-config. These seem to be experimental and used |
@@ -395,8 +393,6 @@ source_set("core_generated") { |
configs += [ |
"..:inside_blink", |
- # TODO(GYP) erase when v8 is ported. |
- "../platform:v8_stub_config", |
"..:npapi_stub", |
] |