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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 ], | 92 ], |
93 'conditions': [ | 93 'conditions': [ |
94 ['OS == "win"', { | 94 ['OS == "win"', { |
95 'targets': [ | 95 'targets': [ |
96 { | 96 { |
97 'target_name': 'surface_gpu_tests', | 97 'target_name': 'surface_gpu_tests', |
98 'type': '<(gtest_target_type)', | 98 'type': '<(gtest_target_type)', |
99 'dependencies': [ | 99 'dependencies': [ |
100 '<(DEPTH)/base/base.gyp:base', | 100 '<(DEPTH)/base/base.gyp:base', |
101 '<(DEPTH)/base/base.gyp:run_all_unittests', | 101 '<(DEPTH)/base/base.gyp:run_all_unittests', |
102 '<(DEPTH)/media/media.gyp:yuv_convert', | 102 '<(DEPTH)/media/media.gyp:media', |
103 '<(DEPTH)/skia/skia.gyp:skia', | 103 '<(DEPTH)/skia/skia.gyp:skia', |
104 '<(DEPTH)/testing/gtest.gyp:gtest', | 104 '<(DEPTH)/testing/gtest.gyp:gtest', |
105 '<(DEPTH)/ui/ui.gyp:ui', | 105 '<(DEPTH)/ui/ui.gyp:ui', |
106 'surface', | 106 'surface', |
107 ], | 107 ], |
108 'sources': [ | 108 'sources': [ |
109 'accelerated_surface_transformer_win_unittest.cc', | 109 'accelerated_surface_transformer_win_unittest.cc', |
110 ], | 110 ], |
111 }, | 111 }, |
112 ], | 112 ], |
113 }], | 113 }], |
114 ], | 114 ], |
115 } | 115 } |
OLD | NEW |