OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'test/task_runner_test_template.h', | 451 'test/task_runner_test_template.h', |
452 'test/test_file_util.h', | 452 'test/test_file_util.h', |
453 'test/test_file_util_linux.cc', | 453 'test/test_file_util_linux.cc', |
454 'test/test_file_util_mac.cc', | 454 'test/test_file_util_mac.cc', |
455 'test/test_file_util_posix.cc', | 455 'test/test_file_util_posix.cc', |
456 'test/test_file_util_win.cc', | 456 'test/test_file_util_win.cc', |
457 'test/test_reg_util_win.cc', | 457 'test/test_reg_util_win.cc', |
458 'test/test_reg_util_win.h', | 458 'test/test_reg_util_win.h', |
459 'test/test_suite.cc', | 459 'test/test_suite.cc', |
460 'test/test_suite.h', | 460 'test/test_suite.h', |
461 'test/test_stub_android.cc', | 461 'test/test_support_android.cc', |
| 462 'test/test_support_android.h', |
462 'test/test_switches.cc', | 463 'test/test_switches.cc', |
463 'test/test_switches.h', | 464 'test/test_switches.h', |
464 'test/test_timeouts.cc', | 465 'test/test_timeouts.cc', |
465 'test/test_timeouts.h', | 466 'test/test_timeouts.h', |
466 'test/thread_test_helper.cc', | 467 'test/thread_test_helper.cc', |
467 'test/thread_test_helper.h', | 468 'test/thread_test_helper.h', |
468 'test/trace_event_analyzer.cc', | 469 'test/trace_event_analyzer.cc', |
469 'test/trace_event_analyzer.h', | 470 'test/trace_event_analyzer.h', |
470 'test/values_test_util.cc', | 471 'test/values_test_util.cc', |
471 'test/values_test_util.h', | 472 'test/values_test_util.h', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 'variables': { | 663 'variables': { |
663 'test_suite_name': 'base_unittests', | 664 'test_suite_name': 'base_unittests', |
664 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 665 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
665 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 666 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
666 }, | 667 }, |
667 'includes': [ '../build/apk_test.gypi' ], | 668 'includes': [ '../build/apk_test.gypi' ], |
668 }], | 669 }], |
669 }], | 670 }], |
670 ], | 671 ], |
671 } | 672 } |
OLD | NEW |