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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 403023002: Add to GN ppapi build. (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 | « ppapi/BUILD.gn ('k') | ppapi/ppapi_gl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 1cf11d46ed6fb7d89fb8a31f9a32fa231a831210..622c3d575a19d2718e4302abc67b21952423b679 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -11,6 +11,7 @@
],
'targets': [
{
+ # GN version: //ppapi:ppapi_c
'target_name': 'ppapi_c',
'type': 'none',
'all_dependent_settings': {
@@ -23,6 +24,7 @@
],
},
{
+ # GN version: //ppapi:ppapi_cpp_pbjects
'target_name': 'ppapi_cpp_objects',
'type': 'static_library',
'dependencies': [
@@ -56,6 +58,7 @@
],
},
{
+ # GN version: //ppapi:ppapi_cpp
'target_name': 'ppapi_cpp',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « ppapi/BUILD.gn ('k') | ppapi/ppapi_gl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698