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

Unified Diff: third_party/WebKit/Source/bindings/scripts/scripts.gni

Issue 2458913003: Add first sketch of the webmodules code generator. (Closed)
Patch Set: Implemented WebModuleAPI extended attribute. Created 4 years, 1 month 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: third_party/WebKit/Source/bindings/scripts/scripts.gni
diff --git a/third_party/WebKit/Source/bindings/scripts/scripts.gni b/third_party/WebKit/Source/bindings/scripts/scripts.gni
index d744ab7cc1457e98ff904b3b860c68a7920577c2..bdb3205f67b0b2a5c64999dad36345ce39031c98 100644
--- a/third_party/WebKit/Source/bindings/scripts/scripts.gni
+++ b/third_party/WebKit/Source/bindings/scripts/scripts.gni
@@ -41,6 +41,7 @@ idl_compiler_files = get_path_info([
# V8 code generator
"code_generator.py",
"code_generator_v8.py",
+ "code_generator_web_module.py",
"v8_attributes.py",
"v8_callback_function.py",
"v8_callback_interface.py",

Powered by Google App Engine
This is Rietveld 408576698