| 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:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
| 10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'common/geoposition.h', | 146 'common/geoposition.h', |
| 147 'common/gpu/gpu_channel.cc', | 147 'common/gpu/gpu_channel.cc', |
| 148 'common/gpu/gpu_channel.h', | 148 'common/gpu/gpu_channel.h', |
| 149 'common/gpu/gpu_channel_manager.cc', | 149 'common/gpu/gpu_channel_manager.cc', |
| 150 'common/gpu/gpu_channel_manager.h', | 150 'common/gpu/gpu_channel_manager.h', |
| 151 'common/gpu/gpu_command_buffer_stub.cc', | 151 'common/gpu/gpu_command_buffer_stub.cc', |
| 152 'common/gpu/gpu_command_buffer_stub.h', | 152 'common/gpu/gpu_command_buffer_stub.h', |
| 153 'common/gpu/gpu_config.h', | 153 'common/gpu/gpu_config.h', |
| 154 'common/gpu/gpu_feature_flags.cc', | 154 'common/gpu/gpu_feature_flags.cc', |
| 155 'common/gpu/gpu_feature_flags.h', | 155 'common/gpu/gpu_feature_flags.h', |
| 156 'common/gpu/gpu_memory_allocation.h', |
| 157 'common/gpu/gpu_memory_management.h', |
| 158 'common/gpu/gpu_memory_manager.cc', |
| 159 'common/gpu/gpu_memory_manager.h', |
| 156 'common/gpu/gpu_messages.h', | 160 'common/gpu/gpu_messages.h', |
| 157 'common/gpu/gpu_process_launch_causes.h', | 161 'common/gpu/gpu_process_launch_causes.h', |
| 158 'common/gpu/gpu_watchdog.h', | 162 'common/gpu/gpu_watchdog.h', |
| 159 'common/gpu/image_transport_surface.h', | 163 'common/gpu/image_transport_surface.h', |
| 160 'common/gpu/image_transport_surface.cc', | 164 'common/gpu/image_transport_surface.cc', |
| 161 'common/gpu/image_transport_surface_linux.cc', | 165 'common/gpu/image_transport_surface_linux.cc', |
| 162 'common/gpu/image_transport_surface_mac.cc', | 166 'common/gpu/image_transport_surface_mac.cc', |
| 163 'common/gpu/image_transport_surface_win.cc', | 167 'common/gpu/image_transport_surface_win.cc', |
| 164 'common/gpu/media/gpu_video_decode_accelerator.cc', | 168 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 165 'common/gpu/media/gpu_video_decode_accelerator.h', | 169 'common/gpu/media/gpu_video_decode_accelerator.h', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 '../build/extract_from_cab.py', | 384 '../build/extract_from_cab.py', |
| 381 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 385 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 382 '<(output)', | 386 '<(output)', |
| 383 '<(PRODUCT_DIR)', | 387 '<(PRODUCT_DIR)', |
| 384 ], | 388 ], |
| 385 }, | 389 }, |
| 386 ] | 390 ] |
| 387 }] | 391 }] |
| 388 ], | 392 ], |
| 389 } | 393 } |
| OLD | NEW |