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

Unified Diff: Source/web/BUILD.gn

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 2 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 | « Source/modules/modules.gyp ('k') | Source/web/WebTestingSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index 08d2ddfe1454288895459d47bed89e986b8b7de2..0c0aa568529a0309252ef45c1850596f14199492 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -69,6 +69,7 @@ component("web") {
sources += platform_web_unittest_files
sources += [ "WebTestingSupport.cpp" ]
+ include_dirs += [ "$root_gen_dir/blink" ]
}
if (is_android) {
@@ -86,6 +87,7 @@ source_set("test_support") {
"//third_party/WebKit/Source/core:testing",
"//third_party/WebKit/Source/modules:modules_testing",
"//third_party/WebKit/Source/wtf",
+ "//v8",
]
sources = [ "WebTestingSupport.cpp" ]
@@ -95,6 +97,10 @@ source_set("test_support") {
"//build/config/compiler:no_chromium_code",
"//third_party/WebKit/Source:config",
]
+
+ include_dirs = [
+ "$root_gen_dir/blink",
+ ]
}
}
« no previous file with comments | « Source/modules/modules.gyp ('k') | Source/web/WebTestingSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698