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', |