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

Unified Diff: android_webview/DEPS

Issue 10825155: Build target for Android WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chrome/ changes 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
« no previous file with comments | « no previous file | android_webview/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/DEPS
diff --git a/android_webview/DEPS b/android_webview/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ea141dc10b23cbc136fa69f7dcd64c293e786bb9
--- /dev/null
+++ b/android_webview/DEPS
@@ -0,0 +1,10 @@
+# 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.
+
+# Do not add any includes under chrome/ to this DEPS file. Code that depends on
+# chrome/ should go into android_webview/lib/ or be refactored.
+
+include_rules = [
+ "+content/public",
+]
« no previous file with comments | « no previous file | android_webview/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698