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

Side by Side Diff: sky/engine/bindings-dart/dart/scripts/templates/templates.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 'dart_code_generator_template_files': [
8 'attributes_cpp.template',
9 'callback_interface_cpp.template',
10 'callback_interface_h.template',
11 'dart_blink.template',
12 'global_cpp.template',
13 'global_h.template',
14 'interface_h.template',
15 'interface_cpp.template',
16 'interface_base_cpp.template',
17 'methods_cpp.template',
18 ],
19 },
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698