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

Side by Side Diff: chrome/common/DEPS

Issue 12211080: Change crash keys to be registered with a maximum length instead of number of chunks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix Created 7 years, 10 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 "+breakpad", # For Breakpad constants.
2 "+chrome/plugin", # For checking whether we're a plugin process. 3 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+device/bluetooth", # For BluetoothDevicePermission 4 "+device/bluetooth", # For BluetoothDevicePermission
4 "+device/media_transfer_protocol", # For MediaTransferProtocolManager 5 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
5 "+device/usb", # For UsbDevicePermission 6 "+device/usb", # For UsbDevicePermission
6 "+extensions/common", 7 "+extensions/common",
7 "+grit", # For generated headers 8 "+grit", # For generated headers
8 "+libxml", 9 "+libxml",
9 "+ppapi/c", # For various types. 10 "+ppapi/c", # For various types.
10 "+ppapi/proxy", 11 "+ppapi/proxy",
11 "+ppapi/shared_impl", 12 "+ppapi/shared_impl",
(...skipping 17 matching lines...) Expand all
29 "+third_party/zlib", 30 "+third_party/zlib",
30 31
31 # This is required by all_messages.h to allow logging of all messages. It 32 # 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 33 # can't be moved to chrome/common/ because it has so many dependencies in
33 # chrome/browser/. 34 # chrome/browser/.
34 "+chrome/browser/importer/profile_import_process_messages.h", 35 "+chrome/browser/importer/profile_import_process_messages.h",
35 36
36 # FIXME - refactor code and remove these dependencies 37 # FIXME - refactor code and remove these dependencies
37 "+chrome/installer", 38 "+chrome/installer",
38 ] 39 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698