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

Side by Side Diff: sky/engine/bindings-dart/common/common.gypi

Issue 918273002: Remove bindings-dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'bindings_common_dir': '.',
8 'bindings_common_files': [
9 'AbstractArrayValue.h',
10 'AbstractScriptPromise.h',
11 'AbstractScriptPromiseResolver.h',
12 'AbstractScriptValue.h',
13 'ArrayValue.h',
14 'BindingSecurity.cpp',
15 'BindingSecurity.h',
16 'DeleteResult.h',
17 'ExceptionMessages.cpp',
18 'ExceptionMessages.h',
19 'ExceptionState.h',
20 'ExceptionStatePlaceholder.cpp',
21 'ExceptionStatePlaceholder.h',
22 'Nullable.h',
23 'ScheduledAction.h',
24 'ScriptPromiseResolver.h',
25 'ScriptState.h',
26 'ScriptValue.cpp',
27 'ScriptValue.h',
28 'ScriptWrappable.h',
29 ],
30 },
31 }
OLDNEW
« no previous file with comments | « sky/engine/bindings-dart/common/ScriptWrappable.h ('k') | sky/engine/bindings-dart/core/dart/DartApplicationLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698