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_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
10 '../mojo/mojo_base.gyp:mojo_common_lib', | 10 '../mojo/mojo_base.gyp:mojo_common_lib', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'child/navigator_connect/navigator_connect_provider.cc', | 112 'child/navigator_connect/navigator_connect_provider.cc', |
113 'child/navigator_connect/navigator_connect_provider.h', | 113 'child/navigator_connect/navigator_connect_provider.h', |
114 'child/notifications/notification_data_conversions.cc', | 114 'child/notifications/notification_data_conversions.cc', |
115 'child/notifications/notification_data_conversions.h', | 115 'child/notifications/notification_data_conversions.h', |
116 'child/notifications/notification_dispatcher.cc', | 116 'child/notifications/notification_dispatcher.cc', |
117 'child/notifications/notification_dispatcher.h', | 117 'child/notifications/notification_dispatcher.h', |
118 'child/notifications/notification_image_loader.cc', | 118 'child/notifications/notification_image_loader.cc', |
119 'child/notifications/notification_image_loader.h', | 119 'child/notifications/notification_image_loader.h', |
120 'child/notifications/notification_manager.cc', | 120 'child/notifications/notification_manager.cc', |
121 'child/notifications/notification_manager.h', | 121 'child/notifications/notification_manager.h', |
| 122 'child/notifications/pending_notifications_tracker.cc', |
| 123 'child/notifications/pending_notifications_tracker.h', |
122 'child/npapi/np_channel_base.cc', | 124 'child/npapi/np_channel_base.cc', |
123 'child/npapi/np_channel_base.h', | 125 'child/npapi/np_channel_base.h', |
124 'child/npapi/npobject_base.h', | 126 'child/npapi/npobject_base.h', |
125 'child/npapi/npobject_proxy.cc', | 127 'child/npapi/npobject_proxy.cc', |
126 'child/npapi/npobject_proxy.h', | 128 'child/npapi/npobject_proxy.h', |
127 'child/npapi/npobject_stub.cc', | 129 'child/npapi/npobject_stub.cc', |
128 'child/npapi/npobject_stub.h', | 130 'child/npapi/npobject_stub.h', |
129 'child/npapi/npobject_util.cc', | 131 'child/npapi/npobject_util.cc', |
130 'child/npapi/npobject_util.h', | 132 'child/npapi/npobject_util.h', |
131 'child/npapi/npruntime_util.cc', | 133 'child/npapi/npruntime_util.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 }, { | 400 }, { |
399 'dependencies': [ | 401 'dependencies': [ |
400 '../third_party/nss/nss.gyp:nspr', | 402 '../third_party/nss/nss.gyp:nspr', |
401 '../third_party/nss/nss.gyp:nss', | 403 '../third_party/nss/nss.gyp:nss', |
402 ], | 404 ], |
403 }], | 405 }], |
404 ], | 406 ], |
405 }], | 407 }], |
406 ], | 408 ], |
407 } | 409 } |
OLD | NEW |