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

Unified Diff: Source/bindings/core/generated.gyp

Issue 670663002: IDL: Use IdlReader to compute interface_info_individual (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 2 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
Index: Source/bindings/core/generated.gyp
diff --git a/Source/bindings/core/generated.gyp b/Source/bindings/core/generated.gyp
index 8a082543aced1859a8cd158e1d18b6accf52b20c..c4909eb633a1a7d05e4202cbbc855895762ac475 100644
--- a/Source/bindings/core/generated.gyp
+++ b/Source/bindings/core/generated.gyp
@@ -61,10 +61,12 @@
{
'target_name': 'interfaces_info_individual_core',
'dependencies': [
+ '<(bindings_scripts_dir)/scripts.gyp:cached_lex_yacc_tables',
'../../core/core_generated.gyp:generated_testing_idls',
'core_global_constructors_idls',
],
'variables': {
+ 'cache_directory': '<(bindings_core_output_dir)/../scripts',
'static_idl_files': '<(core_static_idl_files)',
'generated_idl_files': '<(core_generated_idl_files)',
'output_file':
« no previous file with comments | « no previous file | Source/bindings/modules/generated.gyp » ('j') | Source/bindings/scripts/compute_interfaces_info_individual.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698