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

Side by Side Diff: sky/engine/bindings-dart/dart/scripts/scripts.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_dart_scripts_dir': '.',
8 'bindings_dart_scripts_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindin gs/dart/scripts',
9 'dart_dir': '../../../../../../dart',
10
11 'dart_idl_compiler_files': [
12 'dart_types.py',
13 'dart_attributes.py',
14 'code_generator_dart.py',
15 'dart_compiler.py',
16 'dart_interface.py',
17 'dart_utilities.py',
18 'idl_files.py',
19 'dart_tests.py',
20 'test/main.py',
21 'test/__init__.py',
22 'dart_methods.py',
23 '__init__.py',
24 'compiler.py',
25 'dart_callback_interface.py',
26 ],
27 },
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698