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

Side by Side Diff: chrome/browser/DEPS

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/android/bookmarks/bookmarks_bridge.h » ('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/browser",
16 "+components/bookmarks/core/common", 16 "+components/bookmarks/common",
17 "+components/bookmarks/core/test", 17 "+components/bookmarks/test",
18 "+components/breakpad", 18 "+components/breakpad",
19 "+components/cdm/browser", 19 "+components/cdm/browser",
20 "+components/cloud_devices/common", 20 "+components/cloud_devices/common",
21 "+components/data_reduction_proxy", 21 "+components/data_reduction_proxy",
22 "+components/dom_distiller", 22 "+components/dom_distiller",
23 "+components/domain_reliability", 23 "+components/domain_reliability",
24 "+components/favicon_base", 24 "+components/favicon_base",
25 "+components/feedback", 25 "+components/feedback",
26 "+components/gcm_driver", 26 "+components/gcm_driver",
27 "+components/google", 27 "+components/google",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "+third_party/WebKit/public/web/WebContextMenuData.h", 128 "+third_party/WebKit/public/web/WebContextMenuData.h",
129 "+third_party/WebKit/public/web/WebFindOptions.h", 129 "+third_party/WebKit/public/web/WebFindOptions.h",
130 "+third_party/WebKit/public/web/WebInputEvent.h", 130 "+third_party/WebKit/public/web/WebInputEvent.h",
131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
132 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 132 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
133 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 133 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
134 "+third_party/WebKit/public/web/WebPluginAction.h", 134 "+third_party/WebKit/public/web/WebPluginAction.h",
135 "+third_party/WebKit/public/web/WebTextDirection.h", 135 "+third_party/WebKit/public/web/WebTextDirection.h",
136 "+third_party/WebKit/public/web/WebWindowFeatures.h", 136 "+third_party/WebKit/public/web/WebWindowFeatures.h",
137 ] 137 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/bookmarks/bookmarks_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698