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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8676042: Remove Context3D/Surface3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 years 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_list.cc » ('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': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'thunk/ppb_audio_thunk.cc', 107 'thunk/ppb_audio_thunk.cc',
108 'thunk/ppb_audio_trusted_thunk.cc', 108 'thunk/ppb_audio_trusted_thunk.cc',
109 'thunk/ppb_broker_api.h', 109 'thunk/ppb_broker_api.h',
110 'thunk/ppb_broker_thunk.cc', 110 'thunk/ppb_broker_thunk.cc',
111 'thunk/ppb_buffer_api.h', 111 'thunk/ppb_buffer_api.h',
112 'thunk/ppb_buffer_thunk.cc', 112 'thunk/ppb_buffer_thunk.cc',
113 'thunk/ppb_buffer_trusted_api.h', 113 'thunk/ppb_buffer_trusted_api.h',
114 'thunk/ppb_buffer_trusted_thunk.cc', 114 'thunk/ppb_buffer_trusted_thunk.cc',
115 'thunk/ppb_char_set_thunk.cc', 115 'thunk/ppb_char_set_thunk.cc',
116 'thunk/ppb_console_thunk.cc', 116 'thunk/ppb_console_thunk.cc',
117 'thunk/ppb_context_3d_api.h',
118 'thunk/ppb_context_3d_thunk.cc',
119 'thunk/ppb_context_3d_trusted_thunk.cc',
120 'thunk/ppb_cursor_control_api.h', 117 'thunk/ppb_cursor_control_api.h',
121 'thunk/ppb_cursor_control_thunk.cc', 118 'thunk/ppb_cursor_control_thunk.cc',
122 'thunk/ppb_directory_reader_api.h', 119 'thunk/ppb_directory_reader_api.h',
123 'thunk/ppb_directory_reader_thunk.cc', 120 'thunk/ppb_directory_reader_thunk.cc',
124 'thunk/ppb_input_event_api.h', 121 'thunk/ppb_input_event_api.h',
125 'thunk/ppb_input_event_thunk.cc', 122 'thunk/ppb_input_event_thunk.cc',
126 'thunk/ppb_file_chooser_api.h', 123 'thunk/ppb_file_chooser_api.h',
127 'thunk/ppb_file_chooser_thunk.cc', 124 'thunk/ppb_file_chooser_thunk.cc',
128 'thunk/ppb_file_io_api.h', 125 'thunk/ppb_file_io_api.h',
129 'thunk/ppb_file_io_thunk.cc', 126 'thunk/ppb_file_io_thunk.cc',
(...skipping 24 matching lines...) Expand all
154 'thunk/ppb_image_data_trusted_thunk.cc', 151 'thunk/ppb_image_data_trusted_thunk.cc',
155 'thunk/ppb_instance_api.h', 152 'thunk/ppb_instance_api.h',
156 'thunk/ppb_instance_thunk.cc', 153 'thunk/ppb_instance_thunk.cc',
157 'thunk/ppb_layer_compositor_api.h', 154 'thunk/ppb_layer_compositor_api.h',
158 'thunk/ppb_layer_compositor_thunk.cc', 155 'thunk/ppb_layer_compositor_thunk.cc',
159 'thunk/ppb_messaging_thunk.cc', 156 'thunk/ppb_messaging_thunk.cc',
160 'thunk/ppb_mouse_lock_thunk.cc', 157 'thunk/ppb_mouse_lock_thunk.cc',
161 'thunk/ppb_pdf_api.h', 158 'thunk/ppb_pdf_api.h',
162 'thunk/ppb_scrollbar_api.h', 159 'thunk/ppb_scrollbar_api.h',
163 'thunk/ppb_scrollbar_thunk.cc', 160 'thunk/ppb_scrollbar_thunk.cc',
164 'thunk/ppb_surface_3d_api.h',
165 'thunk/ppb_surface_3d_thunk.cc',
166 'thunk/ppb_tcp_socket_private_api.h', 161 'thunk/ppb_tcp_socket_private_api.h',
167 'thunk/ppb_tcp_socket_private_thunk.cc', 162 'thunk/ppb_tcp_socket_private_thunk.cc',
168 'thunk/ppb_text_input_api.h', 163 'thunk/ppb_text_input_api.h',
169 'thunk/ppb_text_input_thunk.cc', 164 'thunk/ppb_text_input_thunk.cc',
170 'thunk/ppb_transport_api.h', 165 'thunk/ppb_transport_api.h',
171 'thunk/ppb_transport_thunk.cc', 166 'thunk/ppb_transport_thunk.cc',
172 'thunk/ppb_udp_socket_private_api.h', 167 'thunk/ppb_udp_socket_private_api.h',
173 'thunk/ppb_udp_socket_private_thunk.cc', 168 'thunk/ppb_udp_socket_private_thunk.cc',
174 'thunk/ppb_url_loader_api.h', 169 'thunk/ppb_url_loader_api.h',
175 'thunk/ppb_url_loader_thunk.cc', 170 'thunk/ppb_url_loader_thunk.cc',
(...skipping 11 matching lines...) Expand all
187 'thunk/ppb_websocket_api.h', 182 'thunk/ppb_websocket_api.h',
188 'thunk/ppb_websocket_thunk.cc', 183 'thunk/ppb_websocket_thunk.cc',
189 'thunk/ppb_widget_api.h', 184 'thunk/ppb_widget_api.h',
190 'thunk/ppb_widget_thunk.cc', 185 'thunk/ppb_widget_thunk.cc',
191 'thunk/ppb_zoom_thunk.cc', 186 'thunk/ppb_zoom_thunk.cc',
192 'thunk/thunk.h', 187 'thunk/thunk.h',
193 ], 188 ],
194 }, 189 },
195 ], 190 ],
196 } 191 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698