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

Unified Diff: shell/BUILD.gn

Issue 788243007: Moves BackgroundShellApplicationLoader to shell/android (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge 2 trunk 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 4506cc22e2e009cb489b30b6c59a1535ebf154ca..d36b7bbf01063e5b0825f231c63945dcc7bbb85d 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -196,6 +196,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/native_viewport_application_loader.cc",
"android/native_viewport_application_loader.h",
"android/ui_application_loader_android.cc",
@@ -398,6 +400,8 @@ test("mojo_shell_tests") {
]
if (is_android) {
+ sources += [ "android/background_application_loader_unittest.cc" ]
+
deps += [
# TODO(GYP):
#'../testing/android/native_test.gyp:native_test_native_code',

Powered by Google App Engine
This is Rietveld 408576698