Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: Source/core/BUILD.gn

Issue 329813002: GN: Depend on actual v8, not a stub target (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698