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

Side by Side Diff: chrome/common/DEPS

Issue 11722025: Revert 175073 because it fails to compile on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
5 "+device/usb", # For UsbDevicePermission 4 "+device/usb", # For UsbDevicePermission
6 "+extensions/common", 5 "+extensions/common",
7 "+grit", # For generated headers 6 "+grit", # For generated headers
8 "+libxml", 7 "+libxml",
9 "+ppapi/c", # For various types. 8 "+ppapi/c", # For various types.
10 "+ppapi/proxy", 9 "+ppapi/proxy",
11 "+ppapi/shared_impl", 10 "+ppapi/shared_impl",
12 "+remoting/client/plugin", 11 "+remoting/client/plugin",
13 "+sandbox/win/src", 12 "+sandbox/win/src",
14 "+skia", 13 "+skia",
(...skipping 14 matching lines...) Expand all
29 "+third_party/zlib", 28 "+third_party/zlib",
30 29
31 # This is required by all_messages.h to allow logging of all messages. It 30 # This is required by all_messages.h to allow logging of all messages. It
32 # can't be moved to chrome/common/ because it has so many dependencies in 31 # can't be moved to chrome/common/ because it has so many dependencies in
33 # chrome/browser/. 32 # chrome/browser/.
34 "+chrome/browser/importer/profile_import_process_messages.h", 33 "+chrome/browser/importer/profile_import_process_messages.h",
35 34
36 # FIXME - refactor code and remove these dependencies 35 # FIXME - refactor code and remove these dependencies
37 "+chrome/installer", 36 "+chrome/installer",
38 ] 37 ]
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | device/device.gyp » ('j') | device/device.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698