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

Unified Diff: android_webview/lib/DEPS

Issue 10825155: Build target for Android WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Shuffle files about a bit and address comments Created 8 years, 4 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: android_webview/lib/DEPS
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..14fa70d6b89d6418c54fc42fd76887bf7b39e4fd
--- /dev/null
+++ b/android_webview/lib/DEPS
@@ -0,0 +1,8 @@
+# Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
+# under android_webview/ as they are keeping track of what needs to become a
+# Browser Component.
+
+include_rules = [
+ # Temporary until we no longer inherit from ChromeMainDelegate
+ "!chrome/app/chrome_main_delegate.h"
+]

Powered by Google App Engine
This is Rietveld 408576698