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

Side by Side Diff: third_party/dart-pkg/BUILD.gn

Issue 1260623003: Remove duplicate mojom.dart files from mojo_services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build Created 5 years, 4 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
« no previous file with comments | « mojo/dart/mojo_services/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6
7 group("dart-pkg") { 7 group("dart-pkg") {
8 deps = [ 8 deps = [
9 ":archive", 9 ":archive",
10 ":args", 10 ":args",
11 ":box2d", 11 ":box2d",
12 ":cassowary", 12 ":cassowary",
13 ":collection", 13 ":collection",
14 ":crypto", 14 ":crypto",
15 ":newton",
16 ":path", 15 ":path",
17 ":quiver", 16 ":quiver",
18 ":source_span", 17 ":source_span",
19 ":string_scanner", 18 ":string_scanner",
20 ":vector_math", 19 ":vector_math",
21 ":yaml", 20 ":yaml",
22 ] 21 ]
23 } 22 }
24 23
25 dart_pkg("archive") { 24 dart_pkg("archive") {
(...skipping 13 matching lines...) Expand all
39 } 38 }
40 39
41 dart_pkg("collection") { 40 dart_pkg("collection") {
42 pkg_dir = "//third_party/dart-pkg/collection" 41 pkg_dir = "//third_party/dart-pkg/collection"
43 } 42 }
44 43
45 dart_pkg("crypto") { 44 dart_pkg("crypto") {
46 pkg_dir = "//third_party/dart-pkg/crypto" 45 pkg_dir = "//third_party/dart-pkg/crypto"
47 } 46 }
48 47
49 dart_pkg("newton") {
50 pkg_dir = "//third_party/dart-pkg/newton"
51 }
52
53 dart_pkg("path") { 48 dart_pkg("path") {
54 pkg_dir = "//third_party/dart-pkg/path" 49 pkg_dir = "//third_party/dart-pkg/path"
55 } 50 }
56 51
57 dart_pkg("quiver") { 52 dart_pkg("quiver") {
58 pkg_dir = "//third_party/dart-pkg/quiver" 53 pkg_dir = "//third_party/dart-pkg/quiver"
59 } 54 }
60 55
61 dart_pkg("source_span") { 56 dart_pkg("source_span") {
62 pkg_dir = "//third_party/dart-pkg/source_span" 57 pkg_dir = "//third_party/dart-pkg/source_span"
63 } 58 }
64 59
65 dart_pkg("string_scanner") { 60 dart_pkg("string_scanner") {
66 pkg_dir = "//third_party/dart-pkg/string_scanner" 61 pkg_dir = "//third_party/dart-pkg/string_scanner"
67 } 62 }
68 63
69 dart_pkg("vector_math") { 64 dart_pkg("vector_math") {
70 pkg_dir = "//third_party/dart-pkg/vector_math" 65 pkg_dir = "//third_party/dart-pkg/vector_math"
71 } 66 }
72 67
73 dart_pkg("yaml") { 68 dart_pkg("yaml") {
74 pkg_dir = "//third_party/dart-pkg/yaml" 69 pkg_dir = "//third_party/dart-pkg/yaml"
75 } 70 }
OLDNEW
« no previous file with comments | « mojo/dart/mojo_services/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698