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

Side by Side Diff: apps/DEPS

Issue 444903002: [cros] user_manager component - move UserManagerBase and UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/launcher.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/public/app", 3 "+content/public/app",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+content/public/common", 5 "+content/public/common",
6 "+content/public/test", 6 "+content/public/test",
7 "+components/keyed_service", 7 "+components/keyed_service",
8 "+components/pref_registry/pref_registry_syncable.h", 8 "+components/pref_registry/pref_registry_syncable.h",
9 "+components/user_manager",
9 "+components/web_modal", 10 "+components/web_modal",
10 "+extensions", 11 "+extensions",
11 "+net/base", 12 "+net/base",
12 "+skia/ext", 13 "+skia/ext",
13 "+third_party/skia/include", 14 "+third_party/skia/include",
14 "+ui", 15 "+ui",
15 "+win8", 16 "+win8",
16 17
17 # Temporary allowed includes. 18 # Temporary allowed includes.
18 # TODO(benwells): remove these (http://crbug.com/159366) 19 # TODO(benwells): remove these (http://crbug.com/159366)
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "+chrome/browser/ui/browser.h", 52 "+chrome/browser/ui/browser.h",
52 "+chrome/test/base/in_process_browser_test.h", 53 "+chrome/test/base/in_process_browser_test.h",
53 "+chrome/test/base/interactive_test_utils.h", 54 "+chrome/test/base/interactive_test_utils.h",
54 "+chrome/test/base/testing_profile.h", 55 "+chrome/test/base/testing_profile.h",
55 # Temporary allowed testing include. 56 # Temporary allowed testing include.
56 # TODO(benwells): Move app_browsertest_util into apps component once there 57 # TODO(benwells): Move app_browsertest_util into apps component once there
57 # is an apps shell to test with. 58 # is an apps shell to test with.
58 "+chrome/browser/apps/app_browsertest_util.h", 59 "+chrome/browser/apps/app_browsertest_util.h",
59 ] 60 ]
60 } 61 }
OLDNEW
« no previous file with comments | « no previous file | apps/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698