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

Side by Side Diff: chrome/browser/DEPS

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/bookmarks/bookmarks_bridge.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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "+components/signin", 78 "+components/signin",
79 "+components/startup_metric_utils", 79 "+components/startup_metric_utils",
80 "+components/storage_monitor", 80 "+components/storage_monitor",
81 "+components/suggestions", 81 "+components/suggestions",
82 "+components/sync_driver", 82 "+components/sync_driver",
83 "+components/translate/content/browser", 83 "+components/translate/content/browser",
84 "+components/translate/content/common", 84 "+components/translate/content/common",
85 "+components/translate/core/browser", 85 "+components/translate/core/browser",
86 "+components/translate/core/common", 86 "+components/translate/core/common",
87 "+components/ui", 87 "+components/ui",
88 "+components/undo",
88 "+components/update_client", 89 "+components/update_client",
89 "+components/url_matcher", 90 "+components/url_matcher",
90 "+components/user_manager", 91 "+components/user_manager",
91 "+components/user_prefs", 92 "+components/user_prefs",
92 "+components/web_modal", 93 "+components/web_modal",
93 "+components/web_cache/browser", 94 "+components/web_cache/browser",
94 "+components/webdata/common", 95 "+components/webdata/common",
95 "+components/webdata_services", 96 "+components/webdata_services",
96 "+components/web_resource", 97 "+components/web_resource",
97 "+content/public/browser", 98 "+content/public/browser",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 176 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
176 "+third_party/WebKit/public/web/WebCache.h", 177 "+third_party/WebKit/public/web/WebCache.h",
177 "+third_party/WebKit/public/web/WebContextMenuData.h", 178 "+third_party/WebKit/public/web/WebContextMenuData.h",
178 "+third_party/WebKit/public/web/WebFindOptions.h", 179 "+third_party/WebKit/public/web/WebFindOptions.h",
179 "+third_party/WebKit/public/web/WebInputEvent.h", 180 "+third_party/WebKit/public/web/WebInputEvent.h",
180 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 181 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
181 "+third_party/WebKit/public/web/WebPluginAction.h", 182 "+third_party/WebKit/public/web/WebPluginAction.h",
182 "+third_party/WebKit/public/web/WebTextDirection.h", 183 "+third_party/WebKit/public/web/WebTextDirection.h",
183 "+third_party/WebKit/public/web/WebWindowFeatures.h", 184 "+third_party/WebKit/public/web/WebWindowFeatures.h",
184 ] 185 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/bookmarks/bookmarks_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698