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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 'test/test_file_util_linux.cc', | 322 'test/test_file_util_linux.cc', |
323 'test/test_file_util_mac.cc', | 323 'test/test_file_util_mac.cc', |
324 'test/test_file_util_posix.cc', | 324 'test/test_file_util_posix.cc', |
325 'test/test_file_util_win.cc', | 325 'test/test_file_util_win.cc', |
326 'test/test_suite.cc', | 326 'test/test_suite.cc', |
327 'test/test_suite.h', | 327 'test/test_suite.h', |
328 'test/test_switches.cc', | 328 'test/test_switches.cc', |
329 'test/test_switches.h', | 329 'test/test_switches.h', |
330 'test/test_timeouts.cc', | 330 'test/test_timeouts.cc', |
331 'test/test_timeouts.h', | 331 'test/test_timeouts.h', |
| 332 'test/test_util.h', |
332 ], | 333 ], |
333 }, | 334 }, |
334 { | 335 { |
335 'target_name': 'test_support_perf', | 336 'target_name': 'test_support_perf', |
336 'type': '<(library)', | 337 'type': '<(library)', |
337 'dependencies': [ | 338 'dependencies': [ |
338 'base', | 339 'base', |
339 '../testing/gtest.gyp:gtest', | 340 '../testing/gtest.gyp:gtest', |
340 ], | 341 ], |
341 'sources': [ | 342 'sources': [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 ], | 379 ], |
379 }], | 380 }], |
380 ], | 381 ], |
381 } | 382 } |
382 | 383 |
383 # Local Variables: | 384 # Local Variables: |
384 # tab-width:2 | 385 # tab-width:2 |
385 # indent-tabs-mode:nil | 386 # indent-tabs-mode:nil |
386 # End: | 387 # End: |
387 # vim: set expandtab tabstop=2 shiftwidth=2: | 388 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |