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

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

Issue 1229673007: Add newton Dart library to //third_party/dart-pkg (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « DEPS ('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",
15 ":path", 16 ":path",
16 ":quiver", 17 ":quiver",
17 ":source_span", 18 ":source_span",
18 ":string_scanner", 19 ":string_scanner",
19 ":vector_math", 20 ":vector_math",
20 ":yaml", 21 ":yaml",
21 ] 22 ]
22 } 23 }
23 24
24 dart_pkg("archive") { 25 dart_pkg("archive") {
(...skipping 13 matching lines...) Expand all
38 } 39 }
39 40
40 dart_pkg("collection") { 41 dart_pkg("collection") {
41 pkg_dir = "//third_party/dart-pkg/collection" 42 pkg_dir = "//third_party/dart-pkg/collection"
42 } 43 }
43 44
44 dart_pkg("crypto") { 45 dart_pkg("crypto") {
45 pkg_dir = "//third_party/dart-pkg/crypto" 46 pkg_dir = "//third_party/dart-pkg/crypto"
46 } 47 }
47 48
49 dart_pkg("newton") {
50 pkg_dir = "//third_party/dart-pkg/newton"
51 }
52
48 dart_pkg("path") { 53 dart_pkg("path") {
49 pkg_dir = "//third_party/dart-pkg/path" 54 pkg_dir = "//third_party/dart-pkg/path"
50 } 55 }
51 56
52 dart_pkg("quiver") { 57 dart_pkg("quiver") {
53 pkg_dir = "//third_party/dart-pkg/quiver" 58 pkg_dir = "//third_party/dart-pkg/quiver"
54 } 59 }
55 60
56 dart_pkg("source_span") { 61 dart_pkg("source_span") {
57 pkg_dir = "//third_party/dart-pkg/source_span" 62 pkg_dir = "//third_party/dart-pkg/source_span"
58 } 63 }
59 64
60 dart_pkg("string_scanner") { 65 dart_pkg("string_scanner") {
61 pkg_dir = "//third_party/dart-pkg/string_scanner" 66 pkg_dir = "//third_party/dart-pkg/string_scanner"
62 } 67 }
63 68
64 dart_pkg("vector_math") { 69 dart_pkg("vector_math") {
65 pkg_dir = "//third_party/dart-pkg/vector_math" 70 pkg_dir = "//third_party/dart-pkg/vector_math"
66 } 71 }
67 72
68 dart_pkg("yaml") { 73 dart_pkg("yaml") {
69 pkg_dir = "//third_party/dart-pkg/yaml" 74 pkg_dir = "//third_party/dart-pkg/yaml"
70 } 75 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698