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

Unified Diff: chrome/test/BUILD.gn

Issue 2697933002: Remove factory methods from ChromeApplication. (Closed)
Patch Set: Rebase Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e62cad08d72a950288366fd5d478b7efe3710c01..03d45d7614d313ccd655a1803787e0d613ad7fcf 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1293,6 +1293,7 @@ test("browser_tests") {
# TODO(jbudorick): In progress. See crbug.com/611756
if (is_android) {
deps += [
+ "//chrome/android:app_hooks_java",
"//chrome/android:chrome_java",
"//v8:v8_external_startup_data_assets",
]
@@ -5120,6 +5121,7 @@ if (is_android) {
java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_apk/ChromeNativeTestApplication.java" ]
deps = [
"//base:base_java",
+ "//chrome/android:app_hooks_java",
"//chrome/android:chrome_java",
"//content/public/android:content_java",
]
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698