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

Side by Side Diff: mojo/dart/embedder/test/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni")
6 7
7 action("generate_test_snapshot_bin") { 8 action("generate_test_snapshot_bin") {
8 deps = [ 9 deps = [
9 "//dart/runtime/bin:gen_snapshot", 10 "//dart/runtime/bin:gen_snapshot",
10 ] 11 ]
11 inputs = [ 12 inputs = [
12 "test_snapshot.dart", 13 "test_snapshot.dart",
13 "//dart/runtime/tools/create_snapshot_bin.py", 14 "//dart/runtime/tools/create_snapshot_bin.py",
14 "//mojo/dart/embedder/builtin.dart", 15 "//mojo/dart/embedder/builtin.dart",
15 "//mojo/public/dart/bindings.dart", 16 "//mojo/public/dart/bindings.dart",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "//mojo/public/interfaces/bindings/tests:test_interfaces", 133 "//mojo/public/interfaces/bindings/tests:test_interfaces",
133 "//testing/gtest", 134 "//testing/gtest",
134 ] 135 ]
135 } 136 }
136 137
137 mojom("dart_to_cpp_bindings") { 138 mojom("dart_to_cpp_bindings") {
138 sources = [ 139 sources = [
139 "dart_to_cpp.mojom", 140 "dart_to_cpp.mojom",
140 ] 141 ]
141 } 142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698