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

Unified Diff: mojo/mojo.gyp

Issue 136473007: Mojo: Move test_embedder.* to the mojo_system_impl component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « mojo/DEPS ('k') | mojo/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0c7580efa842213860d2c05f086da33595cfb736..5a64fd7c926b4e0812eb53f26faf874f48d48ff6 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -140,6 +140,12 @@
'system/waiter.h',
'system/waiter_list.cc',
'system/waiter_list.h',
+ # Test-only code:
+ # TODO(vtl): It's a little unfortunate that these end up in the same
+ # component as non-test-only code. In the static build, this code should
+ # hopefully be dead-stripped.
+ 'system/embedder/test_embedder.cc',
+ 'system/embedder/test_embedder.h',
],
},
{
@@ -166,10 +172,6 @@
'system/raw_channel_posix_unittest.cc',
'system/remote_message_pipe_posix_unittest.cc',
'system/simple_dispatcher_unittest.cc',
- # TODO(vtl): Move this to mojo_system_impl (and mojo_system_impl's
- # exports).
- 'system/embedder/test_embedder.cc',
- 'system/embedder/test_embedder.h',
'system/test_utils.cc',
'system/test_utils.h',
'system/waiter_list_unittest.cc',
« no previous file with comments | « mojo/DEPS ('k') | mojo/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698