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

Side by Side Diff: chrome/common/DEPS

Issue 15957008: Move NaCl related switches to their own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix the windows build (I don't have access to a windows machine) Created 7 years, 6 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
« no previous file with comments | « chrome/browser/ui/webui/nacl_ui.cc ('k') | chrome/common/chrome_paths_win.cc » ('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 "+chrome/nacl", # This is temporary. See crbug.com/244791
4 "+chrome/plugin", # For checking whether we're a plugin process. 5 "+chrome/plugin", # For checking whether we're a plugin process.
5 "+chromeos", # For chromeos_switches.h 6 "+chromeos", # For chromeos_switches.h
6 "+components/autofill/common", 7 "+components/autofill/common",
7 "+device/bluetooth", # For BluetoothDevicePermission 8 "+device/bluetooth", # For BluetoothDevicePermission
8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager 9 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
9 "+device/usb", # For UsbDevicePermission 10 "+device/usb", # For UsbDevicePermission
10 "+extensions/common", 11 "+extensions/common",
11 "+grit", # For generated headers 12 "+grit", # For generated headers
12 "+libxml", 13 "+libxml",
13 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
(...skipping 19 matching lines...) Expand all
33 "+third_party/zlib", 34 "+third_party/zlib",
34 35
35 # This is required by all_messages.h to allow logging of all messages. It 36 # This is required by all_messages.h to allow logging of all messages. It
36 # can't be moved to chrome/common/ because it has so many dependencies in 37 # can't be moved to chrome/common/ because it has so many dependencies in
37 # chrome/browser/. 38 # chrome/browser/.
38 "+chrome/browser/importer/profile_import_process_messages.h", 39 "+chrome/browser/importer/profile_import_process_messages.h",
39 40
40 # FIXME - refactor code and remove these dependencies 41 # FIXME - refactor code and remove these dependencies
41 "+chrome/installer", 42 "+chrome/installer",
42 ] 43 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/nacl_ui.cc ('k') | chrome/common/chrome_paths_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698