| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 ], | 440 ], |
| 441 'sources': [ | 441 'sources': [ |
| 442 'test/run_all_unittests.cc', | 442 'test/run_all_unittests.cc', |
| 443 ], | 443 ], |
| 444 }, | 444 }, |
| 445 { | 445 { |
| 446 'target_name': 'base_unittests', | 446 'target_name': 'base_unittests', |
| 447 'type': '<(gtest_target_type)', | 447 'type': '<(gtest_target_type)', |
| 448 'sources': [ | 448 'sources': [ |
| 449 'android/application_status_listener_unittest.cc', | 449 'android/application_status_listener_unittest.cc', |
| 450 'android/content_uri_utils_unittest.cc', |
| 450 'android/jni_android_unittest.cc', | 451 'android/jni_android_unittest.cc', |
| 451 'android/jni_array_unittest.cc', | 452 'android/jni_array_unittest.cc', |
| 452 'android/jni_string_unittest.cc', | 453 'android/jni_string_unittest.cc', |
| 453 'android/path_utils_unittest.cc', | 454 'android/path_utils_unittest.cc', |
| 454 'android/scoped_java_ref_unittest.cc', | 455 'android/scoped_java_ref_unittest.cc', |
| 455 'android/sys_utils_unittest.cc', | 456 'android/sys_utils_unittest.cc', |
| 456 'async_socket_io_handler_unittest.cc', | 457 'async_socket_io_handler_unittest.cc', |
| 457 'at_exit_unittest.cc', | 458 'at_exit_unittest.cc', |
| 458 'atomicops_unittest.cc', | 459 'atomicops_unittest.cc', |
| 459 'barrier_closure_unittest.cc', | 460 'barrier_closure_unittest.cc', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 }], | 905 }], |
| 905 ['OS == "ios"', { | 906 ['OS == "ios"', { |
| 906 'toolsets': ['host', 'target'], | 907 'toolsets': ['host', 'target'], |
| 907 }], | 908 }], |
| 908 ], | 909 ], |
| 909 'sources': [ | 910 'sources': [ |
| 910 'test/expectations/expectation.cc', | 911 'test/expectations/expectation.cc', |
| 911 'test/expectations/expectation.h', | 912 'test/expectations/expectation.h', |
| 912 'test/expectations/parser.cc', | 913 'test/expectations/parser.cc', |
| 913 'test/expectations/parser.h', | 914 'test/expectations/parser.h', |
| 915 'test/gtest_util.cc', |
| 916 'test/gtest_util.h', |
| 914 'test/gtest_xml_util.cc', | 917 'test/gtest_xml_util.cc', |
| 915 'test/gtest_xml_util.h', | 918 'test/gtest_xml_util.h', |
| 916 'test/launcher/test_launcher.cc', | 919 'test/launcher/test_launcher.cc', |
| 917 'test/launcher/test_launcher.h', | 920 'test/launcher/test_launcher.h', |
| 918 'test/launcher/test_result.cc', | 921 'test/launcher/test_result.cc', |
| 919 'test/launcher/test_result.h', | 922 'test/launcher/test_result.h', |
| 920 'test/launcher/test_results_tracker.cc', | 923 'test/launcher/test_results_tracker.cc', |
| 921 'test/launcher/test_results_tracker.h', | 924 'test/launcher/test_results_tracker.h', |
| 922 'test/launcher/unit_test_launcher.cc', | 925 'test/launcher/unit_test_launcher.cc', |
| 923 'test/launcher/unit_test_launcher.h', | 926 'test/launcher/unit_test_launcher.h', |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1550 'dependencies': [ | 1553 'dependencies': [ |
| 1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1552 ], | 1555 ], |
| 1553 }], | 1556 }], |
| 1554 ], | 1557 ], |
| 1555 }, | 1558 }, |
| 1556 ], | 1559 ], |
| 1557 }], | 1560 }], |
| 1558 ], | 1561 ], |
| 1559 } | 1562 } |
| OLD | NEW |