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

Side by Side Diff: chrome/browser/DEPS

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete defines in build files. Created 6 years 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/browser_commands_unittest.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/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "+components/sessions", 69 "+components/sessions",
70 "+components/signin", 70 "+components/signin",
71 "+components/startup_metric_utils", 71 "+components/startup_metric_utils",
72 "+components/storage_monitor", 72 "+components/storage_monitor",
73 "+components/suggestions", 73 "+components/suggestions",
74 "+components/sync_driver", 74 "+components/sync_driver",
75 "+components/translate/content/browser", 75 "+components/translate/content/browser",
76 "+components/translate/content/common", 76 "+components/translate/content/common",
77 "+components/translate/core/browser", 77 "+components/translate/core/browser",
78 "+components/translate/core/common", 78 "+components/translate/core/common",
79 "+components/ui",
79 "+components/url_matcher", 80 "+components/url_matcher",
80 "+components/user_manager", 81 "+components/user_manager",
81 "+components/user_prefs", 82 "+components/user_prefs",
82 "+components/web_modal", 83 "+components/web_modal",
83 "+components/web_cache/browser", 84 "+components/web_cache/browser",
84 "+components/webdata/common", 85 "+components/webdata/common",
85 "+components/web_resource", 86 "+components/web_resource",
86 "+content/public/browser", 87 "+content/public/browser",
87 "+content/test/net", 88 "+content/test/net",
88 "+courgette", 89 "+courgette",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "+third_party/WebKit/public/web/WebCache.h", 167 "+third_party/WebKit/public/web/WebCache.h",
167 "+third_party/WebKit/public/web/WebContextMenuData.h", 168 "+third_party/WebKit/public/web/WebContextMenuData.h",
168 "+third_party/WebKit/public/web/WebFindOptions.h", 169 "+third_party/WebKit/public/web/WebFindOptions.h",
169 "+third_party/WebKit/public/web/WebInputEvent.h", 170 "+third_party/WebKit/public/web/WebInputEvent.h",
170 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 171 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
171 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 172 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
172 "+third_party/WebKit/public/web/WebPluginAction.h", 173 "+third_party/WebKit/public/web/WebPluginAction.h",
173 "+third_party/WebKit/public/web/WebTextDirection.h", 174 "+third_party/WebKit/public/web/WebTextDirection.h",
174 "+third_party/WebKit/public/web/WebWindowFeatures.h", 175 "+third_party/WebKit/public/web/WebWindowFeatures.h",
175 ] 176 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/browser_commands_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698