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

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

Issue 735983002: IDL: Defer typedef resolution (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/bindings/modules/v8/generated.gyp
diff --git a/Source/bindings/modules/v8/generated.gyp b/Source/bindings/modules/v8/generated.gyp
index 9d34684ab0fe2dcb2eed436ade3eb52908d31a65..784e1dfeafc42012cf57361a96e706ab4220f7bf 100644
--- a/Source/bindings/modules/v8/generated.gyp
+++ b/Source/bindings/modules/v8/generated.gyp
@@ -52,6 +52,7 @@
# computing dependencies file-by-file in the build.
# This data is generally stable.
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '<(bindings_modules_output_dir)/ComponentInfoModules.pickle',
# Further, if any dependency (partial interface or implemented
# interface) changes, rebuild everything, since every IDL potentially
# depends on them, because we're not computing dependencies
@@ -76,6 +77,8 @@
'<(bindings_modules_v8_output_dir)',
'--interfaces-info',
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '--component-info',
+ '<(bindings_modules_output_dir)/ComponentInfoModules.pickle',
'--write-file-only-if-changed',
'<(write_file_only_if_changed)',
'<(RULE_INPUT_PATH)',
@@ -201,6 +204,7 @@
# computing dependencies file-by-file in the build.
# This data is generally stable.
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '<(bindings_modules_output_dir)/ComponentInfoModules.pickle',
# Further, if any dependency (partial interface or implemented
# interface) changes, rebuild everything, since every IDL potentially
# depends on them, because we're not computing dependencies
@@ -226,6 +230,8 @@
'<(bindings_modules_v8_output_dir)',
'--interfaces-info',
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '--component-info',
+ '<(bindings_modules_output_dir)/ComponentInfoModules.pickle',
'--write-file-only-if-changed',
'<(write_file_only_if_changed)',
'--target-component',

Powered by Google App Engine
This is Rietveld 408576698