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
3 # found in the LICENSE file.
7 '../base/base.gyp:base',
8 '../skia/skia.gyp:skia',
9 '../third_party/re2/re2.gyp:re2',
13 'gpu/gpu_dx_diagnostics_win.cc',
14 'gpu/gpu_info_collector_android.cc',
15 'gpu/gpu_info_collector_mac.mm',
16 'gpu/gpu_info_collector_win.cc',
17 'gpu/gpu_info_collector_x11.cc',
18 'gpu/gpu_info_collector.cc',
19 'gpu/gpu_info_collector.h',
23 'gpu/gpu_child_thread.cc',
24 'gpu/gpu_child_thread.h',
25 'gpu/gpu_watchdog_thread.cc',
26 'gpu/gpu_watchdog_thread.h',
34 '<(DEPTH)/third_party/angle/include',
35 '<(DEPTH)/third_party/angle/src',
36 '<(DEPTH)/third_party/wtl/include',
39 '../third_party/angle/src/build_angle.gyp:libEGL',
40 '../third_party/angle/src/build_angle.gyp:libGLESv2',
41 '../third_party/libxml/libxml.gyp:libxml',
50 'destination': '<(PRODUCT_DIR)',
52 '<(windows_sdk_path)/Redist/D3D/x86/d3dcompiler_46.dll',
57 ['OS=="win" and directxsdk_exists=="True"', {
60 'action_name': 'extract_d3dcompiler',
62 'input': 'Jun2010_D3DCompiler_43_x86.cab',
63 'output': 'D3DCompiler_43.dll',
66 '../third_party/directxsdk/files/Redist/<(input)',
69 '<(PRODUCT_DIR)/<(output)',
73 '../build/extract_from_cab.py',
74 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
78 'msvs_cygwin_shell': 1,
82 ['OS=="win" and branding=="Chrome"', {
84 '../third_party/amd/AmdCfxPxExt.h',
85 '../third_party/amd/amd_videocard_info_win.cc',
88 ['OS=="linux" and use_x11==1', {
90 '../build/linux/system.gyp:libpci',
91 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
94 ['target_arch=="arm" and chromeos == 1', {
96 '<(DEPTH)/third_party/openmax/il',
99 ['target_arch!="arm" and chromeos == 1', {
101 '<(DEPTH)/third_party/libva',