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

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: Misc 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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698