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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'dir_reader_posix_unittest.cc', | 277 'dir_reader_posix_unittest.cc', |
278 'file_descriptor_shuffle_unittest.cc', | 278 'file_descriptor_shuffle_unittest.cc', |
279 'threading/worker_pool_posix_unittest.cc', | 279 'threading/worker_pool_posix_unittest.cc', |
280 'message_pump_libevent_unittest.cc', | 280 'message_pump_libevent_unittest.cc', |
281 ], | 281 ], |
282 }, { # OS != "win" | 282 }, { # OS != "win" |
283 'sources/': [ | 283 'sources/': [ |
284 ['exclude', '^win/'], | 284 ['exclude', '^win/'], |
285 ], | 285 ], |
286 'sources!': [ | 286 'sources!': [ |
| 287 'debug/trace_event_win_unittest.cc', |
287 'time_win_unittest.cc', | 288 'time_win_unittest.cc', |
288 'trace_event_win_unittest.cc', | 289 'win/win_util_unittest.cc', |
289 'win_util_unittest.cc', | |
290 ], | 290 ], |
291 }], | 291 }], |
292 ], | 292 ], |
293 }, | 293 }, |
294 { | 294 { |
295 'target_name': 'test_support_base', | 295 'target_name': 'test_support_base', |
296 'type': 'static_library', | 296 'type': 'static_library', |
297 'dependencies': [ | 297 'dependencies': [ |
298 'base', | 298 'base', |
299 'base_static', | 299 'base_static', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 ], | 380 ], |
381 }], | 381 }], |
382 ], | 382 ], |
383 } | 383 } |
384 | 384 |
385 # Local Variables: | 385 # Local Variables: |
386 # tab-width:2 | 386 # tab-width:2 |
387 # indent-tabs-mode:nil | 387 # indent-tabs-mode:nil |
388 # End: | 388 # End: |
389 # vim: set expandtab tabstop=2 shiftwidth=2: | 389 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |