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

Side by Side Diff: content/content_child.gypi

Issue 186193005: Move resource_loader_bridge to content/public/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 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/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'child/webthemeengine_impl_mac.cc', 186 'child/webthemeengine_impl_mac.cc',
187 'child/webthemeengine_impl_mac.h', 187 'child/webthemeengine_impl_mac.h',
188 'child/webthread_impl.cc', 188 'child/webthread_impl.cc',
189 'child/webthread_impl.h', 189 'child/webthread_impl.h',
190 'child/worker_task_runner.cc', 190 'child/worker_task_runner.cc',
191 'child/worker_task_runner.h', 191 'child/worker_task_runner.h',
192 'child/worker_thread_task_runner.cc', 192 'child/worker_thread_task_runner.cc',
193 'child/worker_thread_task_runner.h', 193 'child/worker_thread_task_runner.h',
194 'public/child/image_decoder_utils.h', 194 'public/child/image_decoder_utils.h',
195 'public/child/resource_dispatcher_delegate.h', 195 'public/child/resource_dispatcher_delegate.h',
196 'public/child/resource_loader_bridge.cc',
197 'public/child/resource_loader_bridge.h',
196 ], 198 ],
197 'conditions': [ 199 'conditions': [
198 ['use_default_render_theme==0', 200 ['use_default_render_theme==0',
199 { 201 {
200 'sources/': [ 202 'sources/': [
201 ['exclude', 'child/webthemeengine_impl_default.cc'], 203 ['exclude', 'child/webthemeengine_impl_default.cc'],
202 ['exclude', 'child/webthemeengine_impl_default.h'], 204 ['exclude', 'child/webthemeengine_impl_default.h'],
203 ], 205 ],
204 } 206 }
205 ], 207 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'child/npapi/webplugin_delegate_impl_mac.mm', 239 'child/npapi/webplugin_delegate_impl_mac.mm',
238 ], 240 ],
239 }], 241 }],
240 ['OS=="win"', { 242 ['OS=="win"', {
241 'sources!': [ 243 'sources!': [
242 'child/npapi/webplugin_delegate_impl_aura.cc', 244 'child/npapi/webplugin_delegate_impl_aura.cc',
243 ], 245 ],
244 }], 246 }],
245 ], 247 ],
246 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698