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

Unified Diff: Source/bindings/modules/v8/generated.gyp

Issue 547383004: WebMIDI: Add MIDIOptions dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add assertion Created 6 years, 3 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/modules/v8/BUILD.gn ('k') | Source/modules/modules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/generated.gyp
diff --git a/Source/bindings/modules/v8/generated.gyp b/Source/bindings/modules/v8/generated.gyp
index da291547653bac1436c16cfd13b5ea8ce9a63a33..20858b57e6c9350fdf25ed7ea1f5a5067749260c 100644
--- a/Source/bindings/modules/v8/generated.gyp
+++ b/Source/bindings/modules/v8/generated.gyp
@@ -106,9 +106,59 @@
},
################################################################################
{
+ # GN version: //third_party/WebKit/Source/bindings/modules/v8:bindings_modules_dictionary_impl_generated
+ # http://crbug.com/358074; See comments on
+ # 'bindings_core_v8_generated_individual' target
+ 'target_name': 'bindings_modules_dictionary_impl_generated',
+ 'type': 'none',
+ 'hard_dependency': 1,
+ 'dependencies': [
+ '<(bindings_scripts_dir)/scripts.gyp:cached_jinja_templates',
+ '<(bindings_scripts_dir)/scripts.gyp:cached_lex_yacc_tables',
+ '../../modules/generated.gyp:interfaces_info',
+ ],
+ 'sources': [
+ '<@(modules_dictionary_idl_files)',
+ ],
+ 'actions': [{
+ 'action_name': 'idl_dictionary',
+ # See comment on bindings_core_dictionary_impl_generated
+ 'explicit_idl_action': 1,
+ 'msvs_cygwin_shell': 0,
+ 'inputs': [
+ '<@(modules_dictionary_idl_files)',
+ '<@(idl_lexer_parser_files)',
+ '<@(idl_cache_files)',
+ '<@(idl_compiler_files)',
+ '<(bindings_dir)/IDLExtendedAttributes.txt',
+ '<(bindings_modules_output_dir)/InterfacesInfoModules.pickle',
+ ],
+ 'outputs': [
+ '<@(generated_modules_dictionary_files)',
+ ],
+ 'action': [
+ 'python',
+ '<(bindings_scripts_dir)/idl_compiler.py',
+ '--cache-dir',
+ '<(bindings_scripts_output_dir)',
+ '--output-dir',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/',
+ '--interfaces-info',
+ '<(bindings_modules_output_dir)/InterfacesInfoModules.pickle',
+ '--write-file-only-if-changed',
+ '<(write_file_only_if_changed)',
+ '--generate-dictionary-impl',
+ '<(modules_dictionary_idl_files_list)',
+ ],
+ 'message': 'Generating modules IDL dictionary impl classes',
+ }],
+ },
+################################################################################
+ {
'target_name': 'bindings_modules_v8_generated',
'type': 'none',
'dependencies': [
+ 'bindings_modules_dictionary_impl_generated',
'bindings_modules_v8_generated_aggregate',
'bindings_modules_v8_generated_individual',
],
« no previous file with comments | « Source/bindings/modules/v8/BUILD.gn ('k') | Source/modules/modules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698