OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 'dependencies': [ | 1053 'dependencies': [ |
1054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1055 ], | 1055 ], |
1056 }], | 1056 }], |
1057 ], | 1057 ], |
1058 }, | 1058 }, |
1059 { | 1059 { |
1060 'target_name': 'telemetry_base', | 1060 'target_name': 'telemetry_base', |
1061 'type': 'none', | 1061 'type': 'none', |
1062 'dependencies': [ | 1062 'dependencies': [ |
1063 '../tools/telemetry/telemetry.gyp:bitmaptools#host', | 1063 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', |
1064 ], | 1064 ], |
1065 }, | 1065 }, |
1066 ], | 1066 ], |
1067 'conditions': [ | 1067 'conditions': [ |
1068 ['archive_gpu_tests==1', { | 1068 ['archive_gpu_tests==1', { |
1069 'targets': [ | 1069 'targets': [ |
1070 { | 1070 { |
1071 # GN: content/test:content_gl_tests_run | 1071 # GN: content/test:content_gl_tests_run |
1072 'target_name': 'content_gl_tests_run', | 1072 'target_name': 'content_gl_tests_run', |
1073 'type': 'none', | 1073 'type': 'none', |
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2215 'content_unittests_apk.isolate', | 2215 'content_unittests_apk.isolate', |
2216 ], | 2216 ], |
2217 }, | 2217 }, |
2218 ], | 2218 ], |
2219 }, | 2219 }, |
2220 ], | 2220 ], |
2221 ], | 2221 ], |
2222 }], | 2222 }], |
2223 ], | 2223 ], |
2224 } | 2224 } |
OLD | NEW |