Chromium Code Reviews| 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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1235 'dependencies': [ | 1235 'dependencies': [ |
| 1236 '../ui/ozone/ozone.gyp:ozone', | 1236 '../ui/ozone/ozone.gyp:ozone', |
| 1237 '../ui/ozone/ozone.gyp:ozone_base', | 1237 '../ui/ozone/ozone.gyp:ozone_base', |
| 1238 ], | 1238 ], |
| 1239 }], | 1239 }], |
| 1240 ['OS == "mac"', { | 1240 ['OS == "mac"', { |
| 1241 'sources': [ '<@(content_unittests_mac_sources)' ], | 1241 'sources': [ '<@(content_unittests_mac_sources)' ], |
| 1242 'dependencies': [ | 1242 'dependencies': [ |
| 1243 '../third_party/boringssl/boringssl.gyp:boringssl', | 1243 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1244 ], | 1244 ], |
| 1245 }], | 1245 }], |
|
hbos_chromium
2015/10/29 14:28:26
Note: conditionally part of target 'content_unitte
| |
| 1246 ['build_openh264==1', { | |
| 1247 'sources': [ | |
| 1248 'browser/media/openh264_unittests.cc', | |
| 1249 ], | |
| 1250 'dependencies': [ | |
| 1251 '../third_party/openh264/testing/openh264_testing.gyp:openh264_testi ng', | |
| 1252 ], | |
| 1253 }], | |
| 1246 ], | 1254 ], |
| 1247 }, | 1255 }, |
| 1248 ], | 1256 ], |
| 1249 'conditions': [ | 1257 'conditions': [ |
| 1250 ['test_isolation_mode != "noop"', { | 1258 ['test_isolation_mode != "noop"', { |
| 1251 'targets': [ | 1259 'targets': [ |
| 1252 { | 1260 { |
| 1253 'target_name': 'content_browsertests_run', | 1261 'target_name': 'content_browsertests_run', |
| 1254 'type': 'none', | 1262 'type': 'none', |
| 1255 'dependencies': [ | 1263 'dependencies': [ |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2198 'content_unittests_apk.isolate', | 2206 'content_unittests_apk.isolate', |
| 2199 ], | 2207 ], |
| 2200 }, | 2208 }, |
| 2201 ], | 2209 ], |
| 2202 }, | 2210 }, |
| 2203 ], | 2211 ], |
| 2204 ], | 2212 ], |
| 2205 }], | 2213 }], |
| 2206 ], | 2214 ], |
| 2207 } | 2215 } |
| OLD | NEW |