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

Side by Side Diff: chrome/common/DEPS

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Final" fix. Created 7 years 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_common.gypi ('k') | chrome/common/importer/profile_import_process_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/core/common", 6 "+components/autofill/core/common",
sky 2013/12/12 17:17:29 Can this DEP be removed now?
blundell 2013/12/12 17:46:52 No; there are usages of autofill_switches.h and au
6 "+components/nacl/common", 7 "+components/nacl/common",
7 "+components/policy/core/common", 8 "+components/policy/core/common",
8 "+extensions/common", 9 "+extensions/common",
9 "+grit", # For generated headers 10 "+grit", # For generated headers
10 "+ppapi/shared_impl", 11 "+ppapi/shared_impl",
11 "+remoting/client/plugin", 12 "+remoting/client/plugin",
12 "+webkit/common/user_agent", 13 "+webkit/common/user_agent",
13 14
14 # FIXME - refactor code and remove these dependencies 15 # FIXME - refactor code and remove these dependencies
15 "+chrome/installer", 16 "+chrome/installer",
16 ] 17 ]
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/importer/profile_import_process_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698