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

Side by Side Diff: chrome/common/DEPS

Issue 17704002: Move image_decoder.cc/.h from webkit\glue to content\child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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/breakpad/common", 6 "+components/breakpad/common",
7 "+components/nacl/common", 7 "+components/nacl/common",
8 "+device/bluetooth", # For BluetoothDevicePermission 8 "+device/bluetooth", # For BluetoothDevicePermission
9 "+device/media_transfer_protocol", # For MediaTransferProtocolManager 9 "+device/media_transfer_protocol", # For MediaTransferProtocolManager
10 "+device/usb", # For UsbDevicePermission 10 "+device/usb", # For UsbDevicePermission
11 "+extensions/common", 11 "+extensions/common",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+libxml", 13 "+libxml",
14 "+ppapi/c", # For various types. 14 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 15 "+ppapi/proxy",
16 "+ppapi/shared_impl", 16 "+ppapi/shared_impl",
17 "+remoting/client/plugin", 17 "+remoting/client/plugin",
18 "+sandbox/win/src", 18 "+sandbox/win/src",
19 "+skia", 19 "+skia",
20 "+webkit/common/user_agent", 20 "+webkit/common/user_agent",
21 "+webkit/glue", 21 "+webkit/glue",
22 "+webkit/plugins", 22 "+webkit/plugins",
23 23
24 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser 24 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
25 "+content/public/browser/notification_types.h", 25 "+content/public/browser/notification_types.h",
26 26
27 "+content/public/child/image_decoder_utils.h",
jam 2013/06/25 23:24:32 ditto, make this "!" and add a comment with link t
ananta 2013/06/25 23:35:28 Done.
28
27 # Other libraries. 29 # Other libraries.
28 "+chrome/third_party/xdg_user_dirs", 30 "+chrome/third_party/xdg_user_dirs",
29 "+third_party/bzip2", 31 "+third_party/bzip2",
30 "+third_party/mt19937ar", 32 "+third_party/mt19937ar",
31 "+third_party/npapi", 33 "+third_party/npapi",
32 "+third_party/re2", 34 "+third_party/re2",
33 "+third_party/sqlite", 35 "+third_party/sqlite",
34 "+third_party/zlib", 36 "+third_party/zlib",
35 37
36 # This is required by all_messages.h to allow logging of all messages. It 38 # This is required by all_messages.h to allow logging of all messages. It
37 # can't be moved to chrome/common/ because it has so many dependencies in 39 # can't be moved to chrome/common/ because it has so many dependencies in
38 # chrome/browser/. 40 # chrome/browser/.
39 "+chrome/browser/importer/profile_import_process_messages.h", 41 "+chrome/browser/importer/profile_import_process_messages.h",
40 42
41 # FIXME - refactor code and remove these dependencies 43 # FIXME - refactor code and remove these dependencies
42 "+chrome/installer", 44 "+chrome/installer",
43 ] 45 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698