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

Side by Side Diff: chrome/browser/DEPS

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 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/accessibility/accessibility_extension_api.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/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 9 "+chrome_elf/dll_hash",
10 "+chromeos", 10 "+chromeos",
11 "+components/autofill/content/browser", 11 "+components/autofill/content/browser",
12 "+components/autofill/content/common", 12 "+components/autofill/content/common",
13 "+components/autofill/core/browser", 13 "+components/autofill/core/browser",
14 "+components/autofill/core/common", 14 "+components/autofill/core/common",
15 "+components/bookmarks/core/browser", 15 "+components/bookmarks/core/browser",
16 "+components/bookmarks/core/common", 16 "+components/bookmarks/core/common",
17 "+components/breakpad", 17 "+components/breakpad",
18 "+components/cloud_devices/common", 18 "+components/cloud_devices/common",
19 "+components/data_reduction_proxy", 19 "+components/data_reduction_proxy",
20 "+components/dom_distiller", 20 "+components/dom_distiller",
21 "+components/domain_reliability", 21 "+components/domain_reliability",
22 "+components/favicon_base", 22 "+components/favicon_base",
23 "+components/infobars",
23 "+components/keyed_service", 24 "+components/keyed_service",
24 "+components/language_usage_metrics", 25 "+components/language_usage_metrics",
25 "+components/nacl/browser", 26 "+components/nacl/browser",
26 "+components/nacl/common", 27 "+components/nacl/common",
27 "+components/navigation_interception", 28 "+components/navigation_interception",
28 "+components/navigation_metrics", 29 "+components/navigation_metrics",
29 "+components/os_crypt", 30 "+components/os_crypt",
30 "+components/password_manager", 31 "+components/password_manager",
31 "+components/policy", 32 "+components/policy",
32 "+components/precache", 33 "+components/precache",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "+third_party/WebKit/public/web/WebContextMenuData.h", 120 "+third_party/WebKit/public/web/WebContextMenuData.h",
120 "+third_party/WebKit/public/web/WebFindOptions.h", 121 "+third_party/WebKit/public/web/WebFindOptions.h",
121 "+third_party/WebKit/public/web/WebInputEvent.h", 122 "+third_party/WebKit/public/web/WebInputEvent.h",
122 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 123 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
123 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 124 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
124 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 125 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
125 "+third_party/WebKit/public/web/WebPluginAction.h", 126 "+third_party/WebKit/public/web/WebPluginAction.h",
126 "+third_party/WebKit/public/web/WebTextDirection.h", 127 "+third_party/WebKit/public/web/WebTextDirection.h",
127 "+third_party/WebKit/public/web/WebWindowFeatures.h", 128 "+third_party/WebKit/public/web/WebWindowFeatures.h",
128 ] 129 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/accessibility/accessibility_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698