| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'test/test_file_util_linux.cc', | 327 'test/test_file_util_linux.cc', |
| 328 'test/test_file_util_mac.cc', | 328 'test/test_file_util_mac.cc', |
| 329 'test/test_file_util_posix.cc', | 329 'test/test_file_util_posix.cc', |
| 330 'test/test_file_util_win.cc', | 330 'test/test_file_util_win.cc', |
| 331 'test/test_suite.cc', | 331 'test/test_suite.cc', |
| 332 'test/test_suite.h', | 332 'test/test_suite.h', |
| 333 'test/test_switches.cc', | 333 'test/test_switches.cc', |
| 334 'test/test_switches.h', | 334 'test/test_switches.h', |
| 335 'test/test_timeouts.cc', | 335 'test/test_timeouts.cc', |
| 336 'test/test_timeouts.h', | 336 'test/test_timeouts.h', |
| 337 'test/test_util.h', |
| 337 ], | 338 ], |
| 338 }, | 339 }, |
| 339 { | 340 { |
| 340 'target_name': 'test_support_perf', | 341 'target_name': 'test_support_perf', |
| 341 'type': 'static_library', | 342 'type': 'static_library', |
| 342 'dependencies': [ | 343 'dependencies': [ |
| 343 'base', | 344 'base', |
| 344 '../testing/gtest.gyp:gtest', | 345 '../testing/gtest.gyp:gtest', |
| 345 ], | 346 ], |
| 346 'sources': [ | 347 'sources': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 ], | 384 ], |
| 384 }], | 385 }], |
| 385 ], | 386 ], |
| 386 } | 387 } |
| 387 | 388 |
| 388 # Local Variables: | 389 # Local Variables: |
| 389 # tab-width:2 | 390 # tab-width:2 |
| 390 # indent-tabs-mode:nil | 391 # indent-tabs-mode:nil |
| 391 # End: | 392 # End: |
| 392 # vim: set expandtab tabstop=2 shiftwidth=2: | 393 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |