OLD | NEW |
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'public/common/dx_diag_node.h', | 50 'public/common/dx_diag_node.h', |
51 'public/common/file_chooser_params.cc', | 51 'public/common/file_chooser_params.cc', |
52 'public/common/file_chooser_params.h', | 52 'public/common/file_chooser_params.h', |
53 'public/common/frame_navigate_params.cc', | 53 'public/common/frame_navigate_params.cc', |
54 'public/common/frame_navigate_params.h', | 54 'public/common/frame_navigate_params.h', |
55 'public/common/geoposition.cc', | 55 'public/common/geoposition.cc', |
56 'public/common/geoposition.h', | 56 'public/common/geoposition.h', |
57 'public/common/gpu_feature_type.h', | 57 'public/common/gpu_feature_type.h', |
58 'public/common/gpu_info.cc', | 58 'public/common/gpu_info.cc', |
59 'public/common/gpu_info.h', | 59 'public/common/gpu_info.h', |
| 60 'public/common/gpu_memory_stats.cc', |
| 61 'public/common/gpu_memory_stats.h', |
60 'public/common/gpu_performance_stats.h', | 62 'public/common/gpu_performance_stats.h', |
61 'public/common/injection_test_mac.h', | 63 'public/common/injection_test_mac.h', |
62 'public/common/injection_test_win.h', | 64 'public/common/injection_test_win.h', |
63 'public/common/javascript_message_type.h', | 65 'public/common/javascript_message_type.h', |
64 'public/common/main_function_params.h', | 66 'public/common/main_function_params.h', |
65 'public/common/media_stream_request.cc', | 67 'public/common/media_stream_request.cc', |
66 'public/common/media_stream_request.h', | 68 'public/common/media_stream_request.h', |
67 'public/common/page_transition_types.cc', | 69 'public/common/page_transition_types.cc', |
68 'public/common/page_transition_types.h', | 70 'public/common/page_transition_types.h', |
69 'public/common/page_type.h', | 71 'public/common/page_type.h', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'common/gpu/gpu_channel.cc', | 207 'common/gpu/gpu_channel.cc', |
206 'common/gpu/gpu_channel.h', | 208 'common/gpu/gpu_channel.h', |
207 'common/gpu/gpu_channel_manager.cc', | 209 'common/gpu/gpu_channel_manager.cc', |
208 'common/gpu/gpu_channel_manager.h', | 210 'common/gpu/gpu_channel_manager.h', |
209 'common/gpu/gpu_command_buffer_stub.cc', | 211 'common/gpu/gpu_command_buffer_stub.cc', |
210 'common/gpu/gpu_command_buffer_stub.h', | 212 'common/gpu/gpu_command_buffer_stub.h', |
211 'common/gpu/gpu_config.h', | 213 'common/gpu/gpu_config.h', |
212 'common/gpu/gpu_memory_allocation.h', | 214 'common/gpu/gpu_memory_allocation.h', |
213 'common/gpu/gpu_memory_manager.cc', | 215 'common/gpu/gpu_memory_manager.cc', |
214 'common/gpu/gpu_memory_manager.h', | 216 'common/gpu/gpu_memory_manager.h', |
| 217 'common/gpu/gpu_memory_tracking.h', |
215 'common/gpu/gpu_messages.h', | 218 'common/gpu/gpu_messages.h', |
216 'common/gpu/gpu_process_launch_causes.h', | 219 'common/gpu/gpu_process_launch_causes.h', |
217 'common/gpu/gpu_surface_lookup.h', | 220 'common/gpu/gpu_surface_lookup.h', |
218 'common/gpu/gpu_surface_lookup.cc', | 221 'common/gpu/gpu_surface_lookup.cc', |
219 'common/gpu/stream_texture_manager_android.cc', | 222 'common/gpu/stream_texture_manager_android.cc', |
220 'common/gpu/stream_texture_manager_android.h', | 223 'common/gpu/stream_texture_manager_android.h', |
221 'common/gpu/gpu_watchdog.h', | 224 'common/gpu/gpu_watchdog.h', |
222 'common/gpu/image_transport_surface.h', | 225 'common/gpu/image_transport_surface.h', |
223 'common/gpu/image_transport_surface.cc', | 226 'common/gpu/image_transport_surface.cc', |
224 'common/gpu/image_transport_surface_android.cc', | 227 'common/gpu/image_transport_surface_android.cc', |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 '../build/extract_from_cab.py', | 512 '../build/extract_from_cab.py', |
510 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 513 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
511 '<(output)', | 514 '<(output)', |
512 '<(PRODUCT_DIR)', | 515 '<(PRODUCT_DIR)', |
513 ], | 516 ], |
514 }, | 517 }, |
515 ] | 518 ] |
516 }] | 519 }] |
517 ], | 520 ], |
518 } | 521 } |
OLD | NEW |