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

Unified Diff: ppapi/ppapi_internal.gyp

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/ppapi_host.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_internal.gyp
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index 4c1614f7d4954277a388ecd4e331407de2aa69af..b58f2128faef916d37fba6e6ad3052ec1af6af4a 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -33,6 +33,7 @@
],
'targets': [
{
+ # GN version: //ppapi:ppapi_shared
'target_name': 'ppapi_shared',
'type': '<(component)',
'variables': {
@@ -93,6 +94,7 @@
# In a static build, build ppapi_ipc separately.
'targets': [
{
+ # GN version: //ppapi:ppapi_ipc
'target_name': 'ppapi_ipc',
'type': 'static_library',
'variables': {
@@ -114,6 +116,7 @@
},
},
{
+ # GN version: //ppapi:ppapi_proxy
'target_name': 'ppapi_proxy',
'type': 'static_library',
'variables': {
@@ -160,6 +163,7 @@
# In the component build, we'll just build ppapi_ipc in to ppapi_proxy.
'targets': [
{
+ # GN version: //ppapi:ppapi_proxy
'target_name': 'ppapi_proxy',
'type': 'shared_library',
'variables': {
@@ -221,6 +225,8 @@
# Windows).
'targets': [
{
+ # GN version: //ppapi:ppapi_shared
+ # (Should be automagical when compiling in the 64-bit toolchain.)
'target_name': 'ppapi_shared_win64',
'type': '<(component)',
'variables': {
@@ -248,6 +254,8 @@
},
},
{
+ # GN version: //ppapi:ppapi_ipc
+ # (Should be automagical when compiling in the 64-bit toolchain.)
'target_name': 'ppapi_ipc_win64',
'type': 'static_library',
'variables': {
« no previous file with comments | « ppapi/ppapi_host.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698