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

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: Updated bindings.gni 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
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 'custom/custom.gypi',
8 '../modules/v8/custom/custom.gypi',
Nils Barth (inactive) 2014/06/17 06:43:57 BTW, eventually we need to eliminate this file (on
tasak 2014/06/24 02:43:41 Yeah, we should remove the file. However, current
Nils Barth (inactive) 2014/06/24 03:14:02 Exactly!
8 ], 9 ],
9 'variables': { 10 'variables': {
10 'bindings_v8_dir': '.', 11 'bindings_v8_dir': '.',
11 'bindings_v8_files': [ 12 'bindings_v8_files': [
12 '<@(bindings_v8_custom_files)', 13 '<@(bindings_v8_custom_files)',
14 '<@(bindings_v8_modules_custom_files)',
13 'ActiveDOMCallback.cpp', 15 'ActiveDOMCallback.cpp',
14 'ActiveDOMCallback.h', 16 'ActiveDOMCallback.h',
15 'ArrayValue.cpp', 17 'ArrayValue.cpp',
16 'ArrayValue.h', 18 'ArrayValue.h',
17 'BindingSecurity.cpp', 19 'BindingSecurity.cpp',
18 'BindingSecurity.h', 20 'BindingSecurity.h',
19 'CallbackPromiseAdapter.h', 21 'CallbackPromiseAdapter.h',
20 'CustomElementBinding.cpp', 22 'CustomElementBinding.cpp',
21 'CustomElementBinding.h', 23 'CustomElementBinding.h',
22 'CustomElementConstructorBuilder.cpp', 24 'CustomElementConstructorBuilder.cpp',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'npruntime_impl.h', 158 'npruntime_impl.h',
157 'npruntime_priv.h', 159 'npruntime_priv.h',
158 ], 160 ],
159 'bindings_v8_unittest_files': [ 161 'bindings_v8_unittest_files': [
160 'IDBBindingUtilitiesTest.cpp', 162 'IDBBindingUtilitiesTest.cpp',
161 'ScriptPromiseResolverTest.cpp', 163 'ScriptPromiseResolverTest.cpp',
162 'ScriptPromiseTest.cpp', 164 'ScriptPromiseTest.cpp',
163 ], 165 ],
164 }, 166 },
165 } 167 }
OLDNEW
« Source/bindings/modules/v8/custom/custom.gypi ('K') | « Source/bindings/v8/custom/custom.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698