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

Side by Side Diff: apps/DEPS

Issue 23003004: Move apps tests from c/b/extensions to c/b/apps and refine DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct ordering in typi Created 7 years, 4 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
« no previous file with comments | « no previous file | apps/app_restore_service_browsertest.cc » ('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 "+base", 2 "+base",
3 "+content", 3 "+content",
4 "+components/browser_context_keyed_service", 4 "+components/browser_context_keyed_service",
5 "+components/user_prefs/pref_registry_syncable.h", 5 "+components/user_prefs/pref_registry_syncable.h",
6 "+components/web_modal", 6 "+components/web_modal",
7 "+extensions", 7 "+extensions",
8 "+net/base", 8 "+net/base",
9 "+skia/ext", 9 "+skia/ext",
10 "+third_party/skia/include", 10 "+third_party/skia/include",
11 "+ui", 11 "+ui",
12 "+win8", 12 "+win8",
13 # Temporary allowed includes. 13 # Temporary allowed includes.
14 # TODO(benwells): remove these (http://crbug.com/159366) 14 # TODO(benwells): remove these (http://crbug.com/159366)
15 "+chrome/browser/apps/app_browsertest_util.h",
15 "+chrome/browser/browser_process.h", 16 "+chrome/browser/browser_process.h",
16 "+chrome/browser/browser_shutdown.h", 17 "+chrome/browser/browser_shutdown.h",
17 "+chrome/browser/chrome_notification_types.h", 18 "+chrome/browser/chrome_notification_types.h",
18 "+chrome/browser/chromeos/drive", 19 "+chrome/browser/chromeos/drive",
19 "+chrome/browser/extensions", 20 "+chrome/browser/extensions",
20 "+chrome/browser/lifetime/application_lifetime.h", 21 "+chrome/browser/lifetime/application_lifetime.h",
21 "+chrome/browser/profiles", 22 "+chrome/browser/profiles",
22 "+chrome/browser/sessions/session_id.h", 23 "+chrome/browser/sessions/session_id.h",
23 "+chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h", 24 "+chrome/browser/ui/extensions/app_metro_infobar_delegate_win.h",
24 "+chrome/browser/ui/host_desktop.h", 25 "+chrome/browser/ui/host_desktop.h",
25 "+chrome/common/chrome_switches.h", 26 "+chrome/common/chrome_switches.h",
26 "+chrome/common/extensions", 27 "+chrome/common/extensions",
27 "+chrome/test/base/interactive_test_utils.h", 28 "+chrome/test/base/interactive_test_utils.h",
28 "+chrome/test/base/testing_profile.h", 29 "+chrome/test/base/testing_profile.h",
29 ] 30 ]
OLDNEW
« no previous file with comments | « no previous file | apps/app_restore_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698