| Index: ppapi/ppapi_shared.gypi
|
| ===================================================================
|
| --- ppapi/ppapi_shared.gypi (revision 98434)
|
| +++ ppapi/ppapi_shared.gypi (working copy)
|
| @@ -6,10 +6,11 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'ppapi_shared',
|
| - 'type': 'static_library',
|
| + 'type': '<(component)',
|
| 'dependencies': [
|
| 'ppapi.gyp:ppapi_c',
|
| '../base/base.gyp:base',
|
| + '../base/base.gyp:base_i18n',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| @@ -17,6 +18,10 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/gfx/surface/surface.gyp:surface',
|
| ],
|
| + 'defines': [
|
| + 'PPAPI_SHARED_IMPLEMENTATION',
|
| + 'PPAPI_THUNK_IMPLEMENTATION',
|
| + ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
|
|