| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'sources': [ | 433 'sources': [ |
| 434 'perftimer.cc', | 434 'perftimer.cc', |
| 435 'test/mock_chrome_application_mac.h', | 435 'test/mock_chrome_application_mac.h', |
| 436 'test/mock_chrome_application_mac.mm', | 436 'test/mock_chrome_application_mac.mm', |
| 437 'test/mock_devices_changed_observer.cc', | 437 'test/mock_devices_changed_observer.cc', |
| 438 'test/mock_devices_changed_observer.h', | 438 'test/mock_devices_changed_observer.h', |
| 439 'test/mock_time_provider.cc', | 439 'test/mock_time_provider.cc', |
| 440 'test/mock_time_provider.h', | 440 'test/mock_time_provider.h', |
| 441 'test/multiprocess_test.cc', | 441 'test/multiprocess_test.cc', |
| 442 'test/multiprocess_test.h', | 442 'test/multiprocess_test.h', |
| 443 'test/multiprocess_test_android.cc', |
| 443 'test/perf_test_suite.cc', | 444 'test/perf_test_suite.cc', |
| 444 'test/perf_test_suite.h', | 445 'test/perf_test_suite.h', |
| 445 'test/scoped_locale.cc', | 446 'test/scoped_locale.cc', |
| 446 'test/scoped_locale.h', | 447 'test/scoped_locale.h', |
| 447 'test/sequenced_task_runner_test_template.cc', | 448 'test/sequenced_task_runner_test_template.cc', |
| 448 'test/sequenced_task_runner_test_template.h', | 449 'test/sequenced_task_runner_test_template.h', |
| 449 'test/task_runner_test_template.cc', | 450 'test/task_runner_test_template.cc', |
| 450 'test/task_runner_test_template.h', | 451 'test/task_runner_test_template.h', |
| 451 'test/test_file_util.h', | 452 'test/test_file_util.h', |
| 452 'test/test_file_util_linux.cc', | 453 'test/test_file_util_linux.cc', |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 'variables': { | 662 'variables': { |
| 662 'test_suite_name': 'base_unittests', | 663 'test_suite_name': 'base_unittests', |
| 663 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)b
ase_unittests<(SHARED_LIB_SUFFIX)', | 664 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)b
ase_unittests<(SHARED_LIB_SUFFIX)', |
| 664 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 665 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
| 665 }, | 666 }, |
| 666 'includes': [ '../build/apk_test.gypi' ], | 667 'includes': [ '../build/apk_test.gypi' ], |
| 667 }], | 668 }], |
| 668 }], | 669 }], |
| 669 ], | 670 ], |
| 670 } | 671 } |
| OLD | NEW |