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

Side by Side Diff: mojo/shell/standalone/BUILD.gn

Issue 1667273002: Creates BackgroundShell and uses it in test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 4 years, 10 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 | « mojo/shell/background/background_shell_main.cc ('k') | mojo/shell/standalone/android/main.cc » ('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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } else { 47 } else {
48 sources += [ 48 sources += [
49 "android/context_init.h", 49 "android/context_init.h",
50 "android/library_loader.cc", 50 "android/library_loader.cc",
51 "android/main.cc", 51 "android/main.cc",
52 "android/main.h", 52 "android/main.h",
53 ] 53 ]
54 54
55 deps += [ 55 deps += [
56 ":jni_headers", 56 ":jni_headers",
57 "//base:i18n",
57 "//components/mus", 58 "//components/mus",
58 "//components/mus/ws:lib", 59 "//components/mus/ws:lib",
59 "//mojo/shell", 60 "//mojo/shell",
60 "//ui/gl", 61 "//ui/gl",
61 "//ui/platform_window/android", 62 "//ui/platform_window/android",
62 ] 63 ]
63 } 64 }
64 } 65 }
65 66
66 executable("standalone") { 67 executable("standalone") {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ":copy_mojo_shell_standalone", 299 ":copy_mojo_shell_standalone",
299 ":java", 300 ":java",
300 ":mojo_shell_standalone_apptests_assets", 301 ":mojo_shell_standalone_apptests_assets",
301 ":resources", 302 ":resources",
302 "//base:base_java", 303 "//base:base_java",
303 "//ui/platform_window/android:platform_window_java", 304 "//ui/platform_window/android:platform_window_java",
304 google_play_services_resources, 305 google_play_services_resources,
305 ] 306 ]
306 } 307 }
307 } 308 }
OLDNEW
« no previous file with comments | « mojo/shell/background/background_shell_main.cc ('k') | mojo/shell/standalone/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698