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

Side by Side Diff: chrome/browser/DEPS

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | chrome/browser/extensions/api/storage/managed_value_store_cache.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 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/core/browser", 9 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 10 "+components/autofill/core/common",
11 "+components/auto_login_parser", 11 "+components/auto_login_parser",
12 "+components/browser_context_keyed_service", 12 "+components/browser_context_keyed_service",
13 "+components/nacl/common", 13 "+components/nacl/common",
14 "+components/navigation_interception", 14 "+components/navigation_interception",
15 "+components/policy",
15 "+components/user_prefs", 16 "+components/user_prefs",
16 "+components/visitedlink/browser", 17 "+components/visitedlink/browser",
17 "+components/webdata", 18 "+components/webdata",
18 "+components/web_contents_delegate_android", 19 "+components/web_contents_delegate_android",
19 "+components/web_modal", 20 "+components/web_modal",
20 "+content/public/browser", 21 "+content/public/browser",
21 "+device/bluetooth", 22 "+device/bluetooth",
22 "+device/media_transfer_protocol", 23 "+device/media_transfer_protocol",
23 "+extensions/browser", 24 "+extensions/browser",
24 "+extensions/common", 25 "+extensions/common",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "+third_party/WebKit/public/web/WebCursorInfo.h", 101 "+third_party/WebKit/public/web/WebCursorInfo.h",
101 "+third_party/WebKit/public/web/WebFindOptions.h", 102 "+third_party/WebKit/public/web/WebFindOptions.h",
102 "+third_party/WebKit/public/web/WebInputEvent.h", 103 "+third_party/WebKit/public/web/WebInputEvent.h",
103 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 104 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
104 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 105 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
105 "+third_party/WebKit/public/web/WebPluginAction.h", 106 "+third_party/WebKit/public/web/WebPluginAction.h",
106 "+third_party/WebKit/public/web/WebScreenInfo.h", 107 "+third_party/WebKit/public/web/WebScreenInfo.h",
107 "+third_party/WebKit/public/web/WebTextDirection.h", 108 "+third_party/WebKit/public/web/WebTextDirection.h",
108 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
109 ] 110 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/storage/managed_value_store_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698