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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 6824006: Completed the implementation for PPB_Graphics3D interface. Mostly copied from the implementations... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
15 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
16 '../third_party/icu/icu.gyp:icuuc', 17 '../third_party/icu/icu.gyp:icuuc',
17 '../ui/gfx/surface/surface.gyp:surface', 18 '../ui/gfx/surface/surface.gyp:surface',
18 ], 19 ],
19 'include_dirs': [ 20 'include_dirs': [
20 '..', 21 '..',
21 ], 22 ],
22 'export_dependent_settings': [ 23 'export_dependent_settings': [
23 '../base/base.gyp:base', 24 '../base/base.gyp:base',
24 ], 25 ],
25 'sources': [ 26 'sources': [
26 'shared_impl/audio_config_impl.cc', 27 'shared_impl/audio_config_impl.cc',
27 'shared_impl/audio_config_impl.h', 28 'shared_impl/audio_config_impl.h',
28 'shared_impl/audio_impl.cc', 29 'shared_impl/audio_impl.cc',
29 'shared_impl/audio_impl.h', 30 'shared_impl/audio_impl.h',
30 'shared_impl/char_set_impl.cc', 31 'shared_impl/char_set_impl.cc',
31 'shared_impl/char_set_impl.h', 32 'shared_impl/char_set_impl.h',
32 'shared_impl/crypto_impl.cc', 33 'shared_impl/crypto_impl.cc',
33 'shared_impl/crypto_impl.h', 34 'shared_impl/crypto_impl.h',
34 'shared_impl/font_impl.cc', 35 'shared_impl/font_impl.cc',
35 'shared_impl/font_impl.h', 36 'shared_impl/font_impl.h',
36 'shared_impl/function_group_base.cc', 37 'shared_impl/function_group_base.cc',
37 'shared_impl/function_group_base.h', 38 'shared_impl/function_group_base.h',
39 'shared_impl/graphics_3d_impl.cc',
40 'shared_impl/graphics_3d_impl.h',
38 'shared_impl/image_data_impl.cc', 41 'shared_impl/image_data_impl.cc',
39 'shared_impl/image_data_impl.h', 42 'shared_impl/image_data_impl.h',
40 'shared_impl/input_event_impl.cc', 43 'shared_impl/input_event_impl.cc',
41 'shared_impl/input_event_impl.h', 44 'shared_impl/input_event_impl.h',
42 'shared_impl/instance_impl.cc', 45 'shared_impl/instance_impl.cc',
43 'shared_impl/instance_impl.h', 46 'shared_impl/instance_impl.h',
44 'shared_impl/ppapi_preferences.cc', 47 'shared_impl/ppapi_preferences.cc',
45 'shared_impl/ppapi_preferences.h', 48 'shared_impl/ppapi_preferences.h',
46 'shared_impl/ppp_instance_combined.cc', 49 'shared_impl/ppp_instance_combined.cc',
47 'shared_impl/ppp_instance_combined.h', 50 'shared_impl/ppp_instance_combined.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'thunk/ppb_flash_tcp_socket_api.h', 103 'thunk/ppb_flash_tcp_socket_api.h',
101 'thunk/ppb_flash_tcp_socket_thunk.cc', 104 'thunk/ppb_flash_tcp_socket_thunk.cc',
102 'thunk/ppb_font_api.h', 105 'thunk/ppb_font_api.h',
103 'thunk/ppb_font_thunk.cc', 106 'thunk/ppb_font_thunk.cc',
104 'thunk/ppb_fullscreen_thunk.cc', 107 'thunk/ppb_fullscreen_thunk.cc',
105 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 108 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
106 'thunk/ppb_graphics_2d_api.h', 109 'thunk/ppb_graphics_2d_api.h',
107 'thunk/ppb_graphics_2d_thunk.cc', 110 'thunk/ppb_graphics_2d_thunk.cc',
108 'thunk/ppb_graphics_3d_api.h', 111 'thunk/ppb_graphics_3d_api.h',
109 'thunk/ppb_graphics_3d_thunk.cc', 112 'thunk/ppb_graphics_3d_thunk.cc',
113 'thunk/ppb_graphics_3d_trusted_thunk.cc',
110 'thunk/ppb_image_data_api.h', 114 'thunk/ppb_image_data_api.h',
111 'thunk/ppb_image_data_thunk.cc', 115 'thunk/ppb_image_data_thunk.cc',
112 'thunk/ppb_image_data_trusted_thunk.cc', 116 'thunk/ppb_image_data_trusted_thunk.cc',
113 'thunk/ppb_instance_api.h', 117 'thunk/ppb_instance_api.h',
114 'thunk/ppb_instance_thunk.cc', 118 'thunk/ppb_instance_thunk.cc',
115 'thunk/ppb_layer_compositor_api.h', 119 'thunk/ppb_layer_compositor_api.h',
116 'thunk/ppb_layer_compositor_thunk.cc', 120 'thunk/ppb_layer_compositor_thunk.cc',
117 'thunk/ppb_messaging_thunk.cc', 121 'thunk/ppb_messaging_thunk.cc',
118 'thunk/ppb_pdf_api.h', 122 'thunk/ppb_pdf_api.h',
119 'thunk/ppb_scrollbar_api.h', 123 'thunk/ppb_scrollbar_api.h',
(...skipping 13 matching lines...) Expand all
133 'thunk/ppb_video_layer_api.h', 137 'thunk/ppb_video_layer_api.h',
134 'thunk/ppb_video_layer_thunk.cc', 138 'thunk/ppb_video_layer_thunk.cc',
135 'thunk/ppb_widget_api.h', 139 'thunk/ppb_widget_api.h',
136 'thunk/ppb_widget_thunk.cc', 140 'thunk/ppb_widget_thunk.cc',
137 'thunk/ppb_zoom_thunk.cc', 141 'thunk/ppb_zoom_thunk.cc',
138 'thunk/thunk.h', 142 'thunk/thunk.h',
139 ], 143 ],
140 }, 144 },
141 ], 145 ],
142 } 146 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698