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

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: Addressed torbjorng's comments 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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 ], 1056 ],
1057 'sources': [ 1057 'sources': [
1058 'content_gl_tests.isolate', 1058 'content_gl_tests.isolate',
1059 ], 1059 ],
1060 }, 1060 },
1061 ], 1061 ],
1062 }], 1062 }],
1063 ], 1063 ],
1064 }], 1064 }],
1065 ['OS!="ios"', { 1065 ['OS!="ios"', {
1066 'includes': [
1067 '../third_party/openh264/openh264_args.gypi',
1068 ],
1066 'targets': [ 1069 'targets': [
1067 { 1070 {
1068 # GN version: //content/test:layouttest_support 1071 # GN version: //content/test:layouttest_support
1069 'target_name': 'layouttest_support_content', 1072 'target_name': 'layouttest_support_content',
1070 'type': 'static_library', 1073 'type': 'static_library',
1071 'dependencies': [ 1074 'dependencies': [
1072 'content.gyp:content_renderer', 1075 'content.gyp:content_renderer',
1073 'test_support_content', 1076 'test_support_content',
1074 '../components/test_runner/test_runner.gyp:test_runner', 1077 '../components/test_runner/test_runner.gyp:test_runner',
1075 '../skia/skia.gyp:skia', 1078 '../skia/skia.gyp:skia',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 '../ui/ozone/ozone.gyp:ozone', 1295 '../ui/ozone/ozone.gyp:ozone',
1293 '../ui/ozone/ozone.gyp:ozone_base', 1296 '../ui/ozone/ozone.gyp:ozone_base',
1294 ], 1297 ],
1295 }], 1298 }],
1296 ['OS == "mac"', { 1299 ['OS == "mac"', {
1297 'sources': [ '<@(content_unittests_mac_sources)' ], 1300 'sources': [ '<@(content_unittests_mac_sources)' ],
1298 'dependencies': [ 1301 'dependencies': [
1299 '../third_party/boringssl/boringssl.gyp:boringssl', 1302 '../third_party/boringssl/boringssl.gyp:boringssl',
1300 ], 1303 ],
1301 }], 1304 }],
1305 ['use_openh264==1', {
1306 'sources': [
1307 'browser/media/openh264_unittests.cc',
1308 ],
1309 'dependencies': [
1310 '../third_party/openh264/testing/openh264_testing.gyp:openh264_t esting',
1311 ],
1312 }],
1302 ], 1313 ],
1303 }, 1314 },
1304 { 1315 {
1305 # GN version: //content/test:content_perftests 1316 # GN version: //content/test:content_perftests
1306 'target_name': 'content_perftests', 1317 'target_name': 'content_perftests',
1307 'type': '<(gtest_target_type)', 1318 'type': '<(gtest_target_type)',
1308 'defines!': ['CONTENT_IMPLEMENTATION'], 1319 'defines!': ['CONTENT_IMPLEMENTATION'],
1309 'dependencies': [ 1320 'dependencies': [
1310 'content.gyp:content_browser', 1321 'content.gyp:content_browser',
1311 'content.gyp:content_common', 1322 'content.gyp:content_common',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 'content_unittests_apk.isolate', 2203 'content_unittests_apk.isolate',
2193 ], 2204 ],
2194 }, 2205 },
2195 ], 2206 ],
2196 }, 2207 },
2197 ], 2208 ],
2198 ], 2209 ],
2199 }], 2210 }],
2200 ], 2211 ],
2201 } 2212 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698