| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'test/test_file_util_linux.cc', | 334 'test/test_file_util_linux.cc', |
| 335 'test/test_file_util_mac.cc', | 335 'test/test_file_util_mac.cc', |
| 336 'test/test_file_util_posix.cc', | 336 'test/test_file_util_posix.cc', |
| 337 'test/test_file_util_win.cc', | 337 'test/test_file_util_win.cc', |
| 338 'test/test_suite.cc', | 338 'test/test_suite.cc', |
| 339 'test/test_suite.h', | 339 'test/test_suite.h', |
| 340 'test/test_switches.cc', | 340 'test/test_switches.cc', |
| 341 'test/test_switches.h', | 341 'test/test_switches.h', |
| 342 'test/test_timeouts.cc', | 342 'test/test_timeouts.cc', |
| 343 'test/test_timeouts.h', | 343 'test/test_timeouts.h', |
| 344 'test/thread_test_helper.cc', |
| 345 'test/thread_test_helper.h', |
| 344 ], | 346 ], |
| 345 }, | 347 }, |
| 346 { | 348 { |
| 347 'target_name': 'test_support_perf', | 349 'target_name': 'test_support_perf', |
| 348 'type': 'static_library', | 350 'type': 'static_library', |
| 349 'dependencies': [ | 351 'dependencies': [ |
| 350 'base', | 352 'base', |
| 351 '../testing/gtest.gyp:gtest', | 353 '../testing/gtest.gyp:gtest', |
| 352 ], | 354 ], |
| 353 'sources': [ | 355 'sources': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 ], | 392 ], |
| 391 }], | 393 }], |
| 392 ], | 394 ], |
| 393 } | 395 } |
| 394 | 396 |
| 395 # Local Variables: | 397 # Local Variables: |
| 396 # tab-width:2 | 398 # tab-width:2 |
| 397 # indent-tabs-mode:nil | 399 # indent-tabs-mode:nil |
| 398 # End: | 400 # End: |
| 399 # vim: set expandtab tabstop=2 shiftwidth=2: | 401 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |