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

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: New patch 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
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'shared_impl/ppb_opengles2_shared.cc', 70 'shared_impl/ppb_opengles2_shared.cc',
71 'shared_impl/ppb_opengles2_shared.h', 71 'shared_impl/ppb_opengles2_shared.h',
72 'shared_impl/ppb_url_request_info_shared.cc', 72 'shared_impl/ppb_url_request_info_shared.cc',
73 'shared_impl/ppb_url_request_info_shared.h', 73 'shared_impl/ppb_url_request_info_shared.h',
74 'shared_impl/ppb_url_util_shared.cc', 74 'shared_impl/ppb_url_util_shared.cc',
75 'shared_impl/ppb_url_util_shared.h', 75 'shared_impl/ppb_url_util_shared.h',
76 'shared_impl/ppb_var_shared.cc', 76 'shared_impl/ppb_var_shared.cc',
77 'shared_impl/ppb_var_shared.h', 77 'shared_impl/ppb_var_shared.h',
78 'shared_impl/ppb_video_decoder_shared.cc', 78 'shared_impl/ppb_video_decoder_shared.cc',
79 'shared_impl/ppb_video_decoder_shared.h', 79 'shared_impl/ppb_video_decoder_shared.h',
80 'shared_impl/ppb_view_shared.cc',
81 'shared_impl/ppb_view_shared.h',
80 'shared_impl/ppp_instance_combined.cc', 82 'shared_impl/ppp_instance_combined.cc',
81 'shared_impl/ppp_instance_combined.h', 83 'shared_impl/ppp_instance_combined.h',
82 'shared_impl/proxy_lock.cc', 84 'shared_impl/proxy_lock.cc',
83 'shared_impl/proxy_lock.h', 85 'shared_impl/proxy_lock.h',
84 'shared_impl/resource.cc', 86 'shared_impl/resource.cc',
85 'shared_impl/resource.h', 87 'shared_impl/resource.h',
86 'shared_impl/resource_tracker.cc', 88 'shared_impl/resource_tracker.cc',
87 'shared_impl/resource_tracker.h', 89 'shared_impl/resource_tracker.h',
88 'shared_impl/scoped_pp_resource.cc', 90 'shared_impl/scoped_pp_resource.cc',
89 'shared_impl/scoped_pp_resource.h', 91 'shared_impl/scoped_pp_resource.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'thunk/ppb_url_request_info_thunk.cc', 184 'thunk/ppb_url_request_info_thunk.cc',
183 'thunk/ppb_url_response_info_api.h', 185 'thunk/ppb_url_response_info_api.h',
184 'thunk/ppb_url_response_info_thunk.cc', 186 'thunk/ppb_url_response_info_thunk.cc',
185 'thunk/ppb_url_util_thunk.cc', 187 'thunk/ppb_url_util_thunk.cc',
186 'thunk/ppb_video_capture_api.h', 188 'thunk/ppb_video_capture_api.h',
187 'thunk/ppb_video_capture_thunk.cc', 189 'thunk/ppb_video_capture_thunk.cc',
188 'thunk/ppb_video_decoder_api.h', 190 'thunk/ppb_video_decoder_api.h',
189 'thunk/ppb_video_decoder_thunk.cc', 191 'thunk/ppb_video_decoder_thunk.cc',
190 'thunk/ppb_video_layer_api.h', 192 'thunk/ppb_video_layer_api.h',
191 'thunk/ppb_video_layer_thunk.cc', 193 'thunk/ppb_video_layer_thunk.cc',
194 'thunk/ppb_view_api.h',
195 'thunk/ppb_view_thunk.cc',
192 'thunk/ppb_websocket_api.h', 196 'thunk/ppb_websocket_api.h',
193 'thunk/ppb_websocket_thunk.cc', 197 'thunk/ppb_websocket_thunk.cc',
194 'thunk/ppb_widget_api.h', 198 'thunk/ppb_widget_api.h',
195 'thunk/ppb_widget_thunk.cc', 199 'thunk/ppb_widget_thunk.cc',
196 'thunk/ppb_zoom_thunk.cc', 200 'thunk/ppb_zoom_thunk.cc',
197 'thunk/thunk.h', 201 'thunk/thunk.h',
198 ], 202 ],
199 }, 203 },
200 ], 204 ],
201 } 205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698