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

Side by Side Diff: content/content_child.gypi

Issue 218973002: Extract Peer interface out of ResourceLoaderBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 8 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
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/public/child/request_peer.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/base/ui_base.gyp:ui_base', 10 '../ui/base/ui_base.gyp:ui_base',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'child/webthemeengine_impl_default.h', 210 'child/webthemeengine_impl_default.h',
211 'child/webthemeengine_impl_mac.cc', 211 'child/webthemeengine_impl_mac.cc',
212 'child/webthemeengine_impl_mac.h', 212 'child/webthemeengine_impl_mac.h',
213 'child/webthread_impl.cc', 213 'child/webthread_impl.cc',
214 'child/webthread_impl.h', 214 'child/webthread_impl.h',
215 'child/worker_task_runner.cc', 215 'child/worker_task_runner.cc',
216 'child/worker_task_runner.h', 216 'child/worker_task_runner.h',
217 'child/worker_thread_task_runner.cc', 217 'child/worker_thread_task_runner.cc',
218 'child/worker_thread_task_runner.h', 218 'child/worker_thread_task_runner.h',
219 'public/child/image_decoder_utils.h', 219 'public/child/image_decoder_utils.h',
220 'public/child/request_peer.h',
220 'public/child/resource_dispatcher_delegate.h', 221 'public/child/resource_dispatcher_delegate.h',
221 ], 222 ],
222 'conditions': [ 223 'conditions': [
223 ['use_default_render_theme==0', 224 ['use_default_render_theme==0',
224 { 225 {
225 'sources/': [ 226 'sources/': [
226 ['exclude', 'child/webthemeengine_impl_default.cc'], 227 ['exclude', 'child/webthemeengine_impl_default.cc'],
227 ['exclude', 'child/webthemeengine_impl_default.h'], 228 ['exclude', 'child/webthemeengine_impl_default.h'],
228 ], 229 ],
229 } 230 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, { 287 }, {
287 'dependencies': [ 288 'dependencies': [
288 '../third_party/nss/nss.gyp:nspr', 289 '../third_party/nss/nss.gyp:nspr',
289 '../third_party/nss/nss.gyp:nss', 290 '../third_party/nss/nss.gyp:nss',
290 ], 291 ],
291 }], 292 }],
292 ], 293 ],
293 }], 294 }],
294 ], 295 ],
295 } 296 }
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/public/child/request_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698