OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |