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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 14384004: Get rid of [Callback] extended attribute for parameters in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix whitespace issue in generated bindings Created 7 years, 8 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 | Source/bindings/scripts/CodeGenerator.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 4b7a2dcc0509497b407edf2721c8cf71aa4f5f02..bcb3c9ca81a8fa986d42a9976e2e59976fe79777 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -170,27 +170,11 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8<(RULE_INPUT_ROOT).h',
],
'variables': {
+ # IDL include paths. The generator will search recursively for IDL
+ # files under these locations.
'generator_include_dirs': [
- '--include', '../modules/filesystem',
- '--include', '../modules/indexeddb',
- '--include', '../modules/mediasource',
- '--include', '../modules/mediastream',
- '--include', '../modules/navigatorcontentutils',
- '--include', '../modules/notifications',
- '--include', '../modules/webaudio',
- '--include', '../modules/webdatabase',
- '--include', '../modules/webmidi',
- '--include', '../core/css',
- '--include', '../core/dom',
- '--include', '../core/fileapi',
- '--include', '../core/html',
- '--include', '../core/page',
- '--include', '../core/plugins',
- '--include', '../core/storage',
- '--include', '../core/svg',
- '--include', '../core/testing',
- '--include', '../core/workers',
- '--include', '../core/xml',
+ '--include', '../modules',
+ '--include', '../core',
'--include', '<(SHARED_INTERMEDIATE_DIR)/webkit',
],
},
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGenerator.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698