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

Unified Diff: mojo/mojo_base.gyp

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less .. 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
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index b06997fdfd96f9285a34bbedb5b064e898c59680..b3c3449ab389cf353fceae389773aba653e8b7cc 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -51,6 +51,7 @@
'type': 'none',
},
{
+ # GN version: //mojo/common/test:run_all_unittests
'target_name': 'mojo_run_all_unittests',
'type': 'static_library',
'dependencies': [
@@ -184,6 +185,7 @@
}
},
{
+ # GN version: //mojo/system:mojo_system_unittests
'target_name': 'mojo_system_unittests',
'type': 'executable',
'dependencies': [
@@ -223,6 +225,7 @@
],
},
{
+ # GN version: //mojo/common/test:test_support_impl
'target_name': 'mojo_test_support_impl',
'type': 'static_library',
'dependencies': [
@@ -264,6 +267,7 @@
],
},
{
+ # GN version: //mojo/common/test:test_support
'target_name': 'mojo_common_test_support',
'type': 'static_library',
'dependencies': [
@@ -281,6 +285,7 @@
],
},
{
+ # GN version: //mojo/common:mojo_common_unittests
'target_name': 'mojo_common_unittests',
'type': 'executable',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698