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

Side by Side Diff: chrome/common/DEPS

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/autofill/autocheckout_status.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 "+breakpad", # For Breakpad constants. 2 "+breakpad", # For Breakpad constants.
3 "+chrome/plugin", # For checking whether we're a plugin process. 3 "+chrome/plugin", # For checking whether we're a plugin process.
4 "+components/autofill/common",
4 "+device/bluetooth", # For BluetoothDevicePermission 5 "+device/bluetooth", # For BluetoothDevicePermission
5 "+device/media_transfer_protocol", # For MediaTransferProtocolManager 6 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
6 "+device/usb", # For UsbDevicePermission 7 "+device/usb", # For UsbDevicePermission
7 "+extensions/common", 8 "+extensions/common",
8 "+grit", # For generated headers 9 "+grit", # For generated headers
9 "+libxml", 10 "+libxml",
10 "+ppapi/c", # For various types. 11 "+ppapi/c", # For various types.
11 "+ppapi/proxy", 12 "+ppapi/proxy",
12 "+ppapi/shared_impl", 13 "+ppapi/shared_impl",
13 "+remoting/client/plugin", 14 "+remoting/client/plugin",
(...skipping 16 matching lines...) Expand all
30 "+third_party/zlib", 31 "+third_party/zlib",
31 32
32 # This is required by all_messages.h to allow logging of all messages. It 33 # This is required by all_messages.h to allow logging of all messages. It
33 # can't be moved to chrome/common/ because it has so many dependencies in 34 # can't be moved to chrome/common/ because it has so many dependencies in
34 # chrome/browser/. 35 # chrome/browser/.
35 "+chrome/browser/importer/profile_import_process_messages.h", 36 "+chrome/browser/importer/profile_import_process_messages.h",
36 37
37 # FIXME - refactor code and remove these dependencies 38 # FIXME - refactor code and remove these dependencies
38 "+chrome/installer", 39 "+chrome/installer",
39 ] 40 ]
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/autofill/autocheckout_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698