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

Unified Diff: Source/modules/modules.gyp

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/BUILD.gn ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 08c6a24a714af1ea8f0fcb424f6ad9804b403430..811b11d28dd0bfc959f00da906c417914b49f5c1 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -53,6 +53,8 @@
'<@(modules_files)',
'<@(bindings_modules_v8_files)',
'<@(bindings_modules_v8_generated_aggregate_files)',
+ '<@(bindings_modules_v8_generated_partial_aggregate_files)',
+ '<(bindings_modules_v8_output_dir)/initPartialInterfacesInModules.cpp',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, 4334, ]
@@ -71,6 +73,8 @@
],
'sources': [
'<@(modules_testing_files)',
+ '<(bindings_modules_v8_output_dir)/V8InternalsPartial.cpp',
+ '<(bindings_modules_v8_output_dir)/V8InternalsPartial.h',
],
}],
« no previous file with comments | « Source/modules/BUILD.gn ('k') | Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698