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

Unified Diff: mojo/mojo_public.gypi

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps of application build target Created 6 years, 5 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_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index a50027bd87a2560afedfc8d074ca926b7f650b69..82fb1ab8c988d818e494168d3346470b21fa5d9c 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //mojo/public/c/system
'target_name': 'mojo_system',
'type': 'static_library',
'defines': [
@@ -112,6 +113,7 @@
],
},
{
+ # GN version: //mojo/public/cpp/environment:standalone
'target_name': 'mojo_environment_standalone',
'type': 'static_library',
'sources': [
@@ -131,6 +133,7 @@
],
},
{
+ # GN version: //mojo/public/cpp/utility
'target_name': 'mojo_utility',
'type': 'static_library',
'sources': [
@@ -176,6 +179,7 @@
],
},
{
+ # GN version: //mojo/public/cpp/application
'target_name': 'mojo_application',
'type': 'static_library',
'sources': [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | mojo/public/c/system/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698