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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'win/event_trace_controller_unittest.cc', | 172 'win/event_trace_controller_unittest.cc', |
173 'win/event_trace_provider_unittest.cc', | 173 'win/event_trace_provider_unittest.cc', |
174 'win/i18n_unittest.cc', | 174 'win/i18n_unittest.cc', |
175 'win/object_watcher_unittest.cc', | 175 'win/object_watcher_unittest.cc', |
176 'win/pe_image_unittest.cc', | 176 'win/pe_image_unittest.cc', |
177 'win/registry_unittest.cc', | 177 'win/registry_unittest.cc', |
178 'win/scoped_bstr_unittest.cc', | 178 'win/scoped_bstr_unittest.cc', |
179 'win/scoped_comptr_unittest.cc', | 179 'win/scoped_comptr_unittest.cc', |
180 'win/scoped_variant_unittest.cc', | 180 'win/scoped_variant_unittest.cc', |
181 'win/win_util_unittest.cc', | 181 'win/win_util_unittest.cc', |
| 182 'win/wrapped_window_proc_unittest.cc', |
182 ], | 183 ], |
183 'dependencies': [ | 184 'dependencies': [ |
184 'base', | 185 'base', |
185 'base_i18n', | 186 'base_i18n', |
186 'test_support_base', | 187 'test_support_base', |
187 '../testing/gmock.gyp:gmock', | 188 '../testing/gmock.gyp:gmock', |
188 '../testing/gtest.gyp:gtest', | 189 '../testing/gtest.gyp:gtest', |
189 ], | 190 ], |
190 'conditions': [ | 191 'conditions': [ |
191 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"
', { | 192 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"
', { |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 ], | 329 ], |
329 }], | 330 }], |
330 ], | 331 ], |
331 } | 332 } |
332 | 333 |
333 # Local Variables: | 334 # Local Variables: |
334 # tab-width:2 | 335 # tab-width:2 |
335 # indent-tabs-mode:nil | 336 # indent-tabs-mode:nil |
336 # End: | 337 # End: |
337 # vim: set expandtab tabstop=2 shiftwidth=2: | 338 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |