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

Side by Side Diff: mojo/dart/packages/_mojo_for_test_only/BUILD.gn

Issue 1539673003: Generate Mojom Types in Dart (Take 2) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Merge with master Created 4 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/dart/rules.gni") 5 import("//mojo/public/dart/rules.gni")
6 import("//mojo/services/mojo_services.gni") 6 import("//mojo/services/mojo_services.gni")
7 7
8 # TODO(johnmccutchan): Automate this. 8 # TODO(johnmccutchan): Automate this.
9 # for i in `find lib/|grep mojom.dart`;do echo \"$i\",;done 9 # for i in `find lib/|grep mojom.dart`;do echo \"$i\",;done
10 bindings_sources = [ 10 bindings_sources = [
11 "lib/mojo/examples/echo.mojom.dart", 11 "lib/mojo/examples/echo.mojom.dart",
12 "lib/mojo/test/serialization_test_structs.mojom.dart", 12 "lib/mojo/test/serialization_test_structs.mojom.dart",
13 "lib/mojo/test/validation_test_interfaces.mojom.dart", 13 "lib/mojo/test/validation_test_interfaces.mojom.dart",
14 "lib/mojo/test/test_unions.mojom.dart", 14 "lib/mojo/test/test_unions.mojom.dart",
15 "lib/mojo/test/test_included_unions.mojom.dart",
15 "lib/mojo/test/rect.mojom.dart", 16 "lib/mojo/test/rect.mojom.dart",
16 "lib/mojo/test/test_structs.mojom.dart", 17 "lib/mojo/test/test_structs.mojom.dart",
17 "lib/mojo/test/versioning/versioning_test_client.mojom.dart", 18 "lib/mojo/test/versioning/versioning_test_client.mojom.dart",
18 "lib/mojo/test/test_included_unions.mojom.dart", 19 "lib/mojo/test/test_included_unions.mojom.dart",
19 "lib/dart_to_cpp/dart_to_cpp.mojom.dart", 20 "lib/dart_to_cpp/dart_to_cpp.mojom.dart",
20 "lib/test/pingpong_service.mojom.dart", 21 "lib/test/pingpong_service.mojom.dart",
21 "lib/test/echo_service.mojom.dart", 22 "lib/test/echo_service.mojom.dart",
22 "lib/sample/sample_service.mojom.dart", 23 "lib/sample/sample_service.mojom.dart",
23 "lib/sample/sample_interfaces.mojom.dart", 24 "lib/sample/sample_interfaces.mojom.dart",
24 "lib/sample/sample_factory.mojom.dart", 25 "lib/sample/sample_factory.mojom.dart",
(...skipping 14 matching lines...) Expand all
39 "lib/async_helper.dart", 40 "lib/async_helper.dart",
40 "lib/expect.dart", 41 "lib/expect.dart",
41 "lib/validation_test_input_parser.dart", 42 "lib/validation_test_input_parser.dart",
42 ] + bindings_sources 43 ] + bindings_sources
43 44
44 deps = [ 45 deps = [
45 "//mojo/public/dart", 46 "//mojo/public/dart",
46 "//mojo/services", 47 "//mojo/services",
47 ] 48 ]
48 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698