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

Side by Side Diff: content/content_renderer.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 | « no previous file | content/public/renderer/renderer_ppapi_host.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'renderer/pepper/pepper_plugin_delegate_impl.h', 218 'renderer/pepper/pepper_plugin_delegate_impl.h',
219 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc', 219 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc',
220 'renderer/pepper/pepper_proxy_channel_delegate_impl.h', 220 'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
221 'renderer/pepper/pepper_truetype_font.h', 221 'renderer/pepper/pepper_truetype_font.h',
222 'renderer/pepper/pepper_truetype_font_android.cc', 222 'renderer/pepper/pepper_truetype_font_android.cc',
223 'renderer/pepper/pepper_truetype_font_host.cc', 223 'renderer/pepper/pepper_truetype_font_host.cc',
224 'renderer/pepper/pepper_truetype_font_host.h', 224 'renderer/pepper/pepper_truetype_font_host.h',
225 'renderer/pepper/pepper_truetype_font_linux.cc', 225 'renderer/pepper/pepper_truetype_font_linux.cc',
226 'renderer/pepper/pepper_truetype_font_mac.mm', 226 'renderer/pepper/pepper_truetype_font_mac.mm',
227 'renderer/pepper/pepper_truetype_font_win.cc', 227 'renderer/pepper/pepper_truetype_font_win.cc',
228 'renderer/pepper/pepper_url_loader_host.cc',
229 'renderer/pepper/pepper_url_loader_host.h',
228 'renderer/pepper/pepper_video_capture_host.cc', 230 'renderer/pepper/pepper_video_capture_host.cc',
229 'renderer/pepper/pepper_video_capture_host.h', 231 'renderer/pepper/pepper_video_capture_host.h',
230 'renderer/pepper/pepper_websocket_host.cc', 232 'renderer/pepper/pepper_websocket_host.cc',
231 'renderer/pepper/pepper_websocket_host.h', 233 'renderer/pepper/pepper_websocket_host.h',
232 'renderer/pepper/renderer_ppapi_host_impl.cc', 234 'renderer/pepper/renderer_ppapi_host_impl.cc',
233 'renderer/pepper/renderer_ppapi_host_impl.h', 235 'renderer/pepper/renderer_ppapi_host_impl.h',
234 'renderer/plugin_channel_host.cc', 236 'renderer/plugin_channel_host.cc',
235 'renderer/plugin_channel_host.h', 237 'renderer/plugin_channel_host.h',
236 'renderer/browser_plugin/browser_plugin.cc', 238 'renderer/browser_plugin/browser_plugin.cc',
237 'renderer/browser_plugin/browser_plugin.h', 239 'renderer/browser_plugin/browser_plugin.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 }], 466 }],
465 ], 467 ],
466 'target_conditions': [ 468 'target_conditions': [
467 ['OS=="android"', { 469 ['OS=="android"', {
468 'sources/': [ 470 'sources/': [
469 ['include', '^renderer/render_view_linux\\.cc$'], 471 ['include', '^renderer/render_view_linux\\.cc$'],
470 ], 472 ],
471 }], 473 }],
472 ], 474 ],
473 } 475 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698