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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/generated.gyp

Issue 1575743002: Add missing dependency from Blink IDLs to generated code aggregation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 9712503079bf91c86d40fb78003e0c8b04b50d43..050d0302bfa9c86ba25b1a5217edcb517cfa34a0 100644
--- a/third_party/WebKit/Source/bindings/core/v8/generated.gyp
+++ b/third_party/WebKit/Source/bindings/core/v8/generated.gyp
@@ -106,6 +106,7 @@
'inputs': [
'<(bindings_scripts_dir)/aggregate_generated_bindings.py',
'<(core_idl_files_list)',
+ '<@(core_interface_idl_files)',
],
'outputs': [
'<@(bindings_core_v8_generated_aggregate_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