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

Side by Side Diff: sky/shell/BUILD.gn

Issue 952213005: Add missing dependency from Eric's last commit (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | 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 assert(is_android) 5 assert(is_android)
6 6
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 9
10 group("shell") { 10 group("shell") {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 deps = [ 54 deps = [
55 "//base", 55 "//base",
56 "//base:i18n", 56 "//base:i18n",
57 "//build/config/sanitizers:deps", 57 "//build/config/sanitizers:deps",
58 "//mojo/android:libsystem_java", 58 "//mojo/android:libsystem_java",
59 "//mojo/common", 59 "//mojo/common",
60 "//mojo/edk/system", 60 "//mojo/edk/system",
61 "//mojo/public/cpp/application", 61 "//mojo/public/cpp/application",
62 "//mojo/public/interfaces/application", 62 "//mojo/public/interfaces/application",
63 "//mojo/services/navigation/public/interfaces",
63 "//mojo/services/network/public/interfaces", 64 "//mojo/services/network/public/interfaces",
64 "//skia", 65 "//skia",
65 "//sky/engine", 66 "//sky/engine",
66 "//sky/services/platform", 67 "//sky/services/platform",
67 "//sky/services/viewport", 68 "//sky/services/viewport",
68 "//ui/gfx/geometry", 69 "//ui/gfx/geometry",
69 "//ui/gl", 70 "//ui/gl",
70 ":jni_headers", 71 ":jni_headers",
71 ] 72 ]
72 } 73 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 asset_location = sky_shell_assets_dir 120 asset_location = sky_shell_assets_dir
120 121
121 deps = [ 122 deps = [
122 "//base:base_java", 123 "//base:base_java",
123 ":assets", 124 ":assets",
124 ":java", 125 ":java",
125 ":resources", 126 ":resources",
126 ":sky_shell", 127 ":sky_shell",
127 ] 128 ]
128 } 129 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698