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

Side by Side Diff: content/content_common.gypi

Issue 10915147: Move gpu_rendering_stats to content/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 # 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'public/common/frame_navigate_params.cc', 57 'public/common/frame_navigate_params.cc',
58 'public/common/frame_navigate_params.h', 58 'public/common/frame_navigate_params.h',
59 'public/common/geoposition.cc', 59 'public/common/geoposition.cc',
60 'public/common/geoposition.h', 60 'public/common/geoposition.h',
61 'public/common/gpu_feature_type.h', 61 'public/common/gpu_feature_type.h',
62 'public/common/gpu_info.cc', 62 'public/common/gpu_info.cc',
63 'public/common/gpu_info.h', 63 'public/common/gpu_info.h',
64 'public/common/gpu_memory_stats.cc', 64 'public/common/gpu_memory_stats.cc',
65 'public/common/gpu_memory_stats.h', 65 'public/common/gpu_memory_stats.h',
66 'public/common/gpu_performance_stats.h', 66 'public/common/gpu_performance_stats.h',
67 'public/common/gpu_rendering_stats.cc',
68 'public/common/gpu_rendering_stats.h',
69 'public/common/injection_test_mac.h', 67 'public/common/injection_test_mac.h',
70 'public/common/injection_test_win.h', 68 'public/common/injection_test_win.h',
71 'public/common/javascript_message_type.h', 69 'public/common/javascript_message_type.h',
72 'public/common/main_function_params.h', 70 'public/common/main_function_params.h',
73 'public/common/media_stream_request.cc', 71 'public/common/media_stream_request.cc',
74 'public/common/media_stream_request.h', 72 'public/common/media_stream_request.h',
75 'public/common/page_transition_types.cc', 73 'public/common/page_transition_types.cc',
76 'public/common/page_transition_types.h', 74 'public/common/page_transition_types.h',
77 'public/common/page_type.h', 75 'public/common/page_type.h',
78 'public/common/page_zoom.h', 76 'public/common/page_zoom.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'common/gpu/gpu_channel_manager.h', 217 'common/gpu/gpu_channel_manager.h',
220 'common/gpu/gpu_command_buffer_stub.cc', 218 'common/gpu/gpu_command_buffer_stub.cc',
221 'common/gpu/gpu_command_buffer_stub.h', 219 'common/gpu/gpu_command_buffer_stub.h',
222 'common/gpu/gpu_config.h', 220 'common/gpu/gpu_config.h',
223 'common/gpu/gpu_memory_allocation.h', 221 'common/gpu/gpu_memory_allocation.h',
224 'common/gpu/gpu_memory_manager.cc', 222 'common/gpu/gpu_memory_manager.cc',
225 'common/gpu/gpu_memory_manager.h', 223 'common/gpu/gpu_memory_manager.h',
226 'common/gpu/gpu_memory_tracking.h', 224 'common/gpu/gpu_memory_tracking.h',
227 'common/gpu/gpu_messages.h', 225 'common/gpu/gpu_messages.h',
228 'common/gpu/gpu_process_launch_causes.h', 226 'common/gpu/gpu_process_launch_causes.h',
227 'common/gpu/gpu_rendering_stats.cc',
228 'common/gpu/gpu_rendering_stats.h',
229 'common/gpu/gpu_surface_lookup.h', 229 'common/gpu/gpu_surface_lookup.h',
230 'common/gpu/gpu_surface_lookup.cc', 230 'common/gpu/gpu_surface_lookup.cc',
231 'common/gpu/stream_texture_manager_android.cc', 231 'common/gpu/stream_texture_manager_android.cc',
232 'common/gpu/stream_texture_manager_android.h', 232 'common/gpu/stream_texture_manager_android.h',
233 'common/gpu/gpu_watchdog.h', 233 'common/gpu/gpu_watchdog.h',
234 'common/gpu/image_transport_surface.h', 234 'common/gpu/image_transport_surface.h',
235 'common/gpu/image_transport_surface.cc', 235 'common/gpu/image_transport_surface.cc',
236 'common/gpu/image_transport_surface_android.cc', 236 'common/gpu/image_transport_surface_android.cc',
237 'common/gpu/image_transport_surface_linux.cc', 237 'common/gpu/image_transport_surface_linux.cc',
238 'common/gpu/image_transport_surface_mac.cc', 238 'common/gpu/image_transport_surface_mac.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 '../build/extract_from_cab.py', 521 '../build/extract_from_cab.py',
522 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 522 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
523 '<(output)', 523 '<(output)',
524 '<(PRODUCT_DIR)', 524 '<(PRODUCT_DIR)',
525 ], 525 ],
526 }, 526 },
527 ] 527 ]
528 }] 528 }]
529 ], 529 ],
530 } 530 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698