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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'cancelable_callback_unittest.cc', | 369 'cancelable_callback_unittest.cc', |
370 'command_line_unittest.cc', | 370 'command_line_unittest.cc', |
371 'cpu_unittest.cc', | 371 'cpu_unittest.cc', |
372 'debug/leak_tracker_unittest.cc', | 372 'debug/leak_tracker_unittest.cc', |
373 'debug/stack_trace_unittest.cc', | 373 'debug/stack_trace_unittest.cc', |
374 'debug/trace_event_unittest.cc', | 374 'debug/trace_event_unittest.cc', |
375 'debug/trace_event_win_unittest.cc', | 375 'debug/trace_event_win_unittest.cc', |
376 'environment_unittest.cc', | 376 'environment_unittest.cc', |
377 'file_descriptor_shuffle_unittest.cc', | 377 'file_descriptor_shuffle_unittest.cc', |
378 'file_path_unittest.cc', | 378 'file_path_unittest.cc', |
| 379 |
| 380 'os_compat_android_unittest.cc', |
| 381 |
| 382 |
379 'file_util_proxy_unittest.cc', | 383 'file_util_proxy_unittest.cc', |
380 'file_util_unittest.cc', | 384 'file_util_unittest.cc', |
381 'file_version_info_unittest.cc', | 385 'file_version_info_unittest.cc', |
382 'files/dir_reader_posix_unittest.cc', | 386 'files/dir_reader_posix_unittest.cc', |
383 'gmock_unittest.cc', | 387 'gmock_unittest.cc', |
384 'guid_unittest.cc', | 388 'guid_unittest.cc', |
385 'hi_res_timer_manager_unittest.cc', | 389 'hi_res_timer_manager_unittest.cc', |
386 'id_map_unittest.cc', | 390 'id_map_unittest.cc', |
387 'i18n/break_iterator_unittest.cc', | 391 'i18n/break_iterator_unittest.cc', |
388 'i18n/char_iterator_unittest.cc', | 392 'i18n/char_iterator_unittest.cc', |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 'test_suite_name': 'base_unittests', | 1054 'test_suite_name': 'base_unittests', |
1051 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1055 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1052 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1056 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1053 }, | 1057 }, |
1054 'includes': [ '../build/apk_test.gypi' ], | 1058 'includes': [ '../build/apk_test.gypi' ], |
1055 }, | 1059 }, |
1056 ], | 1060 ], |
1057 }], | 1061 }], |
1058 ], | 1062 ], |
1059 } | 1063 } |
OLD | NEW |