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

Side by Side Diff: chrome/browser/DEPS

Issue 219963007: Move Translate renderer messages to the Translate component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 14 matching lines...) Expand all
25 "+components/password_manager", 25 "+components/password_manager",
26 "+components/policy", 26 "+components/policy",
27 "+components/precache", 27 "+components/precache",
28 "+components/rappor", 28 "+components/rappor",
29 "+components/sessions", 29 "+components/sessions",
30 "+components/signin", 30 "+components/signin",
31 "+components/sync_driver", 31 "+components/sync_driver",
32 "+components/startup_metric_utils", 32 "+components/startup_metric_utils",
33 "+components/storage_monitor", 33 "+components/storage_monitor",
34 "+components/translate/content/browser", 34 "+components/translate/content/browser",
35 "+components/translate/content/common",
35 "+components/translate/core/browser", 36 "+components/translate/core/browser",
36 "+components/translate/core/common", 37 "+components/translate/core/common",
37 "+components/url_matcher", 38 "+components/url_matcher",
38 "+components/user_prefs", 39 "+components/user_prefs",
39 "+components/web_modal", 40 "+components/web_modal",
40 "+components/webdata/common", 41 "+components/webdata/common",
41 "+content/public/browser", 42 "+content/public/browser",
42 "+content/test/net", 43 "+content/test/net",
43 "+courgette", 44 "+courgette",
44 "+device/bluetooth", 45 "+device/bluetooth",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "+third_party/WebKit/public/web/WebContextMenuData.h", 113 "+third_party/WebKit/public/web/WebContextMenuData.h",
113 "+third_party/WebKit/public/web/WebFindOptions.h", 114 "+third_party/WebKit/public/web/WebFindOptions.h",
114 "+third_party/WebKit/public/web/WebInputEvent.h", 115 "+third_party/WebKit/public/web/WebInputEvent.h",
115 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 116 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
116 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 117 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
117 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 118 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
118 "+third_party/WebKit/public/web/WebPluginAction.h", 119 "+third_party/WebKit/public/web/WebPluginAction.h",
119 "+third_party/WebKit/public/web/WebTextDirection.h", 120 "+third_party/WebKit/public/web/WebTextDirection.h",
120 "+third_party/WebKit/public/web/WebWindowFeatures.h", 121 "+third_party/WebKit/public/web/WebWindowFeatures.h",
121 ] 122 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/translate/translate_manager.cc » ('j') | components/translate/content/common/translate_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698