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

Side by Side Diff: content/content_browser.gypi

Issue 1726343003: Revert of Mustash: move content::GPUVideoMemoryUsageStats to gpu::VideoMemoryUsageStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « content/common/gpu/gpu_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
11 '../components/scheduler/scheduler.gyp:scheduler_common', 11 '../components/scheduler/scheduler.gyp:scheduler_common',
12 '../components/url_formatter/url_formatter.gyp:url_formatter', 12 '../components/url_formatter/url_formatter.gyp:url_formatter',
13 '../crypto/crypto.gyp:crypto', 13 '../crypto/crypto.gyp:crypto',
14 '../device/battery/battery.gyp:device_battery', 14 '../device/battery/battery.gyp:device_battery',
15 '../device/battery/battery.gyp:device_battery_mojo_bindings', 15 '../device/battery/battery.gyp:device_battery_mojo_bindings',
16 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 16 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
17 '../device/usb/usb.gyp:device_usb', 17 '../device/usb/usb.gyp:device_usb',
18 '../device/vibration/vibration.gyp:device_vibration', 18 '../device/vibration/vibration.gyp:device_vibration',
19 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 19 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
20 '../gin/gin.gyp:gin', 20 '../gin/gin.gyp:gin',
21 '../google_apis/google_apis.gyp:google_apis', 21 '../google_apis/google_apis.gyp:google_apis',
22 '../gpu/gpu.gyp:gpu_ipc_common',
23 '../mojo/mojo_base.gyp:mojo_application_base', 22 '../mojo/mojo_base.gyp:mojo_application_base',
24 '../mojo/mojo_base.gyp:mojo_geometry_lib', 23 '../mojo/mojo_base.gyp:mojo_geometry_lib',
25 '../mojo/mojo_base.gyp:mojo_url_type_converters', 24 '../mojo/mojo_base.gyp:mojo_url_type_converters',
26 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 25 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
27 '../mojo/mojo_public.gyp:mojo_js_bindings', 26 '../mojo/mojo_public.gyp:mojo_js_bindings',
28 '../mojo/mojo_services.gyp:network_service_bindings_lib', 27 '../mojo/mojo_services.gyp:network_service_bindings_lib',
29 '../mojo/mojo_services.gyp:updater_bindings_lib', 28 '../mojo/mojo_services.gyp:updater_bindings_lib',
30 '../mojo/mojo_shell.gyp:mojo_shell_lib', 29 '../mojo/mojo_shell.gyp:mojo_shell_lib',
31 '../net/net.gyp:http_server', 30 '../net/net.gyp:http_server',
32 '../net/net.gyp:net', 31 '../net/net.gyp:net',
(...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2189 ['enable_webvr==1 and OS=="android"', { 2188 ['enable_webvr==1 and OS=="android"', {
2190 'sources': [ 2189 'sources': [
2191 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2190 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2192 'browser/vr/android/cardboard/cardboard_vr_device.h', 2191 'browser/vr/android/cardboard/cardboard_vr_device.h',
2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2194 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2195 ], 2194 ],
2196 }], 2195 }],
2197 ], 2196 ],
2198 } 2197 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698