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

Unified Diff: chrome/browser/google_apis/DEPS

Issue 10913184: Move basic operation components for Drive API to chrome/browser/google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move task_util Created 8 years, 3 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: chrome/browser/google_apis/DEPS
diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ce4357dd32e57623de3428ebe14d8cf5e6653e1f
--- /dev/null
+++ b/chrome/browser/google_apis/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ "-chrome",
+ "-content",
+ "+chrome/browser/google_apis",
+
+ # Temporarily needed, see http://crbug.com/146989
+ "!chrome/browser/browser_process.h",
+ "!chrome/common/net/url_util.h",
+ "!content/public/browser/browser_thread.h",
+]
+
+specific_include_rules = {
+ ".*_[a-z]+test\.cc": [
+ # Temporarily needed, see http://crbug.com/146989
kochi 2012/09/11 02:29:25 Could you describe what needs to be done for DEPS
nhiroki 2012/09/11 04:00:31 Okay, I'll describe what to do.
+ "!content/public/test/test_browser_thread.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698