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

Side by Side Diff: Source/bindings/core/generated.gyp

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/core/core.gni ('k') | Source/bindings/core/generated.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Generate IDL interfaces info for core, used to generate bindings 5 # Generate IDL interfaces info for core, used to generate bindings
6 # 6 #
7 # Design doc: http://www.chromium.org/developers/design-documents/idl-build 7 # Design doc: http://www.chromium.org/developers/design-documents/idl-build
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ], 42 ],
43 'global_objects_file': 43 'global_objects_file':
44 '<(bindings_core_output_dir)/GlobalObjectsCore.pickle', 44 '<(bindings_core_output_dir)/GlobalObjectsCore.pickle',
45 'global_names_idl_files': [ 45 'global_names_idl_files': [
46 'Window', 46 'Window',
47 '<(blink_core_output_dir)/WindowCoreConstructors.idl', 47 '<(blink_core_output_dir)/WindowCoreConstructors.idl',
48 'SharedWorkerGlobalScope', 48 'SharedWorkerGlobalScope',
49 '<(blink_core_output_dir)/SharedWorkerGlobalScopeCoreConstructors.idl', 49 '<(blink_core_output_dir)/SharedWorkerGlobalScopeCoreConstructors.idl',
50 'DedicatedWorkerGlobalScope', 50 'DedicatedWorkerGlobalScope',
51 '<(blink_core_output_dir)/DedicatedWorkerGlobalScopeCoreConstructors.idl ', 51 '<(blink_core_output_dir)/DedicatedWorkerGlobalScopeCoreConstructors.idl ',
52 'UIWorkerGlobalScope',
53 '<(blink_core_output_dir)/UIWorkerGlobalScopeCoreConstructors.idl',
52 ], 54 ],
53 'outputs': [ 55 'outputs': [
54 '<@(core_global_constructors_generated_idl_files)', 56 '<@(core_global_constructors_generated_idl_files)',
55 '<@(core_global_constructors_generated_header_files)', 57 '<@(core_global_constructors_generated_header_files)',
56 ], 58 ],
57 }, 59 },
58 'includes': ['../../bindings/scripts/global_constructors.gypi'], 60 'includes': ['../../bindings/scripts/global_constructors.gypi'],
59 }, 61 },
60 ################################################################################ 62 ################################################################################
61 { 63 {
62 'target_name': 'interfaces_info_individual_core', 64 'target_name': 'interfaces_info_individual_core',
63 'dependencies': [ 65 'dependencies': [
64 '<(bindings_scripts_dir)/scripts.gyp:cached_lex_yacc_tables', 66 '<(bindings_scripts_dir)/scripts.gyp:cached_lex_yacc_tables',
65 '../../core/core_generated.gyp:generated_testing_idls', 67 '../../core/core_generated.gyp:generated_testing_idls',
66 'core_global_constructors_idls', 68 'core_global_constructors_idls',
67 ], 69 ],
68 'variables': { 70 'variables': {
69 'cache_directory': '<(bindings_core_output_dir)/../scripts', 71 'cache_directory': '<(bindings_core_output_dir)/../scripts',
70 'static_idl_files': '<(core_static_idl_files)', 72 'static_idl_files': '<(core_static_idl_files)',
71 'generated_idl_files': '<(core_generated_idl_files)', 73 'generated_idl_files': '<(core_generated_idl_files)',
72 'output_file': 74 'output_file':
73 '<(bindings_core_output_dir)/InterfacesInfoCoreIndividual.pickle', 75 '<(bindings_core_output_dir)/InterfacesInfoCoreIndividual.pickle',
74 }, 76 },
75 'includes': ['../../bindings/scripts/interfaces_info_individual.gypi'], 77 'includes': ['../../bindings/scripts/interfaces_info_individual.gypi'],
76 }, 78 },
77 ################################################################################ 79 ################################################################################
78 ], # targets 80 ], # targets
79 } 81 }
OLDNEW
« no previous file with comments | « Source/bindings/core/core.gni ('k') | Source/bindings/core/generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698