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