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

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

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « services/dart/dart_apptests/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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//mojo/public/dart/rules.gni")
6
7 group("dart-pkg") {
8 deps = [
9 ":archive",
10 ":args",
11 ":box2d",
12 ":cassowary",
13 ":collection",
14 ":crypto",
15 ":path",
16 ":quiver",
17 ":source_span",
18 ":string_scanner",
19 ":vector_math",
20 ":yaml",
21 ]
22 }
23
24 dart_pkg("archive") {
25 pkg_dir = "//third_party/dart-pkg/archive"
26 }
27
28 dart_pkg("args") {
29 pkg_dir = "//third_party/dart-pkg/args"
30 }
31
32 dart_pkg("box2d") {
33 pkg_dir = "//third_party/dart-pkg/box2d"
34 }
35
36 dart_pkg("cassowary") {
37 pkg_dir = "//third_party/dart-pkg/cassowary"
38 }
39
40 dart_pkg("collection") {
41 pkg_dir = "//third_party/dart-pkg/collection"
42 }
43
44 dart_pkg("crypto") {
45 pkg_dir = "//third_party/dart-pkg/crypto"
46 }
47
48 dart_pkg("path") {
49 pkg_dir = "//third_party/dart-pkg/path"
50 }
51
52 dart_pkg("quiver") {
53 pkg_dir = "//third_party/dart-pkg/quiver"
54 }
55
56 dart_pkg("source_span") {
57 pkg_dir = "//third_party/dart-pkg/source_span"
58 }
59
60 dart_pkg("string_scanner") {
61 pkg_dir = "//third_party/dart-pkg/string_scanner"
62 }
63
64 dart_pkg("vector_math") {
65 pkg_dir = "//third_party/dart-pkg/vector_math"
66 }
67
68 dart_pkg("yaml") {
69 pkg_dir = "//third_party/dart-pkg/yaml"
70 }
OLDNEW
« no previous file with comments | « services/dart/dart_apptests/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698