| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'common/gpu/gpu_memory_manager.h', | 188 'common/gpu/gpu_memory_manager.h', |
| 189 'common/gpu/gpu_messages.h', | 189 'common/gpu/gpu_messages.h', |
| 190 'common/gpu/gpu_process_launch_causes.h', | 190 'common/gpu/gpu_process_launch_causes.h', |
| 191 'common/gpu/gpu_watchdog.h', | 191 'common/gpu/gpu_watchdog.h', |
| 192 'common/gpu/image_transport_surface.h', | 192 'common/gpu/image_transport_surface.h', |
| 193 'common/gpu/image_transport_surface.cc', | 193 'common/gpu/image_transport_surface.cc', |
| 194 'common/gpu/image_transport_surface_android.cc', | 194 'common/gpu/image_transport_surface_android.cc', |
| 195 'common/gpu/image_transport_surface_linux.cc', | 195 'common/gpu/image_transport_surface_linux.cc', |
| 196 'common/gpu/image_transport_surface_mac.cc', | 196 'common/gpu/image_transport_surface_mac.cc', |
| 197 'common/gpu/image_transport_surface_win.cc', | 197 'common/gpu/image_transport_surface_win.cc', |
| 198 'common/gpu/media/avc_config_record_builder.cc', |
| 199 'common/gpu/media/avc_config_record_builder.h', |
| 200 'common/gpu/media/h264_parser.cc', |
| 201 'common/gpu/media/h264_parser.h', |
| 198 'common/gpu/media/mac_video_decode_accelerator.h', | 202 'common/gpu/media/mac_video_decode_accelerator.h', |
| 199 'common/gpu/media/mac_video_decode_accelerator.mm', | 203 'common/gpu/media/mac_video_decode_accelerator.mm', |
| 200 'common/gpu/media/gpu_video_decode_accelerator.cc', | 204 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 201 'common/gpu/media/gpu_video_decode_accelerator.h', | 205 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 202 'common/gpu/sync_point_manager.h', | 206 'common/gpu/sync_point_manager.h', |
| 203 'common/gpu/sync_point_manager.cc', | 207 'common/gpu/sync_point_manager.cc', |
| 204 'common/gpu/texture_image_transport_surface.h', | 208 'common/gpu/texture_image_transport_surface.h', |
| 205 'common/gpu/texture_image_transport_surface.cc', | 209 'common/gpu/texture_image_transport_surface.cc', |
| 206 'common/handle_enumerator_win.cc', | 210 'common/handle_enumerator_win.cc', |
| 207 'common/handle_enumerator_win.h', | 211 'common/handle_enumerator_win.h', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 '<(DEPTH)/third_party/angle/include', | 389 '<(DEPTH)/third_party/angle/include', |
| 386 '<(DEPTH)/third_party/openmax/il', | 390 '<(DEPTH)/third_party/openmax/il', |
| 387 ], | 391 ], |
| 388 'link_settings': { | 392 'link_settings': { |
| 389 'libraries': [ | 393 'libraries': [ |
| 390 '-lEGL', | 394 '-lEGL', |
| 391 '-lGLESv2', | 395 '-lGLESv2', |
| 392 ], | 396 ], |
| 393 }, | 397 }, |
| 394 }], | 398 }], |
| 395 ['chromeos == 1', { | |
| 396 'sources': [ | |
| 397 'common/gpu/media/h264_parser.cc', | |
| 398 'common/gpu/media/h264_parser.h', | |
| 399 ], | |
| 400 }], | |
| 401 ['OS=="win"', { | 399 ['OS=="win"', { |
| 402 'dependencies': [ | 400 'dependencies': [ |
| 403 '../media/media.gyp:media', | 401 '../media/media.gyp:media', |
| 404 '../ui/gl/gl.gyp:gl', | 402 '../ui/gl/gl.gyp:gl', |
| 405 ], | 403 ], |
| 406 'link_settings': { | 404 'link_settings': { |
| 407 'libraries': [ | 405 'libraries': [ |
| 408 '-ld3d9.lib', | 406 '-ld3d9.lib', |
| 409 '-ld3dx9.lib', | 407 '-ld3dx9.lib', |
| 410 '-ldxva2.lib', | 408 '-ldxva2.lib', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 '../build/extract_from_cab.py', | 452 '../build/extract_from_cab.py', |
| 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 456 '<(output)', | 454 '<(output)', |
| 457 '<(PRODUCT_DIR)', | 455 '<(PRODUCT_DIR)', |
| 458 ], | 456 ], |
| 459 }, | 457 }, |
| 460 ] | 458 ] |
| 461 }] | 459 }] |
| 462 ], | 460 ], |
| 463 } | 461 } |
| OLD | NEW |