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

Side by Side Diff: content/content_browser.gypi

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
11 '../device/battery/battery.gyp:device_battery', 11 '../device/battery/battery.gyp:device_battery',
12 '../device/battery/battery.gyp:device_battery_mojo_bindings', 12 '../device/battery/battery.gyp:device_battery_mojo_bindings',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../mojo/mojo_base.gyp:mojo_geometry_lib',
15 '../mojo/mojo_base.gyp:mojo_url_type_converters',
14 '../net/net.gyp:net', 16 '../net/net.gyp:net',
15 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 '../skia/skia.gyp:skia_mojo',
16 '../sql/sql.gyp:sql', 19 '../sql/sql.gyp:sql',
17 '../third_party/re2/re2.gyp:re2', 20 '../third_party/re2/re2.gyp:re2',
18 '../third_party/zlib/google/zip.gyp:zip', 21 '../third_party/zlib/google/zip.gyp:zip',
19 '../third_party/zlib/zlib.gyp:zlib', 22 '../third_party/zlib/zlib.gyp:zlib',
20 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 23 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
21 '../ui/accessibility/accessibility.gyp:accessibility', 24 '../ui/accessibility/accessibility.gyp:accessibility',
22 '../ui/accessibility/accessibility.gyp:ax_gen', 25 '../ui/accessibility/accessibility.gyp:ax_gen',
23 '../ui/base/ui_base.gyp:ui_base', 26 '../ui/base/ui_base.gyp:ui_base',
24 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 27 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
25 '../ui/events/events.gyp:blink', 28 '../ui/events/events.gyp:blink',
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'browser/histogram_internals_request_job.h', 828 'browser/histogram_internals_request_job.h',
826 'browser/histogram_message_filter.cc', 829 'browser/histogram_message_filter.cc',
827 'browser/histogram_message_filter.h', 830 'browser/histogram_message_filter.h',
828 'browser/histogram_subscriber.h', 831 'browser/histogram_subscriber.h',
829 'browser/histogram_synchronizer.cc', 832 'browser/histogram_synchronizer.cc',
830 'browser/histogram_synchronizer.h', 833 'browser/histogram_synchronizer.h',
831 'browser/host_zoom_level_context.cc', 834 'browser/host_zoom_level_context.cc',
832 'browser/host_zoom_level_context.h', 835 'browser/host_zoom_level_context.h',
833 'browser/host_zoom_map_impl.cc', 836 'browser/host_zoom_map_impl.cc',
834 'browser/host_zoom_map_impl.h', 837 'browser/host_zoom_map_impl.h',
838 'browser/image_downloader/image_downloader_dispatcher.cc',
839 'browser/image_downloader/image_downloader_dispatcher.h',
835 'browser/indexed_db/indexed_db.h', 840 'browser/indexed_db/indexed_db.h',
836 'browser/indexed_db/indexed_db_active_blob_registry.cc', 841 'browser/indexed_db/indexed_db_active_blob_registry.cc',
837 'browser/indexed_db/indexed_db_active_blob_registry.h', 842 'browser/indexed_db/indexed_db_active_blob_registry.h',
838 'browser/indexed_db/indexed_db_backing_store.cc', 843 'browser/indexed_db/indexed_db_backing_store.cc',
839 'browser/indexed_db/indexed_db_backing_store.h', 844 'browser/indexed_db/indexed_db_backing_store.h',
840 'browser/indexed_db/indexed_db_blob_info.cc', 845 'browser/indexed_db/indexed_db_blob_info.cc',
841 'browser/indexed_db/indexed_db_blob_info.h', 846 'browser/indexed_db/indexed_db_blob_info.h',
842 'browser/indexed_db/indexed_db_callbacks.cc', 847 'browser/indexed_db/indexed_db_callbacks.cc',
843 'browser/indexed_db/indexed_db_callbacks.h', 848 'browser/indexed_db/indexed_db_callbacks.h',
844 'browser/indexed_db/indexed_db_class_factory.cc', 849 'browser/indexed_db/indexed_db_class_factory.cc',
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 'browser/media/media_web_contents_observer.h', 2033 'browser/media/media_web_contents_observer.h',
2029 ], 2034 ],
2030 }], 2035 }],
2031 ['OS == "linux" and use_openssl==1', { 2036 ['OS == "linux" and use_openssl==1', {
2032 'dependencies': [ 2037 'dependencies': [
2033 '../third_party/boringssl/boringssl.gyp:boringssl', 2038 '../third_party/boringssl/boringssl.gyp:boringssl',
2034 ], 2039 ],
2035 }], 2040 }],
2036 ], 2041 ],
2037 } 2042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698