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

Side by Side Diff: chrome/common/DEPS

Issue 93603006: Move Translate-related files to components/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 11 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/chrome_renderer.gypi ('k') | chrome/common/render_messages.h » ('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/app_shim", # For app shim messages. 2 "+apps/app_shim", # For app shim messages.
3 "+breakpad", # For Breakpad constants. 3 "+breakpad", # For Breakpad constants.
4 "+chromeos", # For chromeos_switches.h 4 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/content/common", 5 "+components/autofill/content/common",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/nacl/common", 7 "+components/nacl/common",
8 "+components/policy/core/common", 8 "+components/policy/core/common",
9 "+components/translate/core/common",
9 "+extensions/common", 10 "+extensions/common",
10 "+grit", # For generated headers 11 "+grit", # For generated headers
11 "+ppapi/shared_impl", 12 "+ppapi/shared_impl",
12 "+remoting/client/plugin", 13 "+remoting/client/plugin",
13 "+webkit/common/user_agent", 14 "+webkit/common/user_agent",
14 15
15 # FIXME - refactor code and remove these dependencies 16 # FIXME - refactor code and remove these dependencies
16 "+chrome/installer", 17 "+chrome/installer",
17 ] 18 ]
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698