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

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

Issue 466243002: Support merged Dart-JS callstacks (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 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 'variables': { 6 'variables': {
7 'bindings_common_dir': '.', 7 'bindings_common_dir': '.',
8 'bindings_common_files': [ 8 'bindings_common_files': [
9 'AbstractArrayValue.h', 9 'AbstractArrayValue.h',
10 'AbstractDictionary.h', 10 'AbstractDictionary.h',
11 'AbstractScriptValue.h', 11 'AbstractScriptValue.h',
12 'ArrayValue.h', 12 'ArrayValue.h',
13 'BindingSecurity.cpp', 13 'BindingSecurity.cpp',
14 'BindingSecurity.h', 14 'BindingSecurity.h',
15 'DeleteResult.h', 15 'DeleteResult.h',
16 'Dictionary.cpp', 16 'Dictionary.cpp',
17 'Dictionary.h', 17 'Dictionary.h',
18 'ExceptionMessages.cpp', 18 'ExceptionMessages.cpp',
19 'ExceptionMessages.h', 19 'ExceptionMessages.h',
20 'ExceptionState.h', 20 'ExceptionState.h',
21 'ExceptionStatePlaceholder.cpp', 21 'ExceptionStatePlaceholder.cpp',
22 'ExceptionStatePlaceholder.h', 22 'ExceptionStatePlaceholder.h',
23 'Nullable.h', 23 'Nullable.h',
24 'ScheduledAction.h', 24 'ScheduledAction.h',
25 'ScriptState.h', 25 'ScriptState.h',
26 'ScriptValue.cpp', 26 'ScriptValue.cpp',
27 'ScriptValue.h', 27 'ScriptValue.h',
28 'ScriptWrappable.h', 28 'ScriptWrappable.h',
29 'StackTrace.h', 29 'StackTrace.h',
30 'StackTrace.cpp',
30 ], 31 ],
31 }, 32 },
32 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698