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

Unified Diff: sky/engine/bindings-dart/dart/scripts/scripts.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/dart/scripts/scripts.gypi
diff --git a/sky/engine/bindings-dart/dart/scripts/scripts.gypi b/sky/engine/bindings-dart/dart/scripts/scripts.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..e29d53a2a5b082d14412c651068772102b4188df
--- /dev/null
+++ b/sky/engine/bindings-dart/dart/scripts/scripts.gypi
@@ -0,0 +1,28 @@
+# 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_dart_scripts_dir': '.',
+ 'bindings_dart_scripts_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/scripts',
+ 'dart_dir': '../../../../../../dart',
+
+ 'dart_idl_compiler_files': [
+ 'dart_types.py',
+ 'dart_attributes.py',
+ 'code_generator_dart.py',
+ 'dart_compiler.py',
+ 'dart_interface.py',
+ 'dart_utilities.py',
+ 'idl_files.py',
+ 'dart_tests.py',
+ 'test/main.py',
+ 'test/__init__.py',
+ 'dart_methods.py',
+ '__init__.py',
+ 'compiler.py',
+ 'dart_callback_interface.py',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698