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', | 8 'target_name': 'ppapi_shared', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
11 'ppapi.gyp: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 '../gpu/gpu.gyp:gles2_implementation', | |
16 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
17 '../third_party/icu/icu.gyp:icuuc', | 16 '../third_party/icu/icu.gyp:icuuc', |
18 '../ui/gfx/surface/surface.gyp:surface', | 17 '../ui/gfx/surface/surface.gyp:surface', |
19 ], | 18 ], |
20 'include_dirs': [ | 19 'include_dirs': [ |
21 '..', | 20 '..', |
22 ], | 21 ], |
23 'export_dependent_settings': [ | 22 'export_dependent_settings': [ |
24 '../base/base.gyp:base', | 23 '../base/base.gyp:base', |
25 ], | 24 ], |
26 'sources': [ | 25 'sources': [ |
27 'shared_impl/audio_config_impl.cc', | 26 'shared_impl/audio_config_impl.cc', |
28 'shared_impl/audio_config_impl.h', | 27 'shared_impl/audio_config_impl.h', |
29 'shared_impl/audio_impl.cc', | 28 'shared_impl/audio_impl.cc', |
30 'shared_impl/audio_impl.h', | 29 'shared_impl/audio_impl.h', |
31 'shared_impl/char_set_impl.cc', | 30 'shared_impl/char_set_impl.cc', |
32 'shared_impl/char_set_impl.h', | 31 'shared_impl/char_set_impl.h', |
33 'shared_impl/crypto_impl.cc', | 32 'shared_impl/crypto_impl.cc', |
34 'shared_impl/crypto_impl.h', | 33 'shared_impl/crypto_impl.h', |
35 'shared_impl/font_impl.cc', | 34 'shared_impl/font_impl.cc', |
36 'shared_impl/font_impl.h', | 35 'shared_impl/font_impl.h', |
37 'shared_impl/function_group_base.cc', | 36 'shared_impl/function_group_base.cc', |
38 'shared_impl/function_group_base.h', | 37 'shared_impl/function_group_base.h', |
39 'shared_impl/graphics_3d_impl.cc', | |
40 'shared_impl/graphics_3d_impl.h', | |
41 'shared_impl/image_data_impl.cc', | 38 'shared_impl/image_data_impl.cc', |
42 'shared_impl/image_data_impl.h', | 39 'shared_impl/image_data_impl.h', |
43 'shared_impl/input_event_impl.cc', | 40 'shared_impl/input_event_impl.cc', |
44 'shared_impl/input_event_impl.h', | 41 'shared_impl/input_event_impl.h', |
45 'shared_impl/instance_impl.cc', | 42 'shared_impl/instance_impl.cc', |
46 'shared_impl/instance_impl.h', | 43 'shared_impl/instance_impl.h', |
47 'shared_impl/ppapi_preferences.cc', | 44 'shared_impl/ppapi_preferences.cc', |
48 'shared_impl/ppapi_preferences.h', | 45 'shared_impl/ppapi_preferences.h', |
49 'shared_impl/ppp_instance_combined.cc', | 46 'shared_impl/ppp_instance_combined.cc', |
50 'shared_impl/ppp_instance_combined.h', | 47 'shared_impl/ppp_instance_combined.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'thunk/ppb_flash_tcp_socket_api.h', | 100 'thunk/ppb_flash_tcp_socket_api.h', |
104 'thunk/ppb_flash_tcp_socket_thunk.cc', | 101 'thunk/ppb_flash_tcp_socket_thunk.cc', |
105 'thunk/ppb_font_api.h', | 102 'thunk/ppb_font_api.h', |
106 'thunk/ppb_font_thunk.cc', | 103 'thunk/ppb_font_thunk.cc', |
107 'thunk/ppb_fullscreen_thunk.cc', | 104 'thunk/ppb_fullscreen_thunk.cc', |
108 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 105 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
109 'thunk/ppb_graphics_2d_api.h', | 106 'thunk/ppb_graphics_2d_api.h', |
110 'thunk/ppb_graphics_2d_thunk.cc', | 107 'thunk/ppb_graphics_2d_thunk.cc', |
111 'thunk/ppb_graphics_3d_api.h', | 108 'thunk/ppb_graphics_3d_api.h', |
112 'thunk/ppb_graphics_3d_thunk.cc', | 109 'thunk/ppb_graphics_3d_thunk.cc', |
113 'thunk/ppb_graphics_3d_trusted_thunk.cc', | |
114 'thunk/ppb_image_data_api.h', | 110 'thunk/ppb_image_data_api.h', |
115 'thunk/ppb_image_data_thunk.cc', | 111 'thunk/ppb_image_data_thunk.cc', |
116 'thunk/ppb_image_data_trusted_thunk.cc', | 112 'thunk/ppb_image_data_trusted_thunk.cc', |
117 'thunk/ppb_instance_api.h', | 113 'thunk/ppb_instance_api.h', |
118 'thunk/ppb_instance_thunk.cc', | 114 'thunk/ppb_instance_thunk.cc', |
119 'thunk/ppb_layer_compositor_api.h', | 115 'thunk/ppb_layer_compositor_api.h', |
120 'thunk/ppb_layer_compositor_thunk.cc', | 116 'thunk/ppb_layer_compositor_thunk.cc', |
121 'thunk/ppb_messaging_thunk.cc', | 117 'thunk/ppb_messaging_thunk.cc', |
122 'thunk/ppb_pdf_api.h', | 118 'thunk/ppb_pdf_api.h', |
123 'thunk/ppb_scrollbar_api.h', | 119 'thunk/ppb_scrollbar_api.h', |
(...skipping 13 matching lines...) Expand all Loading... |
137 'thunk/ppb_video_layer_api.h', | 133 'thunk/ppb_video_layer_api.h', |
138 'thunk/ppb_video_layer_thunk.cc', | 134 'thunk/ppb_video_layer_thunk.cc', |
139 'thunk/ppb_widget_api.h', | 135 'thunk/ppb_widget_api.h', |
140 'thunk/ppb_widget_thunk.cc', | 136 'thunk/ppb_widget_thunk.cc', |
141 'thunk/ppb_zoom_thunk.cc', | 137 'thunk/ppb_zoom_thunk.cc', |
142 'thunk/thunk.h', | 138 'thunk/thunk.h', |
143 ], | 139 ], |
144 }, | 140 }, |
145 ], | 141 ], |
146 } | 142 } |
OLD | NEW |