| 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 'test_data_prefix' : 'ui', | 103 'test_data_prefix' : 'ui', |
| 104 }, | 104 }, |
| 105 'includes': [ '../build/copy_test_data_ios.gypi' ], | 105 'includes': [ '../build/copy_test_data_ios.gypi' ], |
| 106 }, | 106 }, |
| 107 ], | 107 ], |
| 108 }], | 108 }], |
| 109 ['OS == "win"', { | 109 ['OS == "win"', { |
| 110 'sources': [ | 110 'sources': [ |
| 111 'base/dragdrop/os_exchange_data_win_unittest.cc', | 111 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 112 'base/win/hwnd_subclass_unittest.cc', | 112 'base/win/hwnd_subclass_unittest.cc', |
| 113 'gfx/color_profile_win_unittest.cc', |
| 113 'gfx/font_fallback_win_unittest.cc', | 114 'gfx/font_fallback_win_unittest.cc', |
| 114 'gfx/icon_util_unittest.cc', | 115 'gfx/icon_util_unittest.cc', |
| 115 'gfx/icon_util_unittests.rc', | 116 'gfx/icon_util_unittests.rc', |
| 116 'gfx/platform_font_win_unittest.cc', | 117 'gfx/platform_font_win_unittest.cc', |
| 117 ], | 118 ], |
| 118 'include_dirs': [ | 119 'include_dirs': [ |
| 119 '../..', | 120 '../..', |
| 120 '../third_party/wtl/include', | 121 '../third_party/wtl/include', |
| 121 ], | 122 ], |
| 122 'msvs_settings': { | 123 'msvs_settings': { |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ], | 264 ], |
| 264 'variables': { | 265 'variables': { |
| 265 'test_suite_name': 'ui_unittests', | 266 'test_suite_name': 'ui_unittests', |
| 266 }, | 267 }, |
| 267 'includes': [ '../build/apk_test.gypi' ], | 268 'includes': [ '../build/apk_test.gypi' ], |
| 268 }, | 269 }, |
| 269 ], | 270 ], |
| 270 }], | 271 }], |
| 271 ], | 272 ], |
| 272 } | 273 } |
| OLD | NEW |