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

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: Created 8 years, 5 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..d1d409a8f2479a7be2260b9ed25906044dc03353
--- /dev/null
+++ b/android_webview/lib/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
Jói 2012/08/02 15:20:00 Could you add the following to this DEPS file, and
Torne 2012/08/03 10:31:36 Done.
+ "+content/public",
+
+ # Temporary until we no longer inherit from ChromeMainDelegate
+ "!chrome/app/chrome_main_delegate.h"
Jói 2012/08/02 15:20:00 I believe the plan was for all the temporary depen
Torne 2012/08/03 10:31:36 Sorry, I arrived at a different structure separate
+]

Powered by Google App Engine
This is Rietveld 408576698