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',
12 'gpu/gpu_dx_diagnostics_win.cc',
13 'gpu/gpu_info_collector_android.cc',
14 'gpu/gpu_info_collector_linux.cc',
15 'gpu/gpu_info_collector_mac.mm',
16 'gpu/gpu_info_collector_win.cc',
17 'gpu/gpu_info_collector.cc',
18 'gpu/gpu_info_collector.h',
22 'gpu/gpu_child_thread.cc',
23 'gpu/gpu_child_thread.h',
24 'gpu/gpu_watchdog_thread.cc',
25 'gpu/gpu_watchdog_thread.h',
33 '<(DEPTH)/third_party/angle/include',
34 '<(DEPTH)/third_party/angle/src',
35 '<(DEPTH)/third_party/wtl/include',
38 '../third_party/angle/src/build_angle.gyp:libEGL',
39 '../third_party/angle/src/build_angle.gyp:libGLESv2',
40 '../third_party/libxml/libxml.gyp:libxml',
48 ['OS=="win" and directxsdk_exists=="True"', {
51 'action_name': 'extract_d3dx9',
53 'input': 'Jun2010_d3dx9_43_x86.cab',
54 'output': 'd3dx9_43.dll',
57 '../third_party/directxsdk/files/Redist/<(input)',
60 '<(PRODUCT_DIR)/<(output)',
64 '../build/extract_from_cab.py',
65 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
71 'action_name': 'extract_d3dcompiler',
73 'input': 'Jun2010_D3DCompiler_43_x86.cab',
74 'output': 'D3DCompiler_43.dll',
77 '../third_party/directxsdk/files/Redist/<(input)',
80 '<(PRODUCT_DIR)/<(output)',
84 '../build/extract_from_cab.py',
85 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
92 ['OS=="win" and branding=="Chrome"', {
94 '../third_party/amd/AmdCfxPxExt.h',
95 '../third_party/amd/amd_videocard_info_win.cc',
100 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',