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

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: fix Build error in GN file 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/prefs/chrome_pref_service_factory.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/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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "+components/translate/content/browser", 90 "+components/translate/content/browser",
91 "+components/translate/content/common", 91 "+components/translate/content/common",
92 "+components/translate/core/browser", 92 "+components/translate/core/browser",
93 "+components/translate/core/common", 93 "+components/translate/core/common",
94 "+components/ui", 94 "+components/ui",
95 "+components/undo", 95 "+components/undo",
96 "+components/update_client", 96 "+components/update_client",
97 "+components/url_matcher", 97 "+components/url_matcher",
98 "+components/user_manager", 98 "+components/user_manager",
99 "+components/user_prefs", 99 "+components/user_prefs",
100 "+components/user_prefs/tracked",
Lei Zhang 2015/08/04 08:26:53 Is this needed? Doesn't the line above cover this?
Jitu( very slow this week) 2015/08/04 10:44:16 Its not required. Thanks.
100 "+components/web_modal", 101 "+components/web_modal",
101 "+components/web_cache/browser", 102 "+components/web_cache/browser",
102 "+components/webdata/common", 103 "+components/webdata/common",
103 "+components/webdata_services", 104 "+components/webdata_services",
104 "+components/web_resource", 105 "+components/web_resource",
105 "+content/public/browser", 106 "+content/public/browser",
106 "+content/test/net", 107 "+content/test/net",
107 "+courgette", 108 "+courgette",
108 "+device/bluetooth", 109 "+device/bluetooth",
109 "+device/core", 110 "+device/core",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 187 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
187 "+third_party/WebKit/public/web/WebCache.h", 188 "+third_party/WebKit/public/web/WebCache.h",
188 "+third_party/WebKit/public/web/WebContextMenuData.h", 189 "+third_party/WebKit/public/web/WebContextMenuData.h",
189 "+third_party/WebKit/public/web/WebFindOptions.h", 190 "+third_party/WebKit/public/web/WebFindOptions.h",
190 "+third_party/WebKit/public/web/WebInputEvent.h", 191 "+third_party/WebKit/public/web/WebInputEvent.h",
191 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 192 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
192 "+third_party/WebKit/public/web/WebPluginAction.h", 193 "+third_party/WebKit/public/web/WebPluginAction.h",
193 "+third_party/WebKit/public/web/WebTextDirection.h", 194 "+third_party/WebKit/public/web/WebTextDirection.h",
194 "+third_party/WebKit/public/web/WebWindowFeatures.h", 195 "+third_party/WebKit/public/web/WebWindowFeatures.h",
195 ] 196 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698