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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'test_support_perf', | 816 'test_support_perf', |
817 '../testing/gtest.gyp:gtest', | 817 '../testing/gtest.gyp:gtest', |
818 'base_i18n', | 818 'base_i18n', |
819 'base', | 819 'base', |
820 ], | 820 ], |
821 'sources': [ | 821 'sources': [ |
822 'i18n/streaming_utf8_validator_perftest.cc', | 822 'i18n/streaming_utf8_validator_perftest.cc', |
823 ], | 823 ], |
824 }, | 824 }, |
825 { | 825 { |
| 826 # GN: //base/test:test_support |
826 'target_name': 'test_support_base', | 827 'target_name': 'test_support_base', |
827 'type': 'static_library', | 828 'type': 'static_library', |
828 'dependencies': [ | 829 'dependencies': [ |
829 'base', | 830 'base', |
830 'base_static', | 831 'base_static', |
831 'base_i18n', | 832 'base_i18n', |
832 '../testing/gmock.gyp:gmock', | 833 '../testing/gmock.gyp:gmock', |
833 '../testing/gtest.gyp:gtest', | 834 '../testing/gtest.gyp:gtest', |
834 '../third_party/libxml/libxml.gyp:libxml', | 835 '../third_party/libxml/libxml.gyp:libxml', |
835 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 836 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1462 'dependencies': [ | 1463 'dependencies': [ |
1463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1464 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1464 ], | 1465 ], |
1465 }], | 1466 }], |
1466 ], | 1467 ], |
1467 }, | 1468 }, |
1468 ], | 1469 ], |
1469 }], | 1470 }], |
1470 ], | 1471 ], |
1471 } | 1472 } |
OLD | NEW |