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

Unified Diff: ppapi/ppapi_internal.gyp

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 years, 10 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_gl.gypi ('k') | ppapi/ppapi_sources.gni » ('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 43706401087ac5edb0c72b00f68a5d6fe368b8b9..6c526c06c5f4db48c9aabc6973b9998116f5c7c3 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -33,7 +33,7 @@
],
'targets': [
{
- # GN version: //ppapi:ppapi_shared
+ # GN version: //ppapi/shared_impl and //ppapi/thunk
'target_name': 'ppapi_shared',
'type': '<(component)',
'variables': {
@@ -92,7 +92,7 @@
# In a static build, build ppapi_ipc separately.
'targets': [
{
- # GN version: //ppapi:ppapi_ipc
+ # GN version: //ppapi/proxy:ipc
'target_name': 'ppapi_ipc',
'type': 'static_library',
'variables': {
@@ -114,7 +114,7 @@
},
},
{
- # GN version: //ppapi:ppapi_proxy
+ # GN version: //ppapi/proxy
'target_name': 'ppapi_proxy',
'type': 'static_library',
'variables': {
« no previous file with comments | « ppapi/ppapi_gl.gypi ('k') | ppapi/ppapi_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698