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 '../mojo/mojo_base.gyp:mojo_application_bindings', | 9 '../mojo/mojo_base.gyp:mojo_application_bindings', |
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'child/npapi/webplugin_delegate_impl_mac.mm', | 132 'child/npapi/webplugin_delegate_impl_mac.mm', |
133 'child/npapi/webplugin_delegate_impl_win.cc', | 133 'child/npapi/webplugin_delegate_impl_win.cc', |
134 'child/npapi/webplugin_ime_win.cc', | 134 'child/npapi/webplugin_ime_win.cc', |
135 'child/npapi/webplugin_ime_win.h', | 135 'child/npapi/webplugin_ime_win.h', |
136 'child/npapi/webplugin_resource_client.h', | 136 'child/npapi/webplugin_resource_client.h', |
137 'child/plugin_message_generator.cc', | 137 'child/plugin_message_generator.cc', |
138 'child/plugin_message_generator.h', | 138 'child/plugin_message_generator.h', |
139 'child/plugin_messages.h', | 139 'child/plugin_messages.h', |
140 'child/plugin_param_traits.cc', | 140 'child/plugin_param_traits.cc', |
141 'child/plugin_param_traits.h', | 141 'child/plugin_param_traits.h', |
142 'child/process_background_message_filter.cc', | |
143 'child/process_background_message_filter.h', | |
144 'child/power_monitor_broadcast_source.cc', | 142 'child/power_monitor_broadcast_source.cc', |
145 'child/power_monitor_broadcast_source.h', | 143 'child/power_monitor_broadcast_source.h', |
146 'child/quota_dispatcher.cc', | 144 'child/quota_dispatcher.cc', |
147 'child/quota_dispatcher.h', | 145 'child/quota_dispatcher.h', |
148 'child/quota_message_filter.cc', | 146 'child/quota_message_filter.cc', |
149 'child/quota_message_filter.h', | 147 'child/quota_message_filter.h', |
150 'child/request_extra_data.cc', | 148 'child/request_extra_data.cc', |
151 'child/request_extra_data.h', | 149 'child/request_extra_data.h', |
152 'child/request_info.cc', | 150 'child/request_info.cc', |
153 'child/request_info.h', | 151 'child/request_info.h', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 }, { | 356 }, { |
359 'dependencies': [ | 357 'dependencies': [ |
360 '../third_party/nss/nss.gyp:nspr', | 358 '../third_party/nss/nss.gyp:nspr', |
361 '../third_party/nss/nss.gyp:nss', | 359 '../third_party/nss/nss.gyp:nss', |
362 ], | 360 ], |
363 }], | 361 }], |
364 ], | 362 ], |
365 }], | 363 }], |
366 ], | 364 ], |
367 } | 365 } |
OLD | NEW |