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

Unified Diff: android_webview/lib/DEPS

Issue 10855171: Add a test runner for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback 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
index 2dc7f4058831e106d8f92b7b0d6f8a1430a6038c..6324617a27fbfbe9ac3ecbabb28f1dd227f1db5c 100644
--- a/android_webview/lib/DEPS
+++ b/android_webview/lib/DEPS
@@ -15,5 +15,16 @@ include_rules = [
"!chrome/browser/android/tab_android.h",
# Temporary until autofill becomes a browser component.
- "!chrome/browser/autofill/autofill_external_delegate.h"
+ "!chrome/browser/autofill/autofill_external_delegate.h",
+
+ # Temporary until we implement our own versions of the *Client classes.
+ "!chrome/browser/browser_process.h",
+ "!chrome/browser/profiles/profile.h",
+ "!chrome/browser/profiles/profile_manager.h",
+
+ # Temporary until the javascript dialog creator is unpicked from WebView.
+ "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h",
+
+ # Temporarily required until we instantiate components individually.
+ "!chrome/browser/ui/tab_contents/tab_contents.h",
]

Powered by Google App Engine
This is Rietveld 408576698