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

Unified Diff: mojo/mojo.gyp

Issue 160003007: Mojo: Make a public test_support shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased again Created 6 years, 10 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/common/test/test_support_impl.cc ('k') | mojo/mojo_public.gypi » ('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 765a877b34688cc284ad4465d2afaf2879828736..4c9a5fce7da0820ff34b8db007e83fea65d868c9 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -68,6 +68,8 @@
'../testing/gtest.gyp:gtest',
'mojo_system',
'mojo_system_impl',
+ 'mojo_test_support',
+ 'mojo_test_support_impl',
],
'sources': [
'common/test/run_all_unittests.cc',
@@ -80,6 +82,8 @@
'../base/base.gyp:test_support_base',
'mojo_system',
'mojo_system_impl',
+ 'mojo_test_support',
+ 'mojo_test_support_impl',
],
'sources': [
'common/test/run_all_perftests.cc',
@@ -211,6 +215,17 @@
],
},
{
+ 'target_name': 'mojo_test_support_impl',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'common/test/test_support_impl.cc',
+ 'common/test/test_support_impl.h',
+ ],
+ },
+ {
'target_name': 'mojo_common_lib',
'type': '<(component)',
'defines': [
« no previous file with comments | « mojo/common/test/test_support_impl.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698