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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 13877023: Start putting absolute paths in generated files. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 79d2859dddf48db34bbd7ed01f6260eb966dc747..e96600429eea7f1f8069ac98e9ae7a452f5ba6da 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -171,19 +171,30 @@
],
'variables': {
'generator_include_dirs': [
+ # XXX: Make HFileForInterface() look in the dir of the current idl file, then most of the new ones can be pruned again
+ '--include', '../modules/battery',
+ '--include', '../modules/donottrack',
+ '--include', '../modules/geolocation',
'--include', '../modules/filesystem',
+ '--include', '../modules/gamepad',
'--include', '../modules/indexeddb',
+ '--include', '../modules/inputmethod',
'--include', '../modules/mediasource',
'--include', '../modules/mediastream',
'--include', '../modules/navigatorcontentutils',
'--include', '../modules/notifications',
+ '--include', '../modules/quota',
+ '--include', '../modules/speech',
'--include', '../modules/webaudio',
'--include', '../modules/webdatabase',
'--include', '../modules/webmidi',
+ '--include', '../modules/websockets',
'--include', '../core/css',
'--include', '../core/dom',
'--include', '../core/fileapi',
'--include', '../core/html',
+ '--include', '../core/inspector',
+ '--include', '../core/loader/appcache',
'--include', '../core/page',
'--include', '../core/plugins',
'--include', '../core/storage',
« 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