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

Side by Side Diff: content/content_tests.gypi

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN 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 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 '../ui/ozone/ozone.gyp:ozone', 1284 '../ui/ozone/ozone.gyp:ozone',
1285 '../ui/ozone/ozone.gyp:ozone_base', 1285 '../ui/ozone/ozone.gyp:ozone_base',
1286 ], 1286 ],
1287 }], 1287 }],
1288 ['OS == "mac"', { 1288 ['OS == "mac"', {
1289 'sources': [ '<@(content_unittests_mac_sources)' ], 1289 'sources': [ '<@(content_unittests_mac_sources)' ],
1290 'dependencies': [ 1290 'dependencies': [
1291 '../third_party/boringssl/boringssl.gyp:boringssl', 1291 '../third_party/boringssl/boringssl.gyp:boringssl',
1292 ], 1292 ],
1293 }], 1293 }],
1294 ['use_openh264==1', {
1295 'sources': [
1296 'browser/media/openh264_unittests.cc',
1297 ],
1298 'dependencies': [
1299 '../third_party/openh264/testing/openh264_testing.gyp:openh264_t esting',
1300 ],
1301 }],
1294 ], 1302 ],
1295 }, 1303 },
1296 { 1304 {
1297 # GN version: //content/test:content_perftests 1305 # GN version: //content/test:content_perftests
1298 'target_name': 'content_perftests', 1306 'target_name': 'content_perftests',
1299 'type': '<(gtest_target_type)', 1307 'type': '<(gtest_target_type)',
1300 'defines!': ['CONTENT_IMPLEMENTATION'], 1308 'defines!': ['CONTENT_IMPLEMENTATION'],
1301 'dependencies': [ 1309 'dependencies': [
1302 'content.gyp:content_browser', 1310 'content.gyp:content_browser',
1303 'content.gyp:content_common', 1311 'content.gyp:content_common',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 'content_unittests_apk.isolate', 2191 'content_unittests_apk.isolate',
2184 ], 2192 ],
2185 }, 2193 },
2186 ], 2194 ],
2187 }, 2195 },
2188 ], 2196 ],
2189 ], 2197 ],
2190 }], 2198 }],
2191 ], 2199 ],
2192 } 2200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698