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

Side by Side Diff: Source/bindings/modules/idl.gypi

Issue 319593006: IDL build: remove dependency core global constructors → modules global objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/bindings/modules/generated.gypi ('k') | no next file » | 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 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces 5 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
6 6
7 { 7 {
8 'includes': [ 8 'includes': [
9 '../../modules/modules.gypi', 9 '../../modules/modules.gypi',
10 '../core/idl.gypi', 10 '../core/idl.gypi',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'modules_static_interface_idl_files': [ 58 'modules_static_interface_idl_files': [
59 '<@(modules_idl_files)', 59 '<@(modules_idl_files)',
60 ], 60 ],
61 'modules_static_dependency_idl_files': [ 61 'modules_static_dependency_idl_files': [
62 '<@(modules_dependency_idl_files)', 62 '<@(modules_dependency_idl_files)',
63 '<@(modules_testing_dependency_idl_files)', 63 '<@(modules_testing_dependency_idl_files)',
64 ], 64 ],
65 65
66 # Generated IDL files 66 # Generated IDL files
67 'modules_generated_dependency_idl_files': [ 67 'modules_generated_dependency_idl_files': [
68 '<@(modules_core_global_constructors_generated_idl_files)', # partial int erfaces
68 '<@(modules_global_constructors_generated_idl_files)', # partial interfac es 69 '<@(modules_global_constructors_generated_idl_files)', # partial interfac es
69 ], 70 ],
70 }, 71 },
71 } 72 }
OLDNEW
« no previous file with comments | « Source/bindings/modules/generated.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698