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

Side by Side Diff: chrome/browser/DEPS

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Run translate unittests on iOS Created 7 years, 2 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 | « build/all.gyp ('k') | chrome/browser/chrome_content_browser_client.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 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/content/browser", 8 "+components/autofill/content/browser",
9 "+components/autofill/core/browser", 9 "+components/autofill/core/browser",
10 "+components/autofill/core/common", 10 "+components/autofill/core/common",
11 "+components/auto_login_parser", 11 "+components/auto_login_parser",
12 "+components/browser_context_keyed_service", 12 "+components/browser_context_keyed_service",
13 "+components/nacl/common", 13 "+components/nacl/common",
14 "+components/navigation_interception", 14 "+components/navigation_interception",
15 "+components/policy", 15 "+components/policy",
16 "+components/startup_metric_utils", 16 "+components/startup_metric_utils",
17 "+components/translate/common",
18 # TODO(droger): Remove dependency on language detection, see crbug.com/297777.
19 "+components/translate/language_detection",
17 "+components/user_prefs", 20 "+components/user_prefs",
18 "+components/visitedlink/browser", 21 "+components/visitedlink/browser",
19 "+components/webdata", 22 "+components/webdata",
20 "+components/web_contents_delegate_android", 23 "+components/web_contents_delegate_android",
21 "+components/web_modal", 24 "+components/web_modal",
22 "+content/public/browser", 25 "+content/public/browser",
23 "+device/bluetooth", 26 "+device/bluetooth",
24 "+device/media_transfer_protocol", 27 "+device/media_transfer_protocol",
25 "+extensions/browser", 28 "+extensions/browser",
26 "+extensions/common", 29 "+extensions/common",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "+third_party/WebKit/public/web/WebCursorInfo.h", 108 "+third_party/WebKit/public/web/WebCursorInfo.h",
106 "+third_party/WebKit/public/web/WebFindOptions.h", 109 "+third_party/WebKit/public/web/WebFindOptions.h",
107 "+third_party/WebKit/public/web/WebInputEvent.h", 110 "+third_party/WebKit/public/web/WebInputEvent.h",
108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
109 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 112 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
110 "+third_party/WebKit/public/web/WebPluginAction.h", 113 "+third_party/WebKit/public/web/WebPluginAction.h",
111 "+third_party/WebKit/public/web/WebScreenInfo.h", 114 "+third_party/WebKit/public/web/WebScreenInfo.h",
112 "+third_party/WebKit/public/web/WebTextDirection.h", 115 "+third_party/WebKit/public/web/WebTextDirection.h",
113 "+third_party/WebKit/public/web/WebWindowFeatures.h", 116 "+third_party/WebKit/public/web/WebWindowFeatures.h",
114 ] 117 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698