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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'sources!': [ | 873 'sources!': [ |
874 'test/scoped_locale.cc', | 874 'test/scoped_locale.cc', |
875 'test/scoped_locale.h', | 875 'test/scoped_locale.h', |
876 ], | 876 ], |
877 }], | 877 }], |
878 ['os_bsd==1', { | 878 ['os_bsd==1', { |
879 'sources!': [ | 879 'sources!': [ |
880 'test/test_file_util_linux.cc', | 880 'test/test_file_util_linux.cc', |
881 ], | 881 ], |
882 }], | 882 }], |
| 883 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { |
| 884 'link_settings': { |
| 885 'libraries': [ |
| 886 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 887 ], |
| 888 }, |
| 889 }], |
883 ], | 890 ], |
884 'sources': [ | 891 'sources': [ |
885 'test/expectations/expectation.cc', | 892 'test/expectations/expectation.cc', |
886 'test/expectations/expectation.h', | 893 'test/expectations/expectation.h', |
887 'test/expectations/parser.cc', | 894 'test/expectations/parser.cc', |
888 'test/expectations/parser.h', | 895 'test/expectations/parser.h', |
889 'test/gtest_xml_util.cc', | 896 'test/gtest_xml_util.cc', |
890 'test/gtest_xml_util.h', | 897 'test/gtest_xml_util.h', |
891 'test/launcher/parallel_test_launcher.cc', | 898 'test/launcher/parallel_test_launcher.cc', |
892 'test/launcher/parallel_test_launcher.h', | 899 'test/launcher/parallel_test_launcher.h', |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1345 'base_unittests.isolate', | 1352 'base_unittests.isolate', |
1346 ], | 1353 ], |
1347 'sources': [ | 1354 'sources': [ |
1348 'base_unittests.isolate', | 1355 'base_unittests.isolate', |
1349 ], | 1356 ], |
1350 }, | 1357 }, |
1351 ], | 1358 ], |
1352 }], | 1359 }], |
1353 ], | 1360 ], |
1354 } | 1361 } |
OLD | NEW |