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

Side by Side Diff: chrome/common/DEPS

Issue 11744030: Try 2 [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp dependencies. Created 7 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+device/bluetooth", # For BluetoothDevicePermission 3 "+device/bluetooth", # For BluetoothDevicePermission
4 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
4 "+device/usb", # For UsbDevicePermission 5 "+device/usb", # For UsbDevicePermission
5 "+extensions/common", 6 "+extensions/common",
6 "+grit", # For generated headers 7 "+grit", # For generated headers
7 "+libxml", 8 "+libxml",
8 "+ppapi/c", # For various types. 9 "+ppapi/c", # For various types.
9 "+ppapi/proxy", 10 "+ppapi/proxy",
10 "+ppapi/shared_impl", 11 "+ppapi/shared_impl",
11 "+remoting/client/plugin", 12 "+remoting/client/plugin",
12 "+sandbox/win/src", 13 "+sandbox/win/src",
13 "+skia", 14 "+skia",
(...skipping 14 matching lines...) Expand all
28 "+third_party/zlib", 29 "+third_party/zlib",
29 30
30 # This is required by all_messages.h to allow logging of all messages. It 31 # This is required by all_messages.h to allow logging of all messages. It
31 # can't be moved to chrome/common/ because it has so many dependencies in 32 # can't be moved to chrome/common/ because it has so many dependencies in
32 # chrome/browser/. 33 # chrome/browser/.
33 "+chrome/browser/importer/profile_import_process_messages.h", 34 "+chrome/browser/importer/profile_import_process_messages.h",
34 35
35 # FIXME - refactor code and remove these dependencies 36 # FIXME - refactor code and remove these dependencies
36 "+chrome/installer", 37 "+chrome/installer",
37 ] 38 ]
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | device/device.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698