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

Unified Diff: mojo/mojo_public.gypi

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/mojo.gyp ('k') | mojo/public/tests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 4ddce9a22c0cbaa2b96bec908949c367282df6e2..a1fc34f9a3e443ddc040adeace5838243f2d327c 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -47,9 +47,30 @@
},
'sources': [
'public/gles2/gles2.h',
+ 'public/gles2/gles2_export.h',
'public/gles2/gles2_private.cc',
'public/gles2/gles2_private.h',
- 'public/gles2/gles2_export.h',
+ ],
+ },
+ {
+ 'target_name': 'mojo_test_support',
+ 'type': 'shared_library',
+ 'defines': [
+ 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ 'sources': [
+ 'public/tests/test_support.h',
+ 'public/tests/test_support_private.cc',
+ 'public/tests/test_support_private.h',
+ 'public/tests/test_support_export.h',
],
},
{
@@ -59,6 +80,7 @@
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
'mojo_system',
+ 'mojo_test_support',
],
'sources': [
'public/tests/test_utils.cc',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698