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

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: 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
« no previous file with comments | « no previous file | Source/bindings/modules/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/generated.gyp
diff --git a/Source/bindings/core/generated.gyp b/Source/bindings/core/generated.gyp
index 34bfcfa79df542e7274fa13115bdea30a4ac15c3..a54cddca765b91343b0af8143b2834fa885fc4d1 100644
--- a/Source/bindings/core/generated.gyp
+++ b/Source/bindings/core/generated.gyp
@@ -59,6 +59,7 @@
'core_global_constructors_idls',
],
'variables': {
+ 'cache_directory': '<(bindings_core_output_dir)/../scripts',
bashi 2014/10/21 05:46:55 'cache_directory' contains 'lextab.py', which is r
Jens Widell 2014/10/21 10:59:39 The gyp target that generates lextab.py is 'cache_
'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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698