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/public/mojo_public.gyp:mojo_application_bindings', | 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'child/indexed_db/webidbcursor_impl.cc', | 91 'child/indexed_db/webidbcursor_impl.cc', |
92 'child/indexed_db/webidbcursor_impl.h', | 92 'child/indexed_db/webidbcursor_impl.h', |
93 'child/indexed_db/webidbdatabase_impl.cc', | 93 'child/indexed_db/webidbdatabase_impl.cc', |
94 'child/indexed_db/webidbdatabase_impl.h', | 94 'child/indexed_db/webidbdatabase_impl.h', |
95 'child/indexed_db/webidbfactory_impl.cc', | 95 'child/indexed_db/webidbfactory_impl.cc', |
96 'child/indexed_db/webidbfactory_impl.h', | 96 'child/indexed_db/webidbfactory_impl.h', |
97 'child/mojo/mojo_application.cc', | 97 'child/mojo/mojo_application.cc', |
98 'child/mojo/mojo_application.h', | 98 'child/mojo/mojo_application.h', |
99 'child/multipart_response_delegate.cc', | 99 'child/multipart_response_delegate.cc', |
100 'child/multipart_response_delegate.h', | 100 'child/multipart_response_delegate.h', |
| 101 'child/notifications/notification_dispatcher.cc', |
| 102 'child/notifications/notification_dispatcher.h', |
| 103 'child/notifications/notification_manager.cc', |
| 104 'child/notifications/notification_manager.h', |
101 'child/npapi/np_channel_base.cc', | 105 'child/npapi/np_channel_base.cc', |
102 'child/npapi/np_channel_base.h', | 106 'child/npapi/np_channel_base.h', |
103 'child/npapi/npobject_base.h', | 107 'child/npapi/npobject_base.h', |
104 'child/npapi/npobject_proxy.cc', | 108 'child/npapi/npobject_proxy.cc', |
105 'child/npapi/npobject_proxy.h', | 109 'child/npapi/npobject_proxy.h', |
106 'child/npapi/npobject_stub.cc', | 110 'child/npapi/npobject_stub.cc', |
107 'child/npapi/npobject_stub.h', | 111 'child/npapi/npobject_stub.h', |
108 'child/npapi/npobject_util.cc', | 112 'child/npapi/npobject_util.cc', |
109 'child/npapi/npobject_util.h', | 113 'child/npapi/npobject_util.h', |
110 'child/npapi/npruntime_util.cc', | 114 'child/npapi/npruntime_util.cc', |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 }, { | 369 }, { |
366 'dependencies': [ | 370 'dependencies': [ |
367 '../third_party/nss/nss.gyp:nspr', | 371 '../third_party/nss/nss.gyp:nspr', |
368 '../third_party/nss/nss.gyp:nss', | 372 '../third_party/nss/nss.gyp:nss', |
369 ], | 373 ], |
370 }], | 374 }], |
371 ], | 375 ], |
372 }], | 376 }], |
373 ], | 377 ], |
374 } | 378 } |
OLD | NEW |