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

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: Fix review comments on set7 Created 5 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
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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
11 '../device/vibration/vibration.gyp:device_vibration', 11 '../device/vibration/vibration.gyp:device_vibration',
12 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 12 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../mojo/mojo_base.gyp:mojo_application_base', 14 '../mojo/mojo_base.gyp:mojo_application_base',
15 '../mojo/mojo_base.gyp:mojo_geometry_lib',
15 '../mojo/mojo_base.gyp:mojo_url_type_converters', 16 '../mojo/mojo_base.gyp:mojo_url_type_converters',
16 '../mojo/mojo_services.gyp:network_service_bindings_lib', 17 '../mojo/mojo_services.gyp:network_service_bindings_lib',
17 '../mojo/mojo_services.gyp:updater_bindings_lib', 18 '../mojo/mojo_services.gyp:updater_bindings_lib',
18 '../mojo/mojo_shell.gyp:mojo_shell_lib', 19 '../mojo/mojo_shell.gyp:mojo_shell_lib',
19 '../net/net.gyp:net', 20 '../net/net.gyp:net',
20 '../net/net.gyp:net_extras', 21 '../net/net.gyp:net_extras',
21 '../skia/skia.gyp:skia', 22 '../skia/skia.gyp:skia',
23 '../skia/skia.gyp:skia_mojo',
22 '../sql/sql.gyp:sql', 24 '../sql/sql.gyp:sql',
23 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 25 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
24 '../third_party/re2/re2.gyp:re2', 26 '../third_party/re2/re2.gyp:re2',
25 '../third_party/zlib/google/zip.gyp:zip', 27 '../third_party/zlib/google/zip.gyp:zip',
26 '../third_party/zlib/zlib.gyp:zlib', 28 '../third_party/zlib/zlib.gyp:zlib',
27 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 29 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
28 '../ui/accessibility/accessibility.gyp:accessibility', 30 '../ui/accessibility/accessibility.gyp:accessibility',
29 '../ui/accessibility/accessibility.gyp:ax_gen', 31 '../ui/accessibility/accessibility.gyp:ax_gen',
30 '../ui/base/ui_base.gyp:ui_base', 32 '../ui/base/ui_base.gyp:ui_base',
31 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 33 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
2101 'sources': [ 2103 'sources': [
2102 'browser/vr/vr_device.cc', 2104 'browser/vr/vr_device.cc',
2103 'browser/vr/vr_device.h', 2105 'browser/vr/vr_device.h',
2104 'browser/vr/vr_device_manager.cc', 2106 'browser/vr/vr_device_manager.cc',
2105 'browser/vr/vr_device_manager.h', 2107 'browser/vr/vr_device_manager.h',
2106 'browser/vr/vr_device_provider.h', 2108 'browser/vr/vr_device_provider.h',
2107 ] 2109 ]
2108 }], 2110 }],
2109 ], 2111 ],
2110 } 2112 }
OLDNEW
« content/content.gyp ('K') | « content/content.gyp ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698