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

Unified Diff: sky/engine/bindings-dart/common/common.gypi

Issue 875013003: Import Dart bindings as of Blink r188698. This merely copies the files over and does not attach any… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: sky/engine/bindings-dart/common/common.gypi
diff --git a/sky/engine/bindings-dart/common/common.gypi b/sky/engine/bindings-dart/common/common.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..45d03361e07d4193b735ba69e3bd38d13efe6793
--- /dev/null
+++ b/sky/engine/bindings-dart/common/common.gypi
@@ -0,0 +1,31 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'bindings_common_dir': '.',
+ 'bindings_common_files': [
+ 'AbstractArrayValue.h',
+ 'AbstractScriptPromise.h',
+ 'AbstractScriptPromiseResolver.h',
+ 'AbstractScriptValue.h',
+ 'ArrayValue.h',
+ 'BindingSecurity.cpp',
+ 'BindingSecurity.h',
+ 'DeleteResult.h',
+ 'ExceptionMessages.cpp',
+ 'ExceptionMessages.h',
+ 'ExceptionState.h',
+ 'ExceptionStatePlaceholder.cpp',
+ 'ExceptionStatePlaceholder.h',
+ 'Nullable.h',
+ 'ScheduledAction.h',
+ 'ScriptPromiseResolver.h',
+ 'ScriptState.h',
+ 'ScriptValue.cpp',
+ 'ScriptValue.h',
+ 'ScriptWrappable.h',
+ ],
+ },
+}
« 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