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

Unified Diff: Source/bindings/core/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/core/v8/generated.gyp
diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp
index 25349ff716b5d41f38140852e3345f30d0682582..30162ced54a2380c74aefe0a1c6b6ad44bd53176 100644
--- a/Source/bindings/core/v8/generated.gyp
+++ b/Source/bindings/core/v8/generated.gyp
@@ -60,6 +60,7 @@
# computing dependencies file-by-file in the build.
# This data is generally stable.
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '<(bindings_core_output_dir)/ComponentInfoCore.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
@@ -86,6 +87,8 @@
'<(bindings_core_v8_output_dir)',
'--interfaces-info',
'<(bindings_modules_output_dir)/InterfacesInfoOverall.pickle',
+ '--component-info',
+ '<(bindings_core_output_dir)/ComponentInfoCore.pickle',
'--write-file-only-if-changed',
'<(write_file_only_if_changed)',
'<(RULE_INPUT_PATH)',

Powered by Google App Engine
This is Rietveld 408576698