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

Side by Side Diff: content/content_common.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, 9 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/content_browser.gypi ('k') | content/content_gpu.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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/blink/gpu_blink.gyp:gpu_blink', 11 '../gpu/blink/gpu_blink.gyp:gpu_blink',
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
13 '../gpu/gpu.gyp:command_buffer_service', 13 '../gpu/gpu.gyp:command_buffer_service',
14 '../gpu/gpu.gyp:gles2_c_lib', 14 '../gpu/gpu.gyp:gles2_c_lib',
15 '../gpu/gpu.gyp:gles2_implementation', 15 '../gpu/gpu.gyp:gles2_implementation',
16 # TODO: the dependency on gl_in_process_context should be decoupled from 16 # TODO: the dependency on gl_in_process_context should be decoupled from
17 # content and moved to android_webview. See crbug.com/365797. 17 # content and moved to android_webview. See crbug.com/365797.
18 '../gpu/gpu.gyp:gl_in_process_context', 18 '../gpu/gpu.gyp:gl_in_process_context',
19 '../gpu/gpu.gyp:gpu_ipc', 19 '../gpu/gpu.gyp:gpu_ipc',
20 '../gpu/gpu.gyp:gpu_ipc_common',
21 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 20 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
22 '../ipc/ipc.gyp:ipc', 21 '../ipc/ipc.gyp:ipc',
23 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 22 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
24 '../media/media.gyp:media', 23 '../media/media.gyp:media',
25 '../media/media.gyp:shared_memory_support', 24 '../media/media.gyp:shared_memory_support',
26 '../media/midi/midi.gyp:midi', 25 '../media/midi/midi.gyp:midi',
27 '../mojo/mojo_base.gyp:mojo_application_bindings', 26 '../mojo/mojo_base.gyp:mojo_application_bindings',
28 '../mojo/mojo_base.gyp:mojo_environment_chromium', 27 '../mojo/mojo_base.gyp:mojo_environment_chromium',
29 '../mojo/mojo_edk.gyp:mojo_system_impl', 28 '../mojo/mojo_edk.gyp:mojo_system_impl',
30 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 29 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'public/common/favicon_url.cc', 123 'public/common/favicon_url.cc',
125 'public/common/favicon_url.h', 124 'public/common/favicon_url.h',
126 'public/common/file_chooser_file_info.cc', 125 'public/common/file_chooser_file_info.cc',
127 'public/common/file_chooser_file_info.h', 126 'public/common/file_chooser_file_info.h',
128 'public/common/file_chooser_params.cc', 127 'public/common/file_chooser_params.cc',
129 'public/common/file_chooser_params.h', 128 'public/common/file_chooser_params.h',
130 'public/common/frame_navigate_params.cc', 129 'public/common/frame_navigate_params.cc',
131 'public/common/frame_navigate_params.h', 130 'public/common/frame_navigate_params.h',
132 'public/common/geoposition.cc', 131 'public/common/geoposition.cc',
133 'public/common/geoposition.h', 132 'public/common/geoposition.h',
133 'public/common/gpu_memory_stats.cc',
134 'public/common/gpu_memory_stats.h',
134 'public/common/injection_test_mac.h', 135 'public/common/injection_test_mac.h',
135 'public/common/injection_test_win.h', 136 'public/common/injection_test_win.h',
136 'public/common/javascript_message_type.h', 137 'public/common/javascript_message_type.h',
137 'public/common/main_function_params.h', 138 'public/common/main_function_params.h',
138 'public/common/manifest.cc', 139 'public/common/manifest.cc',
139 'public/common/manifest.h', 140 'public/common/manifest.h',
140 'public/common/media_metadata.cc', 141 'public/common/media_metadata.cc',
141 'public/common/media_metadata.h', 142 'public/common/media_metadata.h',
142 'public/common/media_stream_request.cc', 143 'public/common/media_stream_request.cc',
143 'public/common/media_stream_request.h', 144 'public/common/media_stream_request.h',
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1085 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1085 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1086 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1086 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1087 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1087 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1088 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1088 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1090 ], 1091 ],
1091 }], 1092 }],
1092 ], 1093 ],
1093 } 1094 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698