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

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

Issue 11275306: Revert 167627 - HTTP server for testing Google APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/google_apis/test_server/http_connection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 "-content", 3 "-content",
4 "+chrome/browser/google_apis", 4 "+chrome/browser/google_apis",
5 5
6 # Temporarily needed, see http://crbug.com/146989 6 # Temporarily needed, see http://crbug.com/146989
7 "!chrome/browser/browser_process.h", 7 "!chrome/browser/browser_process.h",
8 "!chrome/browser/chromeos/login/user_manager.h", 8 "!chrome/browser/chromeos/login/user_manager.h",
9 "!chrome/browser/prefs/pref_service.h", 9 "!chrome/browser/prefs/pref_service.h",
10 "!chrome/browser/profiles/profile.h", 10 "!chrome/browser/profiles/profile.h",
(...skipping 14 matching lines...) Expand all
25 "!content/public/browser/notification_types.h", 25 "!content/public/browser/notification_types.h",
26 "!webkit/user_agent/user_agent_util.h", 26 "!webkit/user_agent/user_agent_util.h",
27 ] 27 ]
28 28
29 specific_include_rules = { 29 specific_include_rules = {
30 ".*_[a-z]+test\.cc": [ 30 ".*_[a-z]+test\.cc": [
31 # Temporarily needed, see http://crbug.com/146989 31 # Temporarily needed, see http://crbug.com/146989
32 "!chrome/browser/chromeos/system/timezone_settings.h", 32 "!chrome/browser/chromeos/system/timezone_settings.h",
33 "!chrome/test/base/testing_profile.h", 33 "!chrome/test/base/testing_profile.h",
34 "!content/public/test/test_browser_thread.h", 34 "!content/public/test/test_browser_thread.h",
35 "!content/public/test/test_utils.h",
36 ], 35 ],
37 ".*_browsertest\.cc": [ 36 ".*_browsertest\.cc": [
38 "!chrome/browser/ui/browser.h", 37 "!chrome/browser/ui/browser.h",
39 "!chrome/test/base/in_process_browser_test.h", 38 "!chrome/test/base/in_process_browser_test.h",
40 "!chrome/test/base/ui_test_utils.h", 39 "!chrome/test/base/ui_test_utils.h",
41 ], 40 ]
42 "http_server.cc": [
43 "!content/public/test/test_utils.h",
44 ],
45 } 41 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/google_apis/test_server/http_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698