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

Unified Diff: chrome/browser/android/DEPS

Issue 1948503002: 🌞 Upstream targets for building native libraries for chrome/monochrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser/android/DEPS
diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS
index b5d525f1af80754ec3daec2eec0b060cd15ee1c4..0ea17df13b5791ab07c06ffb9335141beafa4e2b 100644
--- a/chrome/browser/android/DEPS
+++ b/chrome/browser/android/DEPS
@@ -11,3 +11,10 @@ include_rules = [
"+sync/android",
"+sync/test/fake_server/android",
]
+
+specific_include_rules = {
+ # Special-case where monochrome composes chrome+webview
+ ".*monochrome_entry_point\.cc": [
Torne 2016/05/04 12:33:04 Why is this .* ? Not familiar with this rule synta
Yaron 2016/05/04 13:07:44 you're right that it's unnecessary. removed
+ "+android_webview",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698