| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ppapi_shared_impl', | 8 'target_name': 'ppapi_shared_impl', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 'ppapi_c', | 11 'ppapi.gyp:ppapi_c', |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 14 '../build/temp_gyp/googleurl.gyp:googleurl', | 14 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 15 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
| 16 '../third_party/icu/icu.gyp:icuuc', | 16 '../third_party/icu/icu.gyp:icuuc', |
| 17 '../ui/gfx/surface/surface.gyp:surface', |
| 17 ], | 18 ], |
| 18 'include_dirs': [ | 19 'include_dirs': [ |
| 19 '..', | 20 '..', |
| 20 ], | 21 ], |
| 21 'export_dependent_settings': [ | 22 'export_dependent_settings': [ |
| 22 '../base/base.gyp:base', | 23 '../base/base.gyp:base', |
| 23 ], | 24 ], |
| 24 'sources': [ | 25 'sources': [ |
| 25 'shared_impl/audio_impl.cc', | 26 'shared_impl/audio_impl.cc', |
| 26 'shared_impl/audio_impl.h', | 27 'shared_impl/audio_impl.h', |
| 27 'shared_impl/char_set_impl.cc', | 28 'shared_impl/char_set_impl.cc', |
| 28 'shared_impl/char_set_impl.h', | 29 'shared_impl/char_set_impl.h', |
| 29 'shared_impl/crypto_impl.cc', | 30 'shared_impl/crypto_impl.cc', |
| 30 'shared_impl/crypto_impl.h', | 31 'shared_impl/crypto_impl.h', |
| 32 'shared_impl/font_impl.cc', |
| 33 'shared_impl/font_impl.h', |
| 31 'shared_impl/image_data_impl.cc', | 34 'shared_impl/image_data_impl.cc', |
| 32 'shared_impl/image_data_impl.h', | 35 'shared_impl/image_data_impl.h', |
| 33 'shared_impl/tracker_base.cc', | 36 'shared_impl/tracker_base.cc', |
| 34 'shared_impl/tracker_base.h', | 37 'shared_impl/tracker_base.h', |
| 35 'shared_impl/url_util_impl.cc', | 38 'shared_impl/url_util_impl.cc', |
| 36 'shared_impl/url_util_impl.h', | 39 'shared_impl/url_util_impl.h', |
| 40 'shared_impl/webkit_forwarding.cc', |
| 41 'shared_impl/webkit_forwarding.h', |
| 37 | 42 |
| 38 'thunk/enter.h', | 43 'thunk/enter.h', |
| 44 'thunk/ppb_font_api.h', |
| 45 'thunk/ppb_font_thunk.cc', |
| 39 'thunk/ppb_graphics_2d_api.h', | 46 'thunk/ppb_graphics_2d_api.h', |
| 40 'thunk/ppb_graphics_2d_thunk.cc', | 47 'thunk/ppb_graphics_2d_thunk.cc', |
| 41 'thunk/ppb_image_data_api.h', | 48 'thunk/ppb_image_data_api.h', |
| 42 'thunk/ppb_image_data_thunk.cc', | 49 'thunk/ppb_image_data_thunk.cc', |
| 43 'thunk/thunk.h', | 50 'thunk/thunk.h', |
| 44 ], | 51 ], |
| 45 'conditions': [ | 52 'conditions': [ |
| 46 ['OS=="win"', { | 53 ['OS=="win"', { |
| 47 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', | 54 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B', |
| 48 }], | 55 }], |
| 49 ], | 56 ], |
| 50 }, | 57 }, |
| 51 { | 58 { |
| 52 'target_name': 'ppapi_proxy', | 59 'target_name': 'ppapi_proxy', |
| 53 'type': 'static_library', | 60 'type': 'static_library', |
| 54 'dependencies': [ | 61 'dependencies': [ |
| 55 '../ipc/ipc.gyp:ipc', | 62 '../ipc/ipc.gyp:ipc', |
| 56 '../gpu/gpu.gyp:gpu_ipc', | 63 '../gpu/gpu.gyp:gpu_ipc', |
| 57 'ppapi_c', | 64 '../skia/skia.gyp:skia', |
| 65 '../ui/gfx/surface/surface.gyp:surface', |
| 66 'ppapi.gyp:ppapi_c', |
| 58 'ppapi_shared_impl', | 67 'ppapi_shared_impl', |
| 59 ], | 68 ], |
| 60 'all_dependent_settings': { | 69 'all_dependent_settings': { |
| 61 'include_dirs': [ | 70 'include_dirs': [ |
| 62 '..', | 71 '..', |
| 63 ], | 72 ], |
| 64 }, | 73 }, |
| 65 'include_dirs': [ | 74 'include_dirs': [ |
| 66 '..', | 75 '..', |
| 67 '../..', # For nacl includes to work. | 76 '../..', # For nacl includes to work. |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 ['OS=="win"', { | 197 ['OS=="win"', { |
| 189 }], | 198 }], |
| 190 ['OS=="linux"', { | 199 ['OS=="linux"', { |
| 191 }], | 200 }], |
| 192 ['OS=="mac"', { | 201 ['OS=="mac"', { |
| 193 }] | 202 }] |
| 194 ], | 203 ], |
| 195 }, | 204 }, |
| 196 ], | 205 ], |
| 197 } | 206 } |
| OLD | NEW |