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

Side by Side Diff: chrome/browser/DEPS

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 5 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 | Annotate | Revision Log
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",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "+components/query_parser", 47 "+components/query_parser",
48 "+components/rappor", 48 "+components/rappor",
49 "+components/search", 49 "+components/search",
50 "+components/search_engines", 50 "+components/search_engines",
51 "+components/search_provider_logos", 51 "+components/search_provider_logos",
52 "+components/session_manager", 52 "+components/session_manager",
53 "+components/sessions", 53 "+components/sessions",
54 "+components/signin", 54 "+components/signin",
55 "+components/startup_metric_utils", 55 "+components/startup_metric_utils",
56 "+components/storage_monitor", 56 "+components/storage_monitor",
57 "+components/suggestions",
57 "+components/sync_driver", 58 "+components/sync_driver",
58 "+components/translate/content/browser", 59 "+components/translate/content/browser",
59 "+components/translate/content/common", 60 "+components/translate/content/common",
60 "+components/translate/core/browser", 61 "+components/translate/core/browser",
61 "+components/translate/core/common", 62 "+components/translate/core/common",
62 "+components/url_matcher", 63 "+components/url_matcher",
63 "+components/user_prefs", 64 "+components/user_prefs",
64 "+components/web_modal", 65 "+components/web_modal",
65 "+components/webdata/common", 66 "+components/webdata/common",
66 "+content/public/browser", 67 "+content/public/browser",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "+third_party/WebKit/public/web/WebContextMenuData.h", 139 "+third_party/WebKit/public/web/WebContextMenuData.h",
139 "+third_party/WebKit/public/web/WebFindOptions.h", 140 "+third_party/WebKit/public/web/WebFindOptions.h",
140 "+third_party/WebKit/public/web/WebInputEvent.h", 141 "+third_party/WebKit/public/web/WebInputEvent.h",
141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 142 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 143 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 144 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
144 "+third_party/WebKit/public/web/WebPluginAction.h", 145 "+third_party/WebKit/public/web/WebPluginAction.h",
145 "+third_party/WebKit/public/web/WebTextDirection.h", 146 "+third_party/WebKit/public/web/WebTextDirection.h",
146 "+third_party/WebKit/public/web/WebWindowFeatures.h", 147 "+third_party/WebKit/public/web/WebWindowFeatures.h",
147 ] 148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698