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

Unified Diff: ppapi/ppapi_host.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/ppapi_gl.gypi ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_host.gypi
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
index 97751a7e8c5b137b464fb000e8b19fc34af08ad8..eea53b42bcae23547c6f351dc947c6c1d1a9f26c 100644
--- a/ppapi/ppapi_host.gypi
+++ b/ppapi/ppapi_host.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //ppapi:ppapi_host
'target_name': 'ppapi_host',
'type': '<(component)',
'dependencies': [
@@ -22,6 +23,7 @@
'PPAPI_HOST_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'host/dispatch_host_message.h',
'host/error_conversion.cc',
'host/error_conversion.h',
« no previous file with comments | « ppapi/ppapi_gl.gypi ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698