| 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'toolsets': ['host', 'target'], | 898 'toolsets': ['host', 'target'], |
| 899 }], | 899 }], |
| 900 ], | 900 ], |
| 901 'sources': [ | 901 'sources': [ |
| 902 'test/expectations/expectation.cc', | 902 'test/expectations/expectation.cc', |
| 903 'test/expectations/expectation.h', | 903 'test/expectations/expectation.h', |
| 904 'test/expectations/parser.cc', | 904 'test/expectations/parser.cc', |
| 905 'test/expectations/parser.h', | 905 'test/expectations/parser.h', |
| 906 'test/gtest_util.cc', | 906 'test/gtest_util.cc', |
| 907 'test/gtest_util.h', | 907 'test/gtest_util.h', |
| 908 'test/gtest_xml_unittest_result_printer.cc', |
| 909 'test/gtest_xml_unittest_result_printer.h', |
| 908 'test/gtest_xml_util.cc', | 910 'test/gtest_xml_util.cc', |
| 909 'test/gtest_xml_util.h', | 911 'test/gtest_xml_util.h', |
| 910 'test/histogram_tester.cc', | 912 'test/histogram_tester.cc', |
| 911 'test/histogram_tester.h', | 913 'test/histogram_tester.h', |
| 912 'test/ios/wait_util.h', | 914 'test/ios/wait_util.h', |
| 913 'test/ios/wait_util.mm', | 915 'test/ios/wait_util.mm', |
| 914 'test/launcher/test_launcher.cc', | 916 'test/launcher/test_launcher.cc', |
| 915 'test/launcher/test_launcher.h', | 917 'test/launcher/test_launcher.h', |
| 916 'test/launcher/test_result.cc', | 918 'test/launcher/test_result.cc', |
| 917 'test/launcher/test_result.h', | 919 'test/launcher/test_result.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 'type': 'executable', | 1053 'type': 'executable', |
| 1052 'dependencies': [ | 1054 'dependencies': [ |
| 1053 'test_support_base', | 1055 'test_support_base', |
| 1054 ], | 1056 ], |
| 1055 'sources': [ | 1057 'sources': [ |
| 1056 'test/launcher/test_launcher_ios.cc', | 1058 'test/launcher/test_launcher_ios.cc', |
| 1057 ], | 1059 ], |
| 1058 }, | 1060 }, |
| 1059 ], | 1061 ], |
| 1060 }], | 1062 }], |
| 1063 ['disable_nacl==0 and disable_nacl_untrusted==0 and enable_nacl_nonsfi_test=
=1', { |
| 1064 'targets': [ |
| 1065 { |
| 1066 'target_name': 'test_launcher_nacl_nonsfi', |
| 1067 'type': 'static_library', |
| 1068 'sources': [ |
| 1069 'test/launcher/test_launcher_nacl_nonsfi.cc', |
| 1070 ], |
| 1071 'dependencies': [ |
| 1072 'test_support_base', |
| 1073 ], |
| 1074 }, |
| 1075 ], |
| 1076 }], |
| 1061 ['OS!="ios"', { | 1077 ['OS!="ios"', { |
| 1062 'targets': [ | 1078 'targets': [ |
| 1063 { | 1079 { |
| 1064 # GN: //base:check_example | 1080 # GN: //base:check_example |
| 1065 'target_name': 'check_example', | 1081 'target_name': 'check_example', |
| 1066 'type': 'executable', | 1082 'type': 'executable', |
| 1067 'sources': [ | 1083 'sources': [ |
| 1068 'check_example.cc', | 1084 'check_example.cc', |
| 1069 ], | 1085 ], |
| 1070 'dependencies': [ | 1086 'dependencies': [ |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1621 'dependencies': [ | 1637 'dependencies': [ |
| 1622 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1638 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1623 ], | 1639 ], |
| 1624 }], | 1640 }], |
| 1625 ], | 1641 ], |
| 1626 }, | 1642 }, |
| 1627 ], | 1643 ], |
| 1628 }], | 1644 }], |
| 1629 ], | 1645 ], |
| 1630 } | 1646 } |
| OLD | NEW |