| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'common/gpu/gpu_feature_flags.cc', | 165 'common/gpu/gpu_feature_flags.cc', |
| 166 'common/gpu/gpu_feature_flags.h', | 166 'common/gpu/gpu_feature_flags.h', |
| 167 'common/gpu/gpu_memory_allocation.h', | 167 'common/gpu/gpu_memory_allocation.h', |
| 168 'common/gpu/gpu_memory_manager.cc', | 168 'common/gpu/gpu_memory_manager.cc', |
| 169 'common/gpu/gpu_memory_manager.h', | 169 'common/gpu/gpu_memory_manager.h', |
| 170 'common/gpu/gpu_messages.h', | 170 'common/gpu/gpu_messages.h', |
| 171 'common/gpu/gpu_process_launch_causes.h', | 171 'common/gpu/gpu_process_launch_causes.h', |
| 172 'common/gpu/gpu_watchdog.h', | 172 'common/gpu/gpu_watchdog.h', |
| 173 'common/gpu/image_transport_surface.h', | 173 'common/gpu/image_transport_surface.h', |
| 174 'common/gpu/image_transport_surface.cc', | 174 'common/gpu/image_transport_surface.cc', |
| 175 'common/gpu/image_transport_surface_android.cc', |
| 175 'common/gpu/image_transport_surface_linux.cc', | 176 'common/gpu/image_transport_surface_linux.cc', |
| 176 'common/gpu/image_transport_surface_mac.cc', | 177 'common/gpu/image_transport_surface_mac.cc', |
| 177 'common/gpu/image_transport_surface_win.cc', | 178 'common/gpu/image_transport_surface_win.cc', |
| 178 'common/gpu/media/gpu_video_decode_accelerator.cc', | 179 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 179 'common/gpu/media/gpu_video_decode_accelerator.h', | 180 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 180 'common/handle_enumerator_win.cc', | 181 'common/handle_enumerator_win.cc', |
| 181 'common/handle_enumerator_win.h', | 182 'common/handle_enumerator_win.h', |
| 182 'common/hi_res_timer_manager_posix.cc', | 183 'common/hi_res_timer_manager_posix.cc', |
| 183 'common/hi_res_timer_manager_win.cc', | 184 'common/hi_res_timer_manager_win.cc', |
| 184 'common/hi_res_timer_manager.h', | 185 'common/hi_res_timer_manager.h', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 '../build/extract_from_cab.py', | 395 '../build/extract_from_cab.py', |
| 395 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 396 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 396 '<(output)', | 397 '<(output)', |
| 397 '<(PRODUCT_DIR)', | 398 '<(PRODUCT_DIR)', |
| 398 ], | 399 ], |
| 399 }, | 400 }, |
| 400 ] | 401 ] |
| 401 }] | 402 }] |
| 402 ], | 403 ], |
| 403 } | 404 } |
| OLD | NEW |