| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 6 'variables': { |
| 7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', | 7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/
directxsdk)', |
| 8 }, # variables | 8 }, # variables |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'content_gpu', | 11 'target_name': 'content_gpu', |
| 12 'type': 'static_library', | 12 'type': 'static_library', |
| 13 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', | |
| 14 'dependencies': [ | 13 'dependencies': [ |
| 15 'content_common', | 14 'content_common', |
| 16 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 17 '../skia/skia.gyp:skia', | 16 '../skia/skia.gyp:skia', |
| 18 '../ui/gfx/gl/gl.gyp:gl', | 17 '../ui/gfx/gl/gl.gyp:gl', |
| 19 ], | 18 ], |
| 20 'sources': [ | 19 'sources': [ |
| 21 'gpu/gpu_dx_diagnostics_win.cc', | 20 'gpu/gpu_dx_diagnostics_win.cc', |
| 22 'gpu/gpu_info_collector_linux.cc', | 21 'gpu/gpu_info_collector_linux.cc', |
| 23 'gpu/gpu_info_collector_mac.mm', | 22 'gpu/gpu_info_collector_mac.mm', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 '<(output)', | 88 '<(output)', |
| 90 '<(PRODUCT_DIR)', | 89 '<(PRODUCT_DIR)', |
| 91 ], | 90 ], |
| 92 }, | 91 }, |
| 93 ], | 92 ], |
| 94 }], | 93 }], |
| 95 ], | 94 ], |
| 96 }, | 95 }, |
| 97 ], | 96 ], |
| 98 } | 97 } |
| OLD | NEW |