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/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'child/indexed_db/webidbcursor_impl.cc', | 113 'child/indexed_db/webidbcursor_impl.cc', |
114 'child/indexed_db/webidbcursor_impl.h', | 114 'child/indexed_db/webidbcursor_impl.h', |
115 'child/indexed_db/webidbdatabase_impl.cc', | 115 'child/indexed_db/webidbdatabase_impl.cc', |
116 'child/indexed_db/webidbdatabase_impl.h', | 116 'child/indexed_db/webidbdatabase_impl.h', |
117 'child/indexed_db/webidbfactory_impl.cc', | 117 'child/indexed_db/webidbfactory_impl.cc', |
118 'child/indexed_db/webidbfactory_impl.h', | 118 'child/indexed_db/webidbfactory_impl.h', |
119 'child/mojo/mojo_application.cc', | 119 'child/mojo/mojo_application.cc', |
120 'child/mojo/mojo_application.h', | 120 'child/mojo/mojo_application.h', |
121 'child/multipart_response_delegate.cc', | 121 'child/multipart_response_delegate.cc', |
122 'child/multipart_response_delegate.h', | 122 'child/multipart_response_delegate.h', |
123 'child/navigator_connect/navigator_connect_dispatcher.cc', | 123 'child/navigator_connect/service_port_provider.cc', |
124 'child/navigator_connect/navigator_connect_dispatcher.h', | 124 'child/navigator_connect/service_port_provider.h', |
125 'child/navigator_connect/navigator_connect_provider.cc', | |
126 'child/navigator_connect/navigator_connect_provider.h', | |
127 'child/notifications/notification_data_conversions.cc', | 125 'child/notifications/notification_data_conversions.cc', |
128 'child/notifications/notification_data_conversions.h', | 126 'child/notifications/notification_data_conversions.h', |
129 'child/notifications/notification_dispatcher.cc', | 127 'child/notifications/notification_dispatcher.cc', |
130 'child/notifications/notification_dispatcher.h', | 128 'child/notifications/notification_dispatcher.h', |
131 'child/notifications/notification_image_loader.cc', | 129 'child/notifications/notification_image_loader.cc', |
132 'child/notifications/notification_image_loader.h', | 130 'child/notifications/notification_image_loader.h', |
133 'child/notifications/notification_manager.cc', | 131 'child/notifications/notification_manager.cc', |
134 'child/notifications/notification_manager.h', | 132 'child/notifications/notification_manager.h', |
135 'child/notifications/pending_notifications_tracker.cc', | 133 'child/notifications/pending_notifications_tracker.cc', |
136 'child/notifications/pending_notifications_tracker.h', | 134 'child/notifications/pending_notifications_tracker.h', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 'child/npapi/webplugin_delegate_impl_mac.mm', | 334 'child/npapi/webplugin_delegate_impl_mac.mm', |
337 ], | 335 ], |
338 }], | 336 }], |
339 ['OS=="win"', { | 337 ['OS=="win"', { |
340 'sources!': [ | 338 'sources!': [ |
341 'child/npapi/webplugin_delegate_impl_aura.cc', | 339 'child/npapi/webplugin_delegate_impl_aura.cc', |
342 ], | 340 ], |
343 }], | 341 }], |
344 ], | 342 ], |
345 } | 343 } |
OLD | NEW |