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

Unified Diff: mojo/mojo_services.gypi

Issue 495223002: GN build rules for all unit test targets in mojo/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright header Created 6 years, 4 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_base.gyp ('k') | mojo/public/cpp/application/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 2790dc0bfb698328c4a8f9d66dede812004f9202..54f6e9287aaa7577e86ff35e322531cca4d7483a 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -545,6 +545,7 @@
],
},
{
+ # GN version: //mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests
'target_name': 'mojo_view_manager_lib_unittests',
'type': 'executable',
'dependencies': [
@@ -742,6 +743,7 @@
],
},
{
+ # GN version: //mojo/services/public/cpp/view_manager/lib:run_unittests
'target_name': 'mojo_view_manager_run_unittests',
'type': 'static_library',
'dependencies': [
@@ -769,6 +771,7 @@
],
},
{
+ # GN version: //mojo/services/view_manager:mojo_view_manager_unittests
'target_name': 'mojo_view_manager_unittests',
'type': 'executable',
'dependencies': [
@@ -805,6 +808,7 @@
'includes': [ 'build/package_app.gypi' ],
},
{
+ # GN version: //mojo/services/window_manager:lib
'target_name': 'mojo_core_window_manager_lib',
'type': 'static_library',
'dependencies': [
@@ -828,6 +832,7 @@
],
},
{
+ # GN version: //mojo/services/window_manager
'target_name': 'mojo_core_window_manager',
'type': 'loadable_module',
'dependencies': [
@@ -839,6 +844,7 @@
],
},
{
+ # GN version: //mojo/services/window_manager:mojo_core_window_manager_unittests
'target_name': 'mojo_core_window_manager_unittests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/cpp/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698