OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }, | 103 }, |
104 'includes': [ '../build/copy_test_data_ios.gypi' ], | 104 'includes': [ '../build/copy_test_data_ios.gypi' ], |
105 }, | 105 }, |
106 ], | 106 ], |
107 }], | 107 }], |
108 ['OS == "win"', { | 108 ['OS == "win"', { |
109 'sources': [ | 109 'sources': [ |
110 'base/dragdrop/os_exchange_data_win_unittest.cc', | 110 'base/dragdrop/os_exchange_data_win_unittest.cc', |
111 'base/win/hwnd_subclass_unittest.cc', | 111 'base/win/hwnd_subclass_unittest.cc', |
112 'base/win/open_file_name_win_unittest.cc', | 112 'base/win/open_file_name_win_unittest.cc', |
113 'gfx/color_profile_win_unittest.cc', | |
114 'gfx/font_fallback_win_unittest.cc', | |
115 'gfx/icon_util_unittest.cc', | |
116 'gfx/icon_util_unittests.rc', | |
117 'gfx/platform_font_win_unittest.cc', | |
118 ], | |
119 'include_dirs': [ | |
120 '../..', | |
121 '../third_party/wtl/include', | |
122 ], | 113 ], |
123 'msvs_settings': { | 114 'msvs_settings': { |
124 'VCLinkerTool': { | 115 'VCLinkerTool': { |
125 'DelayLoadDLLs': [ | 116 'DelayLoadDLLs': [ |
126 'd2d1.dll', | 117 'd2d1.dll', |
127 'd3d10_1.dll', | 118 'd3d10_1.dll', |
128 ], | 119 ], |
129 'AdditionalDependencies': [ | 120 'AdditionalDependencies': [ |
130 'd2d1.lib', | 121 'd2d1.lib', |
131 'd3d10_1.lib', | 122 'd3d10_1.lib', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 ], | 258 ], |
268 'variables': { | 259 'variables': { |
269 'test_suite_name': 'ui_unittests', | 260 'test_suite_name': 'ui_unittests', |
270 }, | 261 }, |
271 'includes': [ '../build/apk_test.gypi' ], | 262 'includes': [ '../build/apk_test.gypi' ], |
272 }, | 263 }, |
273 ], | 264 ], |
274 }], | 265 }], |
275 ], | 266 ], |
276 } | 267 } |
OLD | NEW |