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

Side by Side Diff: Source/bindings/modules/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/idl.gni ('k') | Source/bindings/modules/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 modules, used to generate bindings 5 # Generate IDL interfaces info for modules, 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 '<(bindings_modules_output_dir)/GlobalObjectsModules.pickle', 171 '<(bindings_modules_output_dir)/GlobalObjectsModules.pickle',
172 'global_names_idl_files': [ 172 'global_names_idl_files': [
173 'Window', 173 'Window',
174 '<(blink_modules_output_dir)/WindowModulesConstructors.idl', 174 '<(blink_modules_output_dir)/WindowModulesConstructors.idl',
175 'SharedWorkerGlobalScope', 175 'SharedWorkerGlobalScope',
176 '<(blink_modules_output_dir)/SharedWorkerGlobalScopeModulesConstructors. idl', 176 '<(blink_modules_output_dir)/SharedWorkerGlobalScopeModulesConstructors. idl',
177 'DedicatedWorkerGlobalScope', 177 'DedicatedWorkerGlobalScope',
178 '<(blink_modules_output_dir)/DedicatedWorkerGlobalScopeModulesConstructo rs.idl', 178 '<(blink_modules_output_dir)/DedicatedWorkerGlobalScopeModulesConstructo rs.idl',
179 'ServiceWorkerGlobalScope', 179 'ServiceWorkerGlobalScope',
180 '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeModulesConstructors .idl', 180 '<(blink_modules_output_dir)/ServiceWorkerGlobalScopeModulesConstructors .idl',
181 'UIWorkerGlobalScope',
182 '<(blink_modules_output_dir)/UIWorkerGlobalScopeModulesConstructors.idl' ,
181 ], 183 ],
182 'outputs': [ 184 'outputs': [
183 '<@(modules_global_constructors_generated_idl_files)', 185 '<@(modules_global_constructors_generated_idl_files)',
184 '<@(modules_global_constructors_generated_header_files)', 186 '<@(modules_global_constructors_generated_header_files)',
185 ], 187 ],
186 }, 188 },
187 'includes': ['../../bindings/scripts/global_constructors.gypi'], 189 'includes': ['../../bindings/scripts/global_constructors.gypi'],
188 }, 190 },
189 ################################################################################ 191 ################################################################################
190 { 192 {
(...skipping 26 matching lines...) Expand all
217 '<(bindings_modules_output_dir)/InterfacesInfoModulesIndividual.pickle', 219 '<(bindings_modules_output_dir)/InterfacesInfoModulesIndividual.pickle',
218 ], 220 ],
219 'output_file': 221 'output_file':
220 '<(bindings_modules_output_dir)/InterfacesInfoModules.pickle', 222 '<(bindings_modules_output_dir)/InterfacesInfoModules.pickle',
221 }, 223 },
222 'includes': ['../../bindings/scripts/interfaces_info_overall.gypi'], 224 'includes': ['../../bindings/scripts/interfaces_info_overall.gypi'],
223 }, 225 },
224 ################################################################################ 226 ################################################################################
225 ], # targets 227 ], # targets
226 } 228 }
OLDNEW
« no previous file with comments | « Source/bindings/idl.gni ('k') | Source/bindings/modules/generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698