| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'child/navigator_connect/service_port_provider.cc', | 132 'child/navigator_connect/service_port_provider.cc', |
| 133 'child/navigator_connect/service_port_provider.h', | 133 'child/navigator_connect/service_port_provider.h', |
| 134 'child/notifications/notification_data_conversions.cc', | 134 'child/notifications/notification_data_conversions.cc', |
| 135 'child/notifications/notification_data_conversions.h', | 135 'child/notifications/notification_data_conversions.h', |
| 136 'child/notifications/notification_dispatcher.cc', | 136 'child/notifications/notification_dispatcher.cc', |
| 137 'child/notifications/notification_dispatcher.h', | 137 'child/notifications/notification_dispatcher.h', |
| 138 'child/notifications/notification_image_loader.cc', | 138 'child/notifications/notification_image_loader.cc', |
| 139 'child/notifications/notification_image_loader.h', | 139 'child/notifications/notification_image_loader.h', |
| 140 'child/notifications/notification_manager.cc', | 140 'child/notifications/notification_manager.cc', |
| 141 'child/notifications/notification_manager.h', | 141 'child/notifications/notification_manager.h', |
| 142 'child/notifications/pending_notification.cc', |
| 143 'child/notifications/pending_notification.h', |
| 142 'child/notifications/pending_notifications_tracker.cc', | 144 'child/notifications/pending_notifications_tracker.cc', |
| 143 'child/notifications/pending_notifications_tracker.h', | 145 'child/notifications/pending_notifications_tracker.h', |
| 144 'child/npapi/np_channel_base.cc', | 146 'child/npapi/np_channel_base.cc', |
| 145 'child/npapi/np_channel_base.h', | 147 'child/npapi/np_channel_base.h', |
| 146 'child/npapi/npobject_base.h', | 148 'child/npapi/npobject_base.h', |
| 147 'child/npapi/npobject_proxy.cc', | 149 'child/npapi/npobject_proxy.cc', |
| 148 'child/npapi/npobject_proxy.h', | 150 'child/npapi/npobject_proxy.h', |
| 149 'child/npapi/npobject_stub.cc', | 151 'child/npapi/npobject_stub.cc', |
| 150 'child/npapi/npobject_stub.h', | 152 'child/npapi/npobject_stub.h', |
| 151 'child/npapi/npobject_util.cc', | 153 'child/npapi/npobject_util.cc', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'child/npapi/webplugin_delegate_impl_mac.mm', | 340 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 339 ], | 341 ], |
| 340 }], | 342 }], |
| 341 ['OS=="win"', { | 343 ['OS=="win"', { |
| 342 'sources!': [ | 344 'sources!': [ |
| 343 'child/npapi/webplugin_delegate_impl_aura.cc', | 345 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 344 ], | 346 ], |
| 345 }], | 347 }], |
| 346 ], | 348 ], |
| 347 } | 349 } |
| OLD | NEW |