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