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

Unified Diff: media/media.gyp

Issue 709923003: Use ApplicationTestBase for MojoRendererTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Works with https://codereview.chromium.org/710403002/ Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/mojo/services/BUILD.gn » ('j') | media/mojo/services/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8b2606a2d048d676b157bba96e9ba13119a6c250..faad57014d2f65bbaf8245d63ba6e0cbc4b9130e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1124,28 +1124,6 @@
],
},
{
- 'target_name': 'mojo_media_renderer_apptest',
xhwang 2014/11/11 23:09:50 Currently there's no way to get this test work wit
- 'type': 'loadable_module',
- 'includes': [
- '../mojo/mojo_variables.gypi',
- ],
- 'dependencies': [
- 'media',
- 'media_mojo_bindings',
- 'media_mojo_lib',
- 'media_test_support',
- 'mojo_media_renderer_app',
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
- '../testing/gtest.gyp:gtest',
- '../mojo/mojo_base.gyp:mojo_application_chromium',
- '<(mojo_system_for_loadable_module)',
- ],
- 'sources': [
- 'mojo/services/renderer_unittest.cc',
- ],
- },
- {
'target_name': 'media_mojo',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | media/mojo/services/BUILD.gn » ('j') | media/mojo/services/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698