| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2912 'dependencies': [ | 2912 'dependencies': [ |
| 2913 'unit_tests', | 2913 'unit_tests', |
| 2914 ], | 2914 ], |
| 2915 'includes': [ | 2915 'includes': [ |
| 2916 '../build/isolate.gypi', | 2916 '../build/isolate.gypi', |
| 2917 'unit_tests.isolate', | 2917 'unit_tests.isolate', |
| 2918 ], | 2918 ], |
| 2919 'sources': [ | 2919 'sources': [ |
| 2920 'unit_tests.isolate', | 2920 'unit_tests.isolate', |
| 2921 ], | 2921 ], |
| 2922 'conditions': [ |
| 2923 ['use_x11 == 1', { |
| 2924 'dependencies': [ |
| 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2926 ], |
| 2927 }], |
| 2928 ], |
| 2922 }, | 2929 }, |
| 2923 ], | 2930 ], |
| 2924 }], | 2931 }], |
| 2925 ], # 'conditions' | 2932 ], # 'conditions' |
| 2926 } | 2933 } |
| OLD | NEW |