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

Side by Side Diff: Source/bindings/v8/v8.gypi

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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/v8/custom/custom.gypi ('k') | Source/modules/modules.gyp » ('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 { 5 {
6 'includes': [ 6 'includes': [
7 'custom/custom.gypi', 7 # FIXME: should move bindings_v8_files to bindings/core/v8 or
8 # bindings/modules/v8.
9 '../core/v8/custom/custom.gypi',
10 '../modules/v8/generated.gypi',
8 ], 11 ],
9 'variables': { 12 'variables': {
10 'bindings_v8_dir': '.', 13 'bindings_v8_dir': '.',
11 'bindings_v8_files': [ 14 'bindings_v8_files': [
12 '<@(bindings_v8_custom_files)', 15 '<@(bindings_core_v8_custom_files)',
13 'ActiveDOMCallback.cpp', 16 'ActiveDOMCallback.cpp',
14 'ActiveDOMCallback.h', 17 'ActiveDOMCallback.h',
15 'ArrayValue.cpp', 18 'ArrayValue.cpp',
16 'ArrayValue.h', 19 'ArrayValue.h',
17 'BindingSecurity.cpp', 20 'BindingSecurity.cpp',
18 'BindingSecurity.h', 21 'BindingSecurity.h',
19 'CallbackPromiseAdapter.h', 22 'CallbackPromiseAdapter.h',
20 'CustomElementBinding.cpp', 23 'CustomElementBinding.cpp',
21 'CustomElementBinding.h', 24 'CustomElementBinding.h',
22 'CustomElementConstructorBuilder.cpp', 25 'CustomElementConstructorBuilder.cpp',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'npruntime.cpp', 156 'npruntime.cpp',
154 'npruntime_impl.h', 157 'npruntime_impl.h',
155 'npruntime_priv.h', 158 'npruntime_priv.h',
156 ], 159 ],
157 'bindings_v8_unittest_files': [ 160 'bindings_v8_unittest_files': [
158 'IDBBindingUtilitiesTest.cpp', 161 'IDBBindingUtilitiesTest.cpp',
159 'ScriptPromiseTest.cpp', 162 'ScriptPromiseTest.cpp',
160 ], 163 ],
161 }, 164 },
162 } 165 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/custom.gypi ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698