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

Side by Side Diff: chrome/common/DEPS

Issue 18911002: Move language detection to chrome/common/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 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/chrome_tests_unit.gypi ('k') | chrome/common/translate/language_detection_util.h » ('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 "+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
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 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/translate/language_detection_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698