| OLD | NEW |
| 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 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
| 5 "+components/autofill/core/common", | 5 "+components/autofill/core/common", |
| 6 "+components/nacl/common", | 6 "+components/nacl/common", |
| 7 "+device/bluetooth", # For BluetoothPermission | 7 "+device/bluetooth", # For BluetoothPermission |
| 8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager | 8 "+device/media_transfer_protocol", # For MediaTransferProtocolManager |
| 9 "+device/usb", # For UsbDevicePermission | 9 "+device/usb", # For UsbDevicePermission |
| 10 "+extensions/common", | 10 "+extensions/common", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser | 23 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser |
| 24 "+content/public/browser/notification_types.h", | 24 "+content/public/browser/notification_types.h", |
| 25 | 25 |
| 26 # TODO(ananta): remove me when | 26 # TODO(ananta): remove me when |
| 27 # bug https://code.google.com/p/chromium/issues/detail?id=237249 is fixed. | 27 # bug https://code.google.com/p/chromium/issues/detail?id=237249 is fixed. |
| 28 "!content/public/child/image_decoder_utils.h", | 28 "!content/public/child/image_decoder_utils.h", |
| 29 | 29 |
| 30 # Other libraries. | 30 # Other libraries. |
| 31 "+chrome/third_party/xdg_user_dirs", | 31 "+chrome/third_party/xdg_user_dirs", |
| 32 "+third_party/bzip2", | 32 "+third_party/bzip2", |
| 33 "+third_party/cld/encodings/compact_lang_det/win", |
| 33 "+third_party/mt19937ar", | 34 "+third_party/mt19937ar", |
| 34 "+third_party/npapi", | 35 "+third_party/npapi", |
| 35 "+third_party/re2", | 36 "+third_party/re2", |
| 36 "+third_party/sqlite", | 37 "+third_party/sqlite", |
| 37 "+third_party/zlib", | 38 "+third_party/zlib", |
| 38 | 39 |
| 39 # This is required by all_messages.h to allow logging of all messages. It | 40 # This is required by all_messages.h to allow logging of all messages. It |
| 40 # can't be moved to chrome/common/ because it has so many dependencies in | 41 # can't be moved to chrome/common/ because it has so many dependencies in |
| 41 # chrome/browser/. | 42 # chrome/browser/. |
| 42 "+chrome/browser/importer/profile_import_process_messages.h", | 43 "+chrome/browser/importer/profile_import_process_messages.h", |
| 43 | 44 |
| 44 # FIXME - refactor code and remove these dependencies | 45 # FIXME - refactor code and remove these dependencies |
| 45 "+chrome/installer", | 46 "+chrome/installer", |
| 46 ] | 47 ] |
| OLD | NEW |