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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/generated.gyp

Issue 2248363002: [Bindings] Add option parser in aggregate_generated_bindings.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/bindings/modules/v8/generated.gyp
diff --git a/third_party/WebKit/Source/bindings/modules/v8/generated.gyp b/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
index 7c24411925b11eefd0a553bbd687ba0b2f587d9e..fffbec624ac65118c190a50416bf73e4b7ecedc9 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
@@ -103,9 +103,10 @@
'action': [
'python',
'<(bindings_scripts_dir)/aggregate_generated_bindings.py',
+ '--component-directory',
'modules',
+ '--input-file',
'<(modules_idl_files_list)',
- '--',
'<@(bindings_modules_v8_generated_aggregate_files)',
],
'message': 'Generating aggregate generated modules V8 bindings files',

Powered by Google App Engine
This is Rietveld 408576698