| 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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 { | 869 { |
| 870 # GN: //base/test:test_support | 870 # GN: //base/test:test_support |
| 871 'target_name': 'test_support_base', | 871 'target_name': 'test_support_base', |
| 872 'type': 'static_library', | 872 'type': 'static_library', |
| 873 'dependencies': [ | 873 'dependencies': [ |
| 874 'base', | 874 'base', |
| 875 'base_static', | 875 'base_static', |
| 876 'base_i18n', | 876 'base_i18n', |
| 877 '../testing/gmock.gyp:gmock', | 877 '../testing/gmock.gyp:gmock', |
| 878 '../testing/gtest.gyp:gtest', | 878 '../testing/gtest.gyp:gtest', |
| 879 '../third_party/icu/icu.gyp:icuuc', |
| 879 '../third_party/libxml/libxml.gyp:libxml', | 880 '../third_party/libxml/libxml.gyp:libxml', |
| 880 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 881 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 881 ], | 882 ], |
| 882 'export_dependent_settings': [ | 883 'export_dependent_settings': [ |
| 883 'base', | 884 'base', |
| 884 ], | 885 ], |
| 885 'conditions': [ | 886 'conditions': [ |
| 886 ['os_posix==0', { | 887 ['os_posix==0', { |
| 887 'sources!': [ | 888 'sources!': [ |
| 888 'test/scoped_locale.cc', | 889 'test/scoped_locale.cc', |
| (...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 'dependencies': [ | 1559 'dependencies': [ |
| 1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1560 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1560 ], | 1561 ], |
| 1561 }], | 1562 }], |
| 1562 ], | 1563 ], |
| 1563 }, | 1564 }, |
| 1564 ], | 1565 ], |
| 1565 }], | 1566 }], |
| 1566 ], | 1567 ], |
| 1567 } | 1568 } |
| OLD | NEW |