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

Side by Side Diff: webkit/plugins/webkit_plugins.gypi

Issue 14371021: Implementation of URLLoader using PluginResource/ResourceHost. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, track src/webkit gypi changes. Created 7 years, 7 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
« no previous file with comments | « webkit/plugins/ppapi/url_response_info_util.h ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'plugins_common', 8 'target_name': 'plugins_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines': [ 10 'defines': [
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '../plugins/ppapi/ppb_proxy_impl.cc', 174 '../plugins/ppapi/ppb_proxy_impl.cc',
175 '../plugins/ppapi/ppb_proxy_impl.h', 175 '../plugins/ppapi/ppb_proxy_impl.h',
176 '../plugins/ppapi/ppb_scrollbar_impl.cc', 176 '../plugins/ppapi/ppb_scrollbar_impl.cc',
177 '../plugins/ppapi/ppb_scrollbar_impl.h', 177 '../plugins/ppapi/ppb_scrollbar_impl.h',
178 '../plugins/ppapi/ppb_tcp_server_socket_private_impl.cc', 178 '../plugins/ppapi/ppb_tcp_server_socket_private_impl.cc',
179 '../plugins/ppapi/ppb_tcp_server_socket_private_impl.h', 179 '../plugins/ppapi/ppb_tcp_server_socket_private_impl.h',
180 '../plugins/ppapi/ppb_tcp_socket_private_impl.cc', 180 '../plugins/ppapi/ppb_tcp_socket_private_impl.cc',
181 '../plugins/ppapi/ppb_tcp_socket_private_impl.h', 181 '../plugins/ppapi/ppb_tcp_socket_private_impl.h',
182 '../plugins/ppapi/ppb_uma_private_impl.cc', 182 '../plugins/ppapi/ppb_uma_private_impl.cc',
183 '../plugins/ppapi/ppb_uma_private_impl.h', 183 '../plugins/ppapi/ppb_uma_private_impl.h',
184 '../plugins/ppapi/ppb_url_loader_impl.cc',
185 '../plugins/ppapi/ppb_url_loader_impl.h',
186 '../plugins/ppapi/ppb_var_deprecated_impl.cc', 184 '../plugins/ppapi/ppb_var_deprecated_impl.cc',
187 '../plugins/ppapi/ppb_var_deprecated_impl.h', 185 '../plugins/ppapi/ppb_var_deprecated_impl.h',
188 '../plugins/ppapi/ppb_video_decoder_impl.cc', 186 '../plugins/ppapi/ppb_video_decoder_impl.cc',
189 '../plugins/ppapi/ppb_video_decoder_impl.h', 187 '../plugins/ppapi/ppb_video_decoder_impl.h',
190 '../plugins/ppapi/ppb_widget_impl.cc', 188 '../plugins/ppapi/ppb_widget_impl.cc',
191 '../plugins/ppapi/ppb_widget_impl.h', 189 '../plugins/ppapi/ppb_widget_impl.h',
192 '../plugins/ppapi/ppb_x509_certificate_private_impl.cc', 190 '../plugins/ppapi/ppb_x509_certificate_private_impl.cc',
193 '../plugins/ppapi/ppb_x509_certificate_private_impl.h', 191 '../plugins/ppapi/ppb_x509_certificate_private_impl.h',
194 '../plugins/ppapi/quota_file_io.cc', 192 '../plugins/ppapi/quota_file_io.cc',
195 '../plugins/ppapi/quota_file_io.h', 193 '../plugins/ppapi/quota_file_io.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '<(DEPTH)/third_party/wtl/include', 265 '<(DEPTH)/third_party/wtl/include',
268 ], 266 ],
269 'sources!': [ 267 'sources!': [
270 'plugins/plugin_stubs.cc', 268 'plugins/plugin_stubs.cc',
271 ], 269 ],
272 }], 270 }],
273 ], 271 ],
274 } 272 }
275 ], 273 ],
276 } 274 }
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/url_response_info_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698