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

Unified Diff: Source/bindings/core/v8/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/bindings/core/idl.gypi ('k') | Source/bindings/core/v8/V8Binding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/BUILD.gn
diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn
index 0b83717fc7404aa0c1bfb9a537e8f47715b88925..3af4b6459553f594b624b4f462cf50eaed25d737 100644
--- a/Source/bindings/core/v8/BUILD.gn
+++ b/Source/bindings/core/v8/BUILD.gn
@@ -30,6 +30,8 @@ aggregate_generated_bindings("bindings_core_v8_generated_aggregate") {
idl_compiler("bindings_core_v8_generated_individual") {
sources = core_interface_idl_files
output_dir = bindings_core_v8_output_dir
+ output_name_suffix = ""
+ target_component = "core"
}
# bindings_core_dictionary_impl_generated in Source/bindings/core/v8/generated.gyp
« no previous file with comments | « Source/bindings/core/idl.gypi ('k') | Source/bindings/core/v8/V8Binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698