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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 ], | 839 ], |
840 }], | 840 }], |
841 ['OS == "android"', { | 841 ['OS == "android"', { |
842 'sources/': [ | 842 'sources/': [ |
843 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], | 843 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], |
844 ], | 844 ], |
845 }], | 845 }], |
846 ], # target_conditions | 846 ], # target_conditions |
847 }, | 847 }, |
848 { | 848 { |
| 849 # GN: //base:base_perftests |
849 'target_name': 'base_perftests', | 850 'target_name': 'base_perftests', |
850 'type': '<(gtest_target_type)', | 851 'type': '<(gtest_target_type)', |
851 'dependencies': [ | 852 'dependencies': [ |
852 'base', | 853 'base', |
853 'test_support_base', | 854 'test_support_base', |
854 '../testing/gtest.gyp:gtest', | 855 '../testing/gtest.gyp:gtest', |
855 ], | 856 ], |
856 'sources': [ | 857 'sources': [ |
857 'message_loop/message_pump_perftest.cc', | 858 'message_loop/message_pump_perftest.cc', |
858 'test/run_all_unittests.cc', | 859 'test/run_all_unittests.cc', |
859 'threading/thread_perftest.cc', | 860 'threading/thread_perftest.cc', |
860 '../testing/perf/perf_test.cc' | 861 '../testing/perf/perf_test.cc' |
861 ], | 862 ], |
862 'conditions': [ | 863 'conditions': [ |
863 ['OS == "android"', { | 864 ['OS == "android"', { |
864 'dependencies': [ | 865 'dependencies': [ |
865 '../testing/android/native_test.gyp:native_test_native_code', | 866 '../testing/android/native_test.gyp:native_test_native_code', |
866 ], | 867 ], |
867 }], | 868 }], |
868 ], | 869 ], |
869 }, | 870 }, |
870 { | 871 { |
| 872 # GN: //base:base_i18n_perftests |
871 'target_name': 'base_i18n_perftests', | 873 'target_name': 'base_i18n_perftests', |
872 'type': '<(gtest_target_type)', | 874 'type': '<(gtest_target_type)', |
873 'dependencies': [ | 875 'dependencies': [ |
874 'test_support_base', | 876 'test_support_base', |
875 'test_support_perf', | 877 'test_support_perf', |
876 '../testing/gtest.gyp:gtest', | 878 '../testing/gtest.gyp:gtest', |
877 'base_i18n', | 879 'base_i18n', |
878 'base', | 880 'base', |
879 ], | 881 ], |
880 'sources': [ | 882 'sources': [ |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 ], | 1070 ], |
1069 'sources': [ | 1071 'sources': [ |
1070 'test/launcher/test_launcher_ios.cc', | 1072 'test/launcher/test_launcher_ios.cc', |
1071 ], | 1073 ], |
1072 }, | 1074 }, |
1073 ], | 1075 ], |
1074 }], | 1076 }], |
1075 ['OS!="ios"', { | 1077 ['OS!="ios"', { |
1076 'targets': [ | 1078 'targets': [ |
1077 { | 1079 { |
| 1080 # GN: //base:check_example |
1078 'target_name': 'check_example', | 1081 'target_name': 'check_example', |
1079 'type': 'executable', | 1082 'type': 'executable', |
1080 'sources': [ | 1083 'sources': [ |
1081 'check_example.cc', | 1084 'check_example.cc', |
1082 ], | 1085 ], |
1083 'dependencies': [ | 1086 'dependencies': [ |
1084 'base', | 1087 'base', |
1085 ], | 1088 ], |
1086 }, | 1089 }, |
1087 { | 1090 { |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1599 'dependencies': [ | 1602 'dependencies': [ |
1600 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1601 ], | 1604 ], |
1602 }], | 1605 }], |
1603 ], | 1606 ], |
1604 }, | 1607 }, |
1605 ], | 1608 ], |
1606 }], | 1609 }], |
1607 ], | 1610 ], |
1608 } | 1611 } |
OLD | NEW |