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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More nacl fixes Created 8 years, 11 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'shared_impl/ppb_opengles2_shared.cc', 72 'shared_impl/ppb_opengles2_shared.cc',
73 'shared_impl/ppb_opengles2_shared.h', 73 'shared_impl/ppb_opengles2_shared.h',
74 'shared_impl/ppb_url_request_info_shared.cc', 74 'shared_impl/ppb_url_request_info_shared.cc',
75 'shared_impl/ppb_url_request_info_shared.h', 75 'shared_impl/ppb_url_request_info_shared.h',
76 'shared_impl/ppb_url_util_shared.cc', 76 'shared_impl/ppb_url_util_shared.cc',
77 'shared_impl/ppb_url_util_shared.h', 77 'shared_impl/ppb_url_util_shared.h',
78 'shared_impl/ppb_var_shared.cc', 78 'shared_impl/ppb_var_shared.cc',
79 'shared_impl/ppb_var_shared.h', 79 'shared_impl/ppb_var_shared.h',
80 'shared_impl/ppb_video_decoder_shared.cc', 80 'shared_impl/ppb_video_decoder_shared.cc',
81 'shared_impl/ppb_video_decoder_shared.h', 81 'shared_impl/ppb_video_decoder_shared.h',
82 'shared_impl/ppb_view_shared.cc',
83 'shared_impl/ppb_view_shared.h',
82 'shared_impl/ppp_instance_combined.cc', 84 'shared_impl/ppp_instance_combined.cc',
83 'shared_impl/ppp_instance_combined.h', 85 'shared_impl/ppp_instance_combined.h',
84 'shared_impl/proxy_lock.cc', 86 'shared_impl/proxy_lock.cc',
85 'shared_impl/proxy_lock.h', 87 'shared_impl/proxy_lock.h',
86 'shared_impl/resource.cc', 88 'shared_impl/resource.cc',
87 'shared_impl/resource.h', 89 'shared_impl/resource.h',
88 'shared_impl/resource_tracker.cc', 90 'shared_impl/resource_tracker.cc',
89 'shared_impl/resource_tracker.h', 91 'shared_impl/resource_tracker.h',
90 'shared_impl/scoped_pp_resource.cc', 92 'shared_impl/scoped_pp_resource.cc',
91 'shared_impl/scoped_pp_resource.h', 93 'shared_impl/scoped_pp_resource.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'thunk/ppb_url_request_info_thunk.cc', 188 'thunk/ppb_url_request_info_thunk.cc',
187 'thunk/ppb_url_response_info_api.h', 189 'thunk/ppb_url_response_info_api.h',
188 'thunk/ppb_url_response_info_thunk.cc', 190 'thunk/ppb_url_response_info_thunk.cc',
189 'thunk/ppb_url_util_thunk.cc', 191 'thunk/ppb_url_util_thunk.cc',
190 'thunk/ppb_video_capture_api.h', 192 'thunk/ppb_video_capture_api.h',
191 'thunk/ppb_video_capture_thunk.cc', 193 'thunk/ppb_video_capture_thunk.cc',
192 'thunk/ppb_video_decoder_api.h', 194 'thunk/ppb_video_decoder_api.h',
193 'thunk/ppb_video_decoder_thunk.cc', 195 'thunk/ppb_video_decoder_thunk.cc',
194 'thunk/ppb_video_layer_api.h', 196 'thunk/ppb_video_layer_api.h',
195 'thunk/ppb_video_layer_thunk.cc', 197 'thunk/ppb_video_layer_thunk.cc',
198 'thunk/ppb_view_api.h',
199 'thunk/ppb_view_thunk.cc',
196 'thunk/ppb_websocket_api.h', 200 'thunk/ppb_websocket_api.h',
197 'thunk/ppb_websocket_thunk.cc', 201 'thunk/ppb_websocket_thunk.cc',
198 'thunk/ppb_widget_api.h', 202 'thunk/ppb_widget_api.h',
199 'thunk/ppb_widget_thunk.cc', 203 'thunk/ppb_widget_thunk.cc',
200 'thunk/ppb_zoom_thunk.cc', 204 'thunk/ppb_zoom_thunk.cc',
201 'thunk/thunk.h', 205 'thunk/thunk.h',
202 ], 206 ],
203 }, 207 },
204 ], 208 ],
205 } 209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698