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

Unified Diff: shell/BUILD.gn

Issue 788243007: Moves BackgroundShellApplicationLoader to shell/android (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: another printf Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index c9856e0873cbce95353bcd1b8700899222260235..16f8e8256511d8a62c9380d4c896fe4804586970 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -194,6 +194,8 @@ source_set("lib") {
"android/android_handler.h",
"android/android_handler_loader.cc",
"android/android_handler_loader.h",
+ "android/background_application_loader.cc",
+ "android/background_application_loader.h",
"android/ui_application_loader_android.cc",
"android/ui_application_loader_android.h",
]
@@ -390,6 +392,8 @@ test("mojo_shell_tests") {
]
if (is_android) {
+ sources += [ "android/background_application_loader_unittest.cc" ]
qsr 2014/12/17 10:34:34 This test is not run on android at the moment :( I
+
deps += [
# TODO(GYP):
#'../testing/android/native_test.gyp:native_test_native_code',

Powered by Google App Engine
This is Rietveld 408576698