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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'child/plugin_param_traits.cc', | 128 'child/plugin_param_traits.cc', |
129 'child/plugin_param_traits.h', | 129 'child/plugin_param_traits.h', |
130 'child/power_monitor_broadcast_source.cc', | 130 'child/power_monitor_broadcast_source.cc', |
131 'child/power_monitor_broadcast_source.h', | 131 'child/power_monitor_broadcast_source.h', |
132 'child/quota_dispatcher.cc', | 132 'child/quota_dispatcher.cc', |
133 'child/quota_dispatcher.h', | 133 'child/quota_dispatcher.h', |
134 'child/quota_message_filter.cc', | 134 'child/quota_message_filter.cc', |
135 'child/quota_message_filter.h', | 135 'child/quota_message_filter.h', |
136 'child/request_extra_data.cc', | 136 'child/request_extra_data.cc', |
137 'child/request_extra_data.h', | 137 'child/request_extra_data.h', |
| 138 'child/request_info.cc', |
| 139 'child/request_info.h', |
138 'child/resource_dispatcher.cc', | 140 'child/resource_dispatcher.cc', |
139 'child/resource_dispatcher.h', | 141 'child/resource_dispatcher.h', |
140 'child/runtime_features.cc', | 142 'child/runtime_features.cc', |
141 'child/runtime_features.h', | 143 'child/runtime_features.h', |
142 'child/scoped_child_process_reference.cc', | 144 'child/scoped_child_process_reference.cc', |
143 'child/scoped_child_process_reference.h', | 145 'child/scoped_child_process_reference.h', |
144 'child/service_worker/service_worker_dispatcher.cc', | 146 'child/service_worker/service_worker_dispatcher.cc', |
145 'child/service_worker/service_worker_dispatcher.h', | 147 'child/service_worker/service_worker_dispatcher.h', |
146 'child/service_worker/service_worker_message_filter.cc', | 148 'child/service_worker/service_worker_message_filter.cc', |
147 'child/service_worker/service_worker_message_filter.h', | 149 'child/service_worker/service_worker_message_filter.h', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 }, { | 285 }, { |
284 'dependencies': [ | 286 'dependencies': [ |
285 '../third_party/nss/nss.gyp:nspr', | 287 '../third_party/nss/nss.gyp:nspr', |
286 '../third_party/nss/nss.gyp:nss', | 288 '../third_party/nss/nss.gyp:nss', |
287 ], | 289 ], |
288 }], | 290 }], |
289 ], | 291 ], |
290 }], | 292 }], |
291 ], | 293 ], |
292 } | 294 } |
OLD | NEW |