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

Unified Diff: mojo/mojo_public.gypi

Issue 401473002: Re-land "Add GN build targets for the rest of mojo/public" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/BUILD.gn » ('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 a50027bd87a2560afedfc8d074ca926b7f650b69..7dbf65f4999e2da7e6bd580e22022e3d5d33316c 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': [
@@ -201,6 +205,7 @@
['OS == "android"', {
'targets': [
{
+ # GN version: //mojo/public/java
'target_name': 'mojo_public_java',
'type': 'none',
'variables': {
@@ -209,6 +214,8 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # TODO(cmasone): Move out of mojo_public, as this is built from code
+ # outside mojo/public.
'target_name': 'mojo_bindings_java',
'type': 'none',
'variables': {
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698