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

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: 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 | « android_webview/OWNERS ('k') | android_webview/lib/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/DEPS
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..2dc7f4058831e106d8f92b7b0d6f8a1430a6038c
--- /dev/null
+++ b/android_webview/lib/DEPS
@@ -0,0 +1,19 @@
+# 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 implement our own versions of the *Client classes.
+ "!chrome/common/chrome_content_client.h",
+ "!chrome/browser/chrome_content_browser_client.h",
+ "!chrome/renderer/chrome_content_renderer_client.h",
+
+ # Temporary until services we use no longer depend on Chrome's path service.
+ "!chrome/common/chrome_paths.h",
+
+ # Temporary until TabAndroid is in a more suitable place.
+ "!chrome/browser/android/tab_android.h",
+
+ # Temporary until autofill becomes a browser component.
+ "!chrome/browser/autofill/autofill_external_delegate.h"
+]
« no previous file with comments | « android_webview/OWNERS ('k') | android_webview/lib/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698