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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 include_rules = [
2 "-chrome",
3 "-content",
4 "+chrome/browser/google_apis",
5
6 # Temporarily needed, see http://crbug.com/146989
7 "!chrome/browser/browser_process.h",
8 "!chrome/common/net/url_util.h",
9 "!content/public/browser/browser_thread.h",
10 ]
11
12 specific_include_rules = {
13 ".*_[a-z]+test\.cc": [
14 # 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.
15 "!content/public/test/test_browser_thread.h",
16 ],
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698