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

Unified Diff: chrome/android/java/DEPS

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
Index: chrome/android/java/DEPS
diff --git a/chrome/android/java/DEPS b/chrome/android/java/DEPS
index cea2e2f7aebb12ebaa7fd5266d107b43013749e6..3c731b3b90d77143c1f5a96e21b50ea7358482a5 100644
--- a/chrome/android/java/DEPS
+++ b/chrome/android/java/DEPS
@@ -17,3 +17,10 @@ include_rules = [
"+content/public/android/java",
"+services/service_manager/public/java",
]
+
+specific_include_rules = {
+ # Special-case where monochrome composes chrome+webview
+ "MonochromeApplication\.java": [
+ "+android_webview/glue/java/src/com/android/webview/chromium/MonochromeLibraryPreloader.java",
+ ]
+}
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/org/chromium/chrome/browser/MonochromeApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698