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

Unified Diff: Source/bindings/modules/v8/BUILD.gn

Issue 1248043003: Initial patch for the web modules layered platform proposal. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
Index: Source/bindings/modules/v8/BUILD.gn
diff --git a/Source/bindings/modules/v8/BUILD.gn b/Source/bindings/modules/v8/BUILD.gn
index fe98a12a202fa257bf78053b287d455562b0a99a..228ec6020d11e980b3334dcb7a3de12b227dc4b7 100644
--- a/Source/bindings/modules/v8/BUILD.gn
+++ b/Source/bindings/modules/v8/BUILD.gn
@@ -36,9 +36,10 @@ idl_compiler("bindings_modules_v8_generated_individual") {
# Note in GYP this is modules_interface_idl_files but this variable is just
# defined to modules_definition_idl_files.
sources = modules_definition_idl_files
- output_dir = bindings_modules_v8_output_dir
+ output_dir = bindings_modules_output_dir
output_name_suffix = ""
target_component = "modules"
+ is_web_modules = false
}
# bindings_modules_impl_generated in modules/v8/generated.gyp
@@ -55,9 +56,10 @@ idl_compiler("bindings_modules_v8_generated_partial_individual") {
# Note in GYP this is modules_interface_idl_files but this variable is just
# defined to modules_definition_idl_files.
sources = core_idl_with_modules_dependency_files + webcore_testing_idl_with_modules_dependency_files
- output_dir = bindings_modules_v8_output_dir
+ output_dir = bindings_modules_output_dir
output_name_suffix = "Partial"
target_component = "modules"
+ is_web_modules = false
}
# bindings_modules_generated_aggregate in modules/v8/generated.gyp

Powered by Google App Engine
This is Rietveld 408576698