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

Unified Diff: ppapi/ppapi_proxy.gypi

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_proxy.gypi
===================================================================
--- ppapi/ppapi_proxy.gypi (revision 98434)
+++ ppapi/ppapi_proxy.gypi (working copy)
@@ -6,10 +6,12 @@
'targets': [
{
'target_name': 'ppapi_proxy',
- 'type': 'static_library',
+ 'type': '<(component)',
'dependencies': [
- '../ipc/ipc.gyp:ipc',
+ '../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../gpu/gpu.gyp:gpu_ipc',
+ '../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia',
'../ui/gfx/surface/surface.gyp:surface',
'ppapi.gyp:ppapi_c',
@@ -158,15 +160,8 @@
'proxy/var_serialization_rules.h',
],
'defines': [
+ 'PPAPI_PROXY_IMPLEMENTATION',
],
- 'conditions': [
- ['OS=="win"', {
- }],
- ['OS=="linux"', {
- }],
- ['OS=="mac"', {
- }]
- ],
},
],
}
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698