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

Side by Side Diff: sky/BUILD.gn

Issue 1210153009: Remove (almost all of) //sky/engine/web (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/engine/public/BUILD.gn » ('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",
12 "//sky/engine/wtf:unittests", 11 "//sky/engine/wtf:unittests",
13 "//sky/sdk/example", 12 "//sky/sdk/example",
14 "//sky/tools/imagediff", 13 "//sky/tools/imagediff",
15 "//sky/tools/packager($host_toolchain)", 14 "//sky/tools/packager($host_toolchain)",
16 "//sky/tools/tester", 15 "//sky/tools/tester",
17 "//sky/viewer", 16 "//sky/viewer",
18 ":sky_apk", 17 ":sky_apk",
19 ] 18 ]
20 19
21 if (!is_android) { 20 if (!is_android) {
(...skipping 12 matching lines...) Expand all
34 deps += [ 33 deps += [
35 "//sky/apk/demo", 34 "//sky/apk/demo",
36 "//sky/services/intents", 35 "//sky/services/intents",
37 ] 36 ]
38 } 37 }
39 38
40 if (is_linux) { 39 if (is_linux) {
41 deps += [ "//sky/shell" ] 40 deps += [ "//sky/shell" ]
42 } 41 }
43 } 42 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698