| 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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 '../ui/ozone/ozone.gyp:ozone', | 1291 '../ui/ozone/ozone.gyp:ozone', |
| 1292 '../ui/ozone/ozone.gyp:ozone_base', | 1292 '../ui/ozone/ozone.gyp:ozone_base', |
| 1293 ], | 1293 ], |
| 1294 }], | 1294 }], |
| 1295 ['OS == "mac"', { | 1295 ['OS == "mac"', { |
| 1296 'sources': [ '<@(content_unittests_mac_sources)' ], | 1296 'sources': [ '<@(content_unittests_mac_sources)' ], |
| 1297 'dependencies': [ | 1297 'dependencies': [ |
| 1298 '../third_party/boringssl/boringssl.gyp:boringssl', | 1298 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1299 ], | 1299 ], |
| 1300 }], | 1300 }], |
| 1301 ['use_openh264==1', { |
| 1302 'sources': [ |
| 1303 'browser/media/openh264_unittests.cc', |
| 1304 ], |
| 1305 'dependencies': [ |
| 1306 '../third_party/openh264/testing/openh264_testing.gyp:openh264_t
esting', |
| 1307 ], |
| 1308 }], |
| 1301 ], | 1309 ], |
| 1302 }, | 1310 }, |
| 1303 { | 1311 { |
| 1304 # GN version: //content/test:content_perftests | 1312 # GN version: //content/test:content_perftests |
| 1305 'target_name': 'content_perftests', | 1313 'target_name': 'content_perftests', |
| 1306 'type': '<(gtest_target_type)', | 1314 'type': '<(gtest_target_type)', |
| 1307 'defines!': ['CONTENT_IMPLEMENTATION'], | 1315 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 1308 'dependencies': [ | 1316 'dependencies': [ |
| 1309 'content.gyp:content_browser', | 1317 'content.gyp:content_browser', |
| 1310 'content.gyp:content_common', | 1318 'content.gyp:content_common', |
| (...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2191 'content_unittests_apk.isolate', | 2199 'content_unittests_apk.isolate', |
| 2192 ], | 2200 ], |
| 2193 }, | 2201 }, |
| 2194 ], | 2202 ], |
| 2195 }, | 2203 }, |
| 2196 ], | 2204 ], |
| 2197 ], | 2205 ], |
| 2198 }], | 2206 }], |
| 2199 ], | 2207 ], |
| 2200 } | 2208 } |
| OLD | NEW |