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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 7538006: Pepper and WebKit API change to support a plugin knowing if a scrollbar is an overlay one. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Get rid of ScrollbarGroup's methods and the ResizeClient interface Created 9 years, 4 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'thunk/ppb_image_data_thunk.cc', 119 'thunk/ppb_image_data_thunk.cc',
120 'thunk/ppb_image_data_trusted_thunk.cc', 120 'thunk/ppb_image_data_trusted_thunk.cc',
121 'thunk/ppb_instance_api.h', 121 'thunk/ppb_instance_api.h',
122 'thunk/ppb_instance_thunk.cc', 122 'thunk/ppb_instance_thunk.cc',
123 'thunk/ppb_layer_compositor_api.h', 123 'thunk/ppb_layer_compositor_api.h',
124 'thunk/ppb_layer_compositor_thunk.cc', 124 'thunk/ppb_layer_compositor_thunk.cc',
125 'thunk/ppb_messaging_thunk.cc', 125 'thunk/ppb_messaging_thunk.cc',
126 'thunk/ppb_pdf_api.h', 126 'thunk/ppb_pdf_api.h',
127 'thunk/ppb_query_policy_thunk.cc', 127 'thunk/ppb_query_policy_thunk.cc',
128 'thunk/ppb_scrollbar_api.h', 128 'thunk/ppb_scrollbar_api.h',
129 'thunk/ppb_scrollbar_group_api.h',
130 'thunk/ppb_scrollbar_group_thunk.cc',
129 'thunk/ppb_scrollbar_thunk.cc', 131 'thunk/ppb_scrollbar_thunk.cc',
130 'thunk/ppb_surface_3d_api.h', 132 'thunk/ppb_surface_3d_api.h',
131 'thunk/ppb_surface_3d_thunk.cc', 133 'thunk/ppb_surface_3d_thunk.cc',
132 'thunk/ppb_transport_api.h', 134 'thunk/ppb_transport_api.h',
133 'thunk/ppb_transport_thunk.cc', 135 'thunk/ppb_transport_thunk.cc',
134 'thunk/ppb_url_loader_api.h', 136 'thunk/ppb_url_loader_api.h',
135 'thunk/ppb_url_loader_thunk.cc', 137 'thunk/ppb_url_loader_thunk.cc',
136 'thunk/ppb_url_request_info_api.h', 138 'thunk/ppb_url_request_info_api.h',
137 'thunk/ppb_url_request_info_thunk.cc', 139 'thunk/ppb_url_request_info_thunk.cc',
138 'thunk/ppb_url_response_info_api.h', 140 'thunk/ppb_url_response_info_api.h',
139 'thunk/ppb_url_response_info_thunk.cc', 141 'thunk/ppb_url_response_info_thunk.cc',
140 'thunk/ppb_video_decoder_api.h', 142 'thunk/ppb_video_decoder_api.h',
141 'thunk/ppb_video_decoder_thunk.cc', 143 'thunk/ppb_video_decoder_thunk.cc',
142 'thunk/ppb_video_layer_api.h', 144 'thunk/ppb_video_layer_api.h',
143 'thunk/ppb_video_layer_thunk.cc', 145 'thunk/ppb_video_layer_thunk.cc',
144 'thunk/ppb_widget_api.h', 146 'thunk/ppb_widget_api.h',
145 'thunk/ppb_widget_thunk.cc', 147 'thunk/ppb_widget_thunk.cc',
146 'thunk/ppb_zoom_thunk.cc', 148 'thunk/ppb_zoom_thunk.cc',
147 'thunk/thunk.h', 149 'thunk/thunk.h',
148 ], 150 ],
149 }, 151 },
150 ], 152 ],
151 } 153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698