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

Unified Diff: third_party/openh264/tests/openh264_unittests.gyp

Issue 1394983003: openh264_unittests empty dummy test added (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LICENSE file to satisfy webview_licenses.py (will be replaced by third_party/openh264/src/LICENSE when future CL pulls in src) Created 5 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/openh264/tests/openh264_unittests.gyp
diff --git a/tools/ipc_fuzzer/message_dump/message_dump.gyp b/third_party/openh264/tests/openh264_unittests.gyp
similarity index 56%
copy from tools/ipc_fuzzer/message_dump/message_dump.gyp
copy to third_party/openh264/tests/openh264_unittests.gyp
index ac64e9ecbafaf515cdd928af965faf1623808330..72143a316b5c041c842f607ba9d17a70b4f0f4b8 100644
--- a/tools/ipc_fuzzer/message_dump/message_dump.gyp
+++ b/third_party/openh264/tests/openh264_unittests.gyp
@@ -3,21 +3,19 @@
# found in the LICENSE file.
{
- 'variables': {
- 'chromium_code': 1,
- },
'targets': [
{
- 'target_name': 'ipc_message_dump',
- 'type': 'loadable_module',
+ 'target_name': 'openh264_unittests',
+ 'type': '<(gtest_target_type)',
+ 'include_dirs': [
+ '<(DEPTH)',
kjellander_chromium 2015/10/13 14:18:25 Same here, is the root really needed?
+ '<(DEPTH)/third_party',
+ ],
'dependencies': [
- '../message_lib/message_lib.gyp:ipc_message_lib',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
- 'message_dump.cc',
- ],
- 'include_dirs': [
- '../../..',
+ 'openh264_unittests.cc',
],
},
],
« third_party/openh264/tests/BUILD.gn ('K') | « third_party/openh264/tests/openh264_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698