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

Side by Side Diff: chrome/browser/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 | « apps/launcher.cc ('k') | chrome/browser/apps/app_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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "+components/signin", 59 "+components/signin",
60 "+components/startup_metric_utils", 60 "+components/startup_metric_utils",
61 "+components/storage_monitor", 61 "+components/storage_monitor",
62 "+components/suggestions", 62 "+components/suggestions",
63 "+components/sync_driver", 63 "+components/sync_driver",
64 "+components/translate/content/browser", 64 "+components/translate/content/browser",
65 "+components/translate/content/common", 65 "+components/translate/content/common",
66 "+components/translate/core/browser", 66 "+components/translate/core/browser",
67 "+components/translate/core/common", 67 "+components/translate/core/common",
68 "+components/url_matcher", 68 "+components/url_matcher",
69 "+components/user_manager",
69 "+components/user_prefs", 70 "+components/user_prefs",
70 "+components/web_modal", 71 "+components/web_modal",
71 "+components/webdata/common", 72 "+components/webdata/common",
72 "+content/public/browser", 73 "+content/public/browser",
73 "+content/test/net", 74 "+content/test/net",
74 "+courgette", 75 "+courgette",
75 "+device/bluetooth", 76 "+device/bluetooth",
76 "+device/media_transfer_protocol", 77 "+device/media_transfer_protocol",
77 "+extensions/browser", 78 "+extensions/browser",
78 "+extensions/common", 79 "+extensions/common",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "+third_party/WebKit/public/web/WebCache.h", 146 "+third_party/WebKit/public/web/WebCache.h",
146 "+third_party/WebKit/public/web/WebContextMenuData.h", 147 "+third_party/WebKit/public/web/WebContextMenuData.h",
147 "+third_party/WebKit/public/web/WebFindOptions.h", 148 "+third_party/WebKit/public/web/WebFindOptions.h",
148 "+third_party/WebKit/public/web/WebInputEvent.h", 149 "+third_party/WebKit/public/web/WebInputEvent.h",
149 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 150 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
150 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 151 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
151 "+third_party/WebKit/public/web/WebPluginAction.h", 152 "+third_party/WebKit/public/web/WebPluginAction.h",
152 "+third_party/WebKit/public/web/WebTextDirection.h", 153 "+third_party/WebKit/public/web/WebTextDirection.h",
153 "+third_party/WebKit/public/web/WebWindowFeatures.h", 154 "+third_party/WebKit/public/web/WebWindowFeatures.h",
154 ] 155 ]
OLDNEW
« no previous file with comments | « apps/launcher.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698