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/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
9 '../components/scheduler/scheduler.gyp:scheduler', | 9 '../components/scheduler/scheduler.gyp:scheduler', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'child/indexed_db/webidbcursor_impl.h', | 127 'child/indexed_db/webidbcursor_impl.h', |
128 'child/indexed_db/webidbdatabase_impl.cc', | 128 'child/indexed_db/webidbdatabase_impl.cc', |
129 'child/indexed_db/webidbdatabase_impl.h', | 129 'child/indexed_db/webidbdatabase_impl.h', |
130 'child/indexed_db/webidbfactory_impl.cc', | 130 'child/indexed_db/webidbfactory_impl.cc', |
131 'child/indexed_db/webidbfactory_impl.h', | 131 'child/indexed_db/webidbfactory_impl.h', |
132 'child/memory/child_memory_message_filter.cc', | 132 'child/memory/child_memory_message_filter.cc', |
133 'child/memory/child_memory_message_filter.h', | 133 'child/memory/child_memory_message_filter.h', |
134 'child/mojo/mojo_application.cc', | 134 'child/mojo/mojo_application.cc', |
135 'child/mojo/mojo_application.h', | 135 'child/mojo/mojo_application.h', |
136 'child/mojo/type_converters.h', | 136 'child/mojo/type_converters.h', |
137 'child/multipart_response_delegate.cc', | |
138 'child/multipart_response_delegate.h', | |
139 'child/navigator_connect/service_port_dispatcher_impl.cc', | 137 'child/navigator_connect/service_port_dispatcher_impl.cc', |
140 'child/navigator_connect/service_port_dispatcher_impl.h', | 138 'child/navigator_connect/service_port_dispatcher_impl.h', |
141 'child/navigator_connect/service_port_provider.cc', | 139 'child/navigator_connect/service_port_provider.cc', |
142 'child/navigator_connect/service_port_provider.h', | 140 'child/navigator_connect/service_port_provider.h', |
143 'child/notifications/notification_data_conversions.cc', | 141 'child/notifications/notification_data_conversions.cc', |
144 'child/notifications/notification_data_conversions.h', | 142 'child/notifications/notification_data_conversions.h', |
145 'child/notifications/notification_dispatcher.cc', | 143 'child/notifications/notification_dispatcher.cc', |
146 'child/notifications/notification_dispatcher.h', | 144 'child/notifications/notification_dispatcher.h', |
147 'child/notifications/notification_image_loader.cc', | 145 'child/notifications/notification_image_loader.cc', |
148 'child/notifications/notification_image_loader.h', | 146 'child/notifications/notification_image_loader.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 'child/npapi/webplugin_delegate_impl_mac.mm', | 319 'child/npapi/webplugin_delegate_impl_mac.mm', |
322 ], | 320 ], |
323 }], | 321 }], |
324 ['OS=="win"', { | 322 ['OS=="win"', { |
325 'sources!': [ | 323 'sources!': [ |
326 'child/npapi/webplugin_delegate_impl_aura.cc', | 324 'child/npapi/webplugin_delegate_impl_aura.cc', |
327 ], | 325 ], |
328 }], | 326 }], |
329 ], | 327 ], |
330 } | 328 } |
OLD | NEW |