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

Unified Diff: sky/engine/bindings-dart/core/dart/dart.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/core/dart/dart.gypi
diff --git a/sky/engine/bindings-dart/core/dart/dart.gypi b/sky/engine/bindings-dart/core/dart/dart.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..50674ca747a8ee2d48da83f5044c5740f6fac7a1
--- /dev/null
+++ b/sky/engine/bindings-dart/core/dart/dart.gypi
@@ -0,0 +1,111 @@
+# 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.
+
+{
+ 'includes': [
+ 'custom/custom.gypi',
+ '../../modules/dart/generated.gypi',
+ 'dart-native-extensions.gypi',
+ ],
+ 'variables': {
+ 'bindings_core_dart_dir': '.',
+ 'bindings_core_dart_files': [
+ '<@(bindings_core_dart_custom_files)',
+ 'DartApplicationLoader.cpp',
+ 'DartApplicationLoader.h',
+ 'DartCallback.cpp',
+ 'DartCallback.h',
+ 'DartBindingsCommonIncludes.h',
+ 'DartController.cpp',
+ 'DartController.h',
+ 'DartCustomElementBinding.cpp',
+ 'DartCustomElementBinding.h',
+ 'DartCustomElementConstructorBuilder.cpp',
+ 'DartCustomElementConstructorBuilder.h',
+ 'DartCustomElementLifecycleCallbacks.cpp',
+ 'DartCustomElementLifecycleCallbacks.h',
+ 'DartCustomElementWrapper.cpp',
+ 'DartCustomElementWrapper.h',
+ 'DartScriptDebugServer.cpp',
+ 'DartScriptDebugServer.h',
+ 'DartDOMData.cpp',
+ 'DartDOMData.h',
+ 'DartDOMWrapper.cpp',
+ 'DartDOMWrapper.h',
+ 'DartEventListener.cpp',
+ 'DartEventListener.h',
+ 'DartExceptionState.h',
+ 'DartExceptionState.cpp',
+ 'DartGCController.cpp',
+ 'DartGCController.h',
+ 'DartHandleProxy.cpp',
+ 'DartHandleProxy.h',
+ 'DartInjectedScriptHostHelper.cpp',
+ 'DartInjectedScriptHostHelper.h',
+ 'DartInjectedScript.cpp',
+ 'DartInjectedScript.h',
+ 'DartInjectedScriptManager.cpp',
+ 'DartInjectedScriptManager.h',
+ 'DartInspectorTimeline.h',
+ 'DartInspectorConsoleMessage.h',
+ 'DartInspectorConsoleMessage.cpp',
+ 'DartInspectorDebuggerAgent.h',
+ 'DartInspectorDebuggerAgent.cpp',
+ 'DartInspectorRuntimeAgent.h',
+ 'DartInspectorRuntimeAgent.cpp',
+ 'DartIsolateDestructionObserver.cpp',
+ 'DartIsolateDestructionObserver.h',
+ 'DartJsInterop.h',
+ 'DartJsInterop.cpp',
+ 'DartJsInteropData.h',
+ 'DartJsInteropData.cpp',
+ 'DartMutationCallback.cpp',
+ 'DartMutationCallback.h',
+ 'DartNativeUtilities.cpp',
+ 'DartNativeUtilities.h',
+ 'DartPageDebuggerAgent.cpp',
+ 'DartPageDebuggerAgent.h',
+ 'DartScheduledAction.cpp',
+ 'DartScheduledAction.h',
+ 'DartScriptDebugListener.h',
+ 'DartScriptPromise.cpp',
+ 'DartScriptPromise.h',
+ 'DartScriptPromiseResolver.cpp',
+ 'DartScriptPromiseResolver.h',
+ 'DartScriptState.cpp',
+ 'DartScriptState.h',
+ 'DartScriptValue.cpp',
+ 'DartScriptValue.h',
+ 'DartPersistentValue.cpp',
+ 'DartPersistentValue.h',
+ 'DartService.cpp',
+ 'DartService.h',
+ 'DartStringCache.cpp',
+ 'DartStringCache.h',
+ 'DartUtilities.cpp',
+ 'DartUtilities.h',
+ 'ThreadSafeDartIsolateWrapper.cpp',
+ 'ThreadSafeDartIsolateWrapper.h',
+ 'V8Converter.cpp',
+ 'V8Converter.h',
+ # FIXMEDART: These don't really belong here. But where?
+ # FIXMEDART: Add these back when generated as well as the
+ # blink_DartResolver.cpp.
+ 'DartSnapshot.bytes',
+ ],
+ 'conditions': [
+ ['enable_dart_native_extensions==1', {
+ 'bindings_core_dart_files': [
+ 'shared_lib/DartNativeExtensions.cpp',
+ 'shared_lib/DartNativeExtensions.h',
+ 'shared_lib/DartNativeExtensionsPosix.cpp',
+ 'shared_lib/DartNativeExtensionsWin.cpp',
+ ],
+ }],
+ ],
+ # FIXMEDART: Add unittests!
+ 'bindings_core_dart_unittest_files': [
+ ],
+ },
+}
« no previous file with comments | « sky/engine/bindings-dart/core/dart/custom/custom.gypi ('k') | sky/engine/bindings-dart/core/dart/dart-extras.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698