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', |
], |
}, |
], |