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

Side by Side Diff: chrome/browser/google_apis/DEPS

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect comments 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/chromeos/gdata/drive_service_interface.h",
8 "!chrome/browser/chromeos/gdata/gdata_operations.h",
9 "!chrome/browser/chromeos/gdata/gdata_wapi_parser.h",
10 "!chrome/browser/chromeos/gdata/operation_runner.h",
11 "!chrome/browser/chromeos/gdata/operations_base.h",
12 "!chrome/browser/chromeos/gdata/task_util.h",
13 "!chrome/browser/chromeos/login/user_manager.h",
14 "!chrome/browser/prefs/pref_service.h",
15 "!chrome/browser/profiles/profile.h",
16 "!chrome/browser/signin/token_service_factory.h",
17 "!chrome/browser/signin/token_service.h",
18 "!chrome/common/chrome_notification_types.h",
19 "!chrome/common/chrome_switches.h",
20 "!chrome/common/net/url_util.h",
21 "!chrome/common/pref_names.h",
22 "!content/public/browser/browser_thread.h",
23 "!content/public/browser/notification_details.h",
24 "!content/public/browser/notification_observer.h",
25 "!content/public/browser/notification_registrar.h",
26 "!content/public/browser/notification_source.h",
27 "!content/public/browser/notification_types.h",
28 ]
29
30 specific_include_rules = {
31 ".*_[a-z]+test\.cc": [
32 # Temporarily needed, see http://crbug.com/146989
33 "!chrome/browser/chromeos/system/timezone_settings.h",
34 "!chrome/common/chrome_paths.h",
35 ],
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698