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

Unified Diff: Source/bindings/generated.gyp

Issue 300273005: Bindings build: split compute_interfaces_info into 2 stages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debugging Created 6 years, 7 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 | « Source/bindings/core/v8/generated.gyp ('k') | Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/generated.gyp
diff --git a/Source/bindings/generated.gyp b/Source/bindings/generated.gyp
index 5d66da136fb05a35dd0b1b29017df1fe81418fee..0fb621024ba2110645e0a1f643ce07d8af54de76 100644
--- a/Source/bindings/generated.gyp
+++ b/Source/bindings/generated.gyp
@@ -83,45 +83,5 @@
}]
},
################################################################################
- {
- # FIXME: interfaces_info is used by bindings_core, but depend on modules,
- # which violates layering http://crbug.com/358074
- # Generate separate interfaces_info_core and interfaces_info_modules
- 'target_name': 'interfaces_info',
- 'type': 'none',
- 'dependencies': [
- # Generated IDLs
- 'global_constructors_idls',
- '../core/core_generated.gyp:generated_testing_idls',
- ],
- 'actions': [{
- 'action_name': 'compute_interfaces_info',
- 'inputs': [
- 'scripts/compute_interfaces_info.py',
- 'scripts/utilities.py',
- '<(static_idl_files_list)',
- '<@(static_idl_files)',
- '<@(generated_idl_files)',
- ],
- 'outputs': [
- '<(blink_output_dir)/InterfacesInfo.pickle',
- ],
- 'action': [
- 'python',
- 'scripts/compute_interfaces_info.py',
- '--idl-files-list',
- '<(static_idl_files_list)',
- '--interfaces-info-file',
- '<(blink_output_dir)/InterfacesInfo.pickle',
- '--write-file-only-if-changed',
- '<(write_file_only_if_changed)',
- '--',
- # Generated files must be passed at command line
- '<@(generated_idl_files)',
- ],
- 'message': 'Computing global information about IDL files',
- }]
- },
-################################################################################
], # targets
}
« no previous file with comments | « Source/bindings/core/v8/generated.gyp ('k') | Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698