Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: content/content_tests.gypi

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 '../ui/ozone/ozone.gyp:ozone', 1292 '../ui/ozone/ozone.gyp:ozone',
1293 '../ui/ozone/ozone.gyp:ozone_base', 1293 '../ui/ozone/ozone.gyp:ozone_base',
1294 ], 1294 ],
1295 }], 1295 }],
1296 ['OS == "mac"', { 1296 ['OS == "mac"', {
1297 'sources': [ '<@(content_unittests_mac_sources)' ], 1297 'sources': [ '<@(content_unittests_mac_sources)' ],
1298 'dependencies': [ 1298 'dependencies': [
1299 '../third_party/boringssl/boringssl.gyp:boringssl', 1299 '../third_party/boringssl/boringssl.gyp:boringssl',
1300 ], 1300 ],
1301 }], 1301 }],
1302 ['use_openh264==1', {
1303 'sources': [
1304 'browser/media/openh264_unittests.cc',
1305 ],
1306 'dependencies': [
1307 '../third_party/openh264/testing/openh264_testing.gyp:openh264_t esting',
1308 ],
1309 }],
1302 ], 1310 ],
1303 }, 1311 },
1304 { 1312 {
1305 # GN version: //content/test:content_perftests 1313 # GN version: //content/test:content_perftests
1306 'target_name': 'content_perftests', 1314 'target_name': 'content_perftests',
1307 'type': '<(gtest_target_type)', 1315 'type': '<(gtest_target_type)',
1308 'defines!': ['CONTENT_IMPLEMENTATION'], 1316 'defines!': ['CONTENT_IMPLEMENTATION'],
1309 'dependencies': [ 1317 'dependencies': [
1310 'content.gyp:content_browser', 1318 'content.gyp:content_browser',
1311 'content.gyp:content_common', 1319 'content.gyp:content_common',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 'content_unittests_apk.isolate', 2200 'content_unittests_apk.isolate',
2193 ], 2201 ],
2194 }, 2202 },
2195 ], 2203 ],
2196 }, 2204 },
2197 ], 2205 ],
2198 ], 2206 ],
2199 }], 2207 }],
2200 ], 2208 ],
2201 } 2209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698