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

Unified Diff: chrome/android/BUILD.gn

Issue 2739503002: Remove templating from MonochromeApplication. (Closed)
Patch Set: Add DEPS rule for MonochromeApplication Created 3 years, 9 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 | « no previous file | chrome/android/java/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 10e4978a405393bad820024220f8c3920c564b9c..b361428ef23edc5d0374ea072704fac9935e271c 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -750,16 +750,27 @@ chrome_public_apk_tmpl_shared("chrome_modern_public_apk") {
load_library_from_apk = chromium_linker_supported
}
+android_library("monochrome_java") {
+ deps = [
+ "//android_webview/glue",
+ "//base:base_java",
+ "//chrome/android:chrome_java",
+ "//content/public/android:content_java",
+ ]
+ java_files =
+ [ "java/src/org/chromium/chrome/browser/MonochromeApplication.java" ]
+}
+
monochrome_public_apk_tmpl("monochrome_public_apk") {
android_manifest = monochrome_public_android_manifest
android_manifest_dep = ":monochrome_public_android_manifest"
apk_name = "MonochromePublic"
deps = [
+ ":monochrome_java",
"//base:base_java",
"//chrome/android:app_hooks_java",
"//chrome/android:chrome_java",
- "//chrome/android/java/templates:public_monochrome_java",
]
}
« no previous file with comments | « no previous file | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698