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

Side by Side Diff: sky/BUILD.gn

Issue 1211883004: Update Stocks.apk build tech (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 | « no previous file | sky/apk/stocks/AndroidManifest.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 group("sky") { 5 group("sky") {
6 testonly = true 6 testonly = true
7 7
8 deps = [ 8 deps = [
9 "//services/debugger", 9 "//services/debugger",
10 "//sky/engine/platform:platform_unittests", 10 "//sky/engine/platform:platform_unittests",
11 "//sky/engine/web:sky_unittests", 11 "//sky/engine/web:sky_unittests",
12 "//sky/engine/wtf:unittests", 12 "//sky/engine/wtf:unittests",
13 "//sky/sdk/example", 13 "//sky/sdk/example",
14 "//sky/tools/imagediff", 14 "//sky/tools/imagediff",
15 "//sky/tools/packager($host_toolchain)", 15 "//sky/tools/packager($host_toolchain)",
16 "//sky/tools/tester", 16 "//sky/tools/tester",
17 "//sky/viewer", 17 "//sky/viewer",
18 ":sky_apk", 18 ":sky_apk",
19 ] 19 ]
20 20
21 if (is_android) {
22 deps += [ "//sky/apk/stocks" ]
23 }
24
25 if (!is_android) { 21 if (!is_android) {
26 deps += [ "//third_party/mesa:osmesa" ] 22 deps += [ "//third_party/mesa:osmesa" ]
27 } 23 }
28 } 24 }
29 25
30 group("sky_apk") { 26 group("sky_apk") {
31 testonly = true 27 testonly = true
32 28
33 deps = [ 29 deps = [
34 "//sky/sdk", 30 "//sky/sdk",
35 ] 31 ]
36 32
37 if (is_android) { 33 if (is_android) {
38 deps += [ 34 deps += [
39 "//sky/apk/demo", 35 "//sky/apk/demo",
40 "//sky/services/intents", 36 "//sky/services/intents",
41 ] 37 ]
42 } 38 }
43 39
44 if (is_linux) { 40 if (is_linux) {
45 deps += [ "//sky/shell" ] 41 deps += [ "//sky/shell" ]
46 } 42 }
47 } 43 }
OLDNEW
« no previous file with comments | « no previous file | sky/apk/stocks/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698