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

Unified Diff: chrome/test/BUILD.gn

Issue 2697933002: Remove factory methods from ChromeApplication. (Closed)
Patch Set: Add some comments 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1d4129da8409566d42af0c71408a5ec9ac01eb6a..dbcd54402e4bae6a4d1efe4cd0f63209d954b59b 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_globals_java",
"//chrome/android:chrome_java",
"//v8:v8_external_startup_data_assets",
]
@@ -5113,6 +5114,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_globals_java",
"//chrome/android:chrome_java",
"//content/public/android:content_java",
]

Powered by Google App Engine
This is Rietveld 408576698