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

Side by Side Diff: chrome/common/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698