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

Unified Diff: third_party/WebKit/Source/bindings/core/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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/generated.gyp
diff --git a/third_party/WebKit/Source/bindings/core/v8/generated.gyp b/third_party/WebKit/Source/bindings/core/v8/generated.gyp
index c0607aab2f59425ef9e1e9dda1b17d2903a10ea1..b4ebde7db5f31c208b3ad2dc88b15c2a8ee4e7e6 100644
--- a/third_party/WebKit/Source/bindings/core/v8/generated.gyp
+++ b/third_party/WebKit/Source/bindings/core/v8/generated.gyp
@@ -114,9 +114,10 @@
'action': [
'python',
'<(bindings_scripts_dir)/aggregate_generated_bindings.py',
+ '--component-directory',
'core',
+ '--input-file',
'<(core_idl_files_list)',
- '--',
'<@(bindings_core_v8_generated_aggregate_files)',
],
'message': 'Generating aggregate generated core V8 bindings files',
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698