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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8059006: Additional update on Pepper IME API and boilerplate thunk/proxy implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make win_shared happy. Created 9 years, 2 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': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'thunk/ppb_layer_compositor_api.h', 146 'thunk/ppb_layer_compositor_api.h',
147 'thunk/ppb_layer_compositor_thunk.cc', 147 'thunk/ppb_layer_compositor_thunk.cc',
148 'thunk/ppb_messaging_thunk.cc', 148 'thunk/ppb_messaging_thunk.cc',
149 'thunk/ppb_mouse_lock_thunk.cc', 149 'thunk/ppb_mouse_lock_thunk.cc',
150 'thunk/ppb_pdf_api.h', 150 'thunk/ppb_pdf_api.h',
151 'thunk/ppb_query_policy_thunk.cc', 151 'thunk/ppb_query_policy_thunk.cc',
152 'thunk/ppb_scrollbar_api.h', 152 'thunk/ppb_scrollbar_api.h',
153 'thunk/ppb_scrollbar_thunk.cc', 153 'thunk/ppb_scrollbar_thunk.cc',
154 'thunk/ppb_surface_3d_api.h', 154 'thunk/ppb_surface_3d_api.h',
155 'thunk/ppb_surface_3d_thunk.cc', 155 'thunk/ppb_surface_3d_thunk.cc',
156 'thunk/ppb_text_input_api.h',
157 'thunk/ppb_text_input_thunk.cc',
156 'thunk/ppb_transport_api.h', 158 'thunk/ppb_transport_api.h',
157 'thunk/ppb_transport_thunk.cc', 159 'thunk/ppb_transport_thunk.cc',
158 'thunk/ppb_url_loader_api.h', 160 'thunk/ppb_url_loader_api.h',
159 'thunk/ppb_url_loader_thunk.cc', 161 'thunk/ppb_url_loader_thunk.cc',
160 'thunk/ppb_url_request_info_api.h', 162 'thunk/ppb_url_request_info_api.h',
161 'thunk/ppb_url_request_info_thunk.cc', 163 'thunk/ppb_url_request_info_thunk.cc',
162 'thunk/ppb_url_response_info_api.h', 164 'thunk/ppb_url_response_info_api.h',
163 'thunk/ppb_url_response_info_thunk.cc', 165 'thunk/ppb_url_response_info_thunk.cc',
164 'thunk/ppb_video_capture_api.h', 166 'thunk/ppb_video_capture_api.h',
165 'thunk/ppb_video_capture_thunk.cc', 167 'thunk/ppb_video_capture_thunk.cc',
166 'thunk/ppb_video_decoder_api.h', 168 'thunk/ppb_video_decoder_api.h',
167 'thunk/ppb_video_decoder_thunk.cc', 169 'thunk/ppb_video_decoder_thunk.cc',
168 'thunk/ppb_video_layer_api.h', 170 'thunk/ppb_video_layer_api.h',
169 'thunk/ppb_video_layer_thunk.cc', 171 'thunk/ppb_video_layer_thunk.cc',
170 'thunk/ppb_widget_api.h', 172 'thunk/ppb_widget_api.h',
171 'thunk/ppb_widget_thunk.cc', 173 'thunk/ppb_widget_thunk.cc',
172 'thunk/ppb_zoom_thunk.cc', 174 'thunk/ppb_zoom_thunk.cc',
173 'thunk/thunk.h', 175 'thunk/thunk.h',
174 ], 176 ],
175 }, 177 },
176 ], 178 ],
177 } 179 }
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