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

Side by Side Diff: chrome/browser/DEPS

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments Created 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "+components/translate/content/browser", 89 "+components/translate/content/browser",
90 "+components/translate/content/common", 90 "+components/translate/content/common",
91 "+components/translate/core/browser", 91 "+components/translate/core/browser",
92 "+components/translate/core/common", 92 "+components/translate/core/common",
93 "+components/ui", 93 "+components/ui",
94 "+components/undo", 94 "+components/undo",
95 "+components/update_client", 95 "+components/update_client",
96 "+components/url_matcher", 96 "+components/url_matcher",
97 "+components/user_manager", 97 "+components/user_manager",
98 "+components/user_prefs", 98 "+components/user_prefs",
99 "+components/user_prefs/tracked",
99 "+components/web_modal", 100 "+components/web_modal",
100 "+components/web_cache/browser", 101 "+components/web_cache/browser",
101 "+components/webdata/common", 102 "+components/webdata/common",
102 "+components/webdata_services", 103 "+components/webdata_services",
103 "+components/web_resource", 104 "+components/web_resource",
104 "+content/public/browser", 105 "+content/public/browser",
105 "+content/test/net", 106 "+content/test/net",
106 "+courgette", 107 "+courgette",
107 "+device/bluetooth", 108 "+device/bluetooth",
108 "+device/core", 109 "+device/core",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 186 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
186 "+third_party/WebKit/public/web/WebCache.h", 187 "+third_party/WebKit/public/web/WebCache.h",
187 "+third_party/WebKit/public/web/WebContextMenuData.h", 188 "+third_party/WebKit/public/web/WebContextMenuData.h",
188 "+third_party/WebKit/public/web/WebFindOptions.h", 189 "+third_party/WebKit/public/web/WebFindOptions.h",
189 "+third_party/WebKit/public/web/WebInputEvent.h", 190 "+third_party/WebKit/public/web/WebInputEvent.h",
190 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 191 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
191 "+third_party/WebKit/public/web/WebPluginAction.h", 192 "+third_party/WebKit/public/web/WebPluginAction.h",
192 "+third_party/WebKit/public/web/WebTextDirection.h", 193 "+third_party/WebKit/public/web/WebTextDirection.h",
193 "+third_party/WebKit/public/web/WebWindowFeatures.h", 194 "+third_party/WebKit/public/web/WebWindowFeatures.h",
194 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698