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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'child/indexed_db/webidbcursor_impl.cc', | 98 'child/indexed_db/webidbcursor_impl.cc', |
99 'child/indexed_db/webidbcursor_impl.h', | 99 'child/indexed_db/webidbcursor_impl.h', |
100 'child/indexed_db/webidbdatabase_impl.cc', | 100 'child/indexed_db/webidbdatabase_impl.cc', |
101 'child/indexed_db/webidbdatabase_impl.h', | 101 'child/indexed_db/webidbdatabase_impl.h', |
102 'child/indexed_db/webidbfactory_impl.cc', | 102 'child/indexed_db/webidbfactory_impl.cc', |
103 'child/indexed_db/webidbfactory_impl.h', | 103 'child/indexed_db/webidbfactory_impl.h', |
104 'child/mojo/mojo_application.cc', | 104 'child/mojo/mojo_application.cc', |
105 'child/mojo/mojo_application.h', | 105 'child/mojo/mojo_application.h', |
106 'child/multipart_response_delegate.cc', | 106 'child/multipart_response_delegate.cc', |
107 'child/multipart_response_delegate.h', | 107 'child/multipart_response_delegate.h', |
| 108 'child/navigator_connect/navigator_connect_dispatcher.cc', |
| 109 'child/navigator_connect/navigator_connect_dispatcher.h', |
| 110 'child/navigator_connect/navigator_connect_provider.cc', |
| 111 'child/navigator_connect/navigator_connect_provider.h', |
108 'child/notifications/notification_data_conversions.cc', | 112 'child/notifications/notification_data_conversions.cc', |
109 'child/notifications/notification_data_conversions.h', | 113 'child/notifications/notification_data_conversions.h', |
110 'child/notifications/notification_dispatcher.cc', | 114 'child/notifications/notification_dispatcher.cc', |
111 'child/notifications/notification_dispatcher.h', | 115 'child/notifications/notification_dispatcher.h', |
112 'child/notifications/notification_image_loader.cc', | 116 'child/notifications/notification_image_loader.cc', |
113 'child/notifications/notification_image_loader.h', | 117 'child/notifications/notification_image_loader.h', |
114 'child/notifications/notification_manager.cc', | 118 'child/notifications/notification_manager.cc', |
115 'child/notifications/notification_manager.h', | 119 'child/notifications/notification_manager.h', |
116 'child/npapi/np_channel_base.cc', | 120 'child/npapi/np_channel_base.cc', |
117 'child/npapi/np_channel_base.h', | 121 'child/npapi/np_channel_base.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 }, { | 391 }, { |
388 'dependencies': [ | 392 'dependencies': [ |
389 '../third_party/nss/nss.gyp:nspr', | 393 '../third_party/nss/nss.gyp:nspr', |
390 '../third_party/nss/nss.gyp:nss', | 394 '../third_party/nss/nss.gyp:nss', |
391 ], | 395 ], |
392 }], | 396 }], |
393 ], | 397 ], |
394 }], | 398 }], |
395 ], | 399 ], |
396 } | 400 } |
OLD | NEW |