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

Side by Side Diff: chrome/common/DEPS

Issue 15906013: Separate NaCl messages from the rest of chrome messages and create a new message filter. This is pa… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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/browser/nacl_host", # This is temporary. See crbug.com/244791
jam 2013/06/13 15:55:26 remove this now
4 "+chromeos", # For chromeos_switches.h 5 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/common", 6 "+components/autofill/common",
6 "+device/bluetooth", # For BluetoothDevicePermission 7 "+device/bluetooth", # For BluetoothDevicePermission
7 "+device/media_transfer_protocol", # For MediaTransferProtocolManager 8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
8 "+device/usb", # For UsbDevicePermission 9 "+device/usb", # For UsbDevicePermission
9 "+extensions/common", 10 "+extensions/common",
10 "+grit", # For generated headers 11 "+grit", # For generated headers
11 "+libxml", 12 "+libxml",
12 "+ppapi/c", # For various types. 13 "+ppapi/c", # For various types.
13 "+ppapi/proxy", 14 "+ppapi/proxy",
(...skipping 18 matching lines...) Expand all
32 "+third_party/zlib", 33 "+third_party/zlib",
33 34
34 # This is required by all_messages.h to allow logging of all messages. It 35 # This is required by all_messages.h to allow logging of all messages. It
35 # can't be moved to chrome/common/ because it has so many dependencies in 36 # can't be moved to chrome/common/ because it has so many dependencies in
36 # chrome/browser/. 37 # chrome/browser/.
37 "+chrome/browser/importer/profile_import_process_messages.h", 38 "+chrome/browser/importer/profile_import_process_messages.h",
38 39
39 # FIXME - refactor code and remove these dependencies 40 # FIXME - refactor code and remove these dependencies
40 "+chrome/installer", 41 "+chrome/installer",
41 ] 42 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698