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

Unified Diff: Source/modules/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/core/core.gypi ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index a6c6cbde3eb1de61d9d2ba1eb76c19b80383e63b..7074cb8dad61ba92fb4d8fe16f70180456eb59ab 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -19,6 +19,8 @@ source_set("modules") {
sources = rebase_path(modules_files, ".", "//")
sources += bindings_modules_v8_files
sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//")
+ sources += rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//")
+ sources += rebase_path([ bindings_modules_generated_init_partial_interfaces_file ], ".", "//")
if (!is_win) {
sources -= [
@@ -54,6 +56,10 @@ source_set("modules") {
# GYP version: WebKit/Source/modules/modules.gyp:modules_testing
source_set("modules_testing") {
sources = modules_testing_files
+ sources += [
+ "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp",
+ "$bindings_modules_v8_output_dir/V8InternalsPartial.h",
+ ]
configs += [
"//third_party/WebKit/Source:config",
« no previous file with comments | « Source/core/core.gypi ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698