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 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
10 '../ui/ui.gyp:ui', | 10 '../ui/ui.gyp:ui', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'child/indexed_db/indexed_db_key_builders.cc', | 56 'child/indexed_db/indexed_db_key_builders.cc', |
57 'child/indexed_db/indexed_db_key_builders.h', | 57 'child/indexed_db/indexed_db_key_builders.h', |
58 'child/indexed_db/indexed_db_message_filter.cc', | 58 'child/indexed_db/indexed_db_message_filter.cc', |
59 'child/indexed_db/indexed_db_message_filter.h', | 59 'child/indexed_db/indexed_db_message_filter.h', |
60 'child/indexed_db/proxy_webidbcursor_impl.cc', | 60 'child/indexed_db/proxy_webidbcursor_impl.cc', |
61 'child/indexed_db/proxy_webidbcursor_impl.h', | 61 'child/indexed_db/proxy_webidbcursor_impl.h', |
62 'child/indexed_db/proxy_webidbdatabase_impl.cc', | 62 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
63 'child/indexed_db/proxy_webidbdatabase_impl.h', | 63 'child/indexed_db/proxy_webidbdatabase_impl.h', |
64 'child/indexed_db/proxy_webidbfactory_impl.cc', | 64 'child/indexed_db/proxy_webidbfactory_impl.cc', |
65 'child/indexed_db/proxy_webidbfactory_impl.h', | 65 'child/indexed_db/proxy_webidbfactory_impl.h', |
| 66 'child/service_worker/service_worker_dispatcher.cc', |
| 67 'child/service_worker/service_worker_dispatcher.h', |
| 68 'child/service_worker/service_worker_message_filter.cc', |
| 69 'child/service_worker/service_worker_message_filter.h', |
| 70 'child/service_worker/web_service_worker_proxy.cc', |
| 71 'child/service_worker/web_service_worker_proxy.h', |
| 72 'child/service_worker/web_service_worker_registry_proxy.cc', |
| 73 'child/service_worker/web_service_worker_registry_proxy.h', |
66 'child/npapi/np_channel_base.cc', | 74 'child/npapi/np_channel_base.cc', |
67 'child/npapi/np_channel_base.h', | 75 'child/npapi/np_channel_base.h', |
68 'child/npapi/npobject_base.h', | 76 'child/npapi/npobject_base.h', |
69 'child/npapi/npobject_proxy.cc', | 77 'child/npapi/npobject_proxy.cc', |
70 'child/npapi/npobject_proxy.h', | 78 'child/npapi/npobject_proxy.h', |
71 'child/npapi/npobject_stub.cc', | 79 'child/npapi/npobject_stub.cc', |
72 'child/npapi/npobject_stub.h', | 80 'child/npapi/npobject_stub.h', |
73 'child/npapi/npobject_util.cc', | 81 'child/npapi/npobject_util.cc', |
74 'child/npapi/npobject_util.h', | 82 'child/npapi/npobject_util.h', |
75 'child/npapi/npruntime_util.cc', | 83 'child/npapi/npruntime_util.cc', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'child/npapi/webplugin_delegate_impl_mac.mm', | 186 'child/npapi/webplugin_delegate_impl_mac.mm', |
179 ], | 187 ], |
180 }], | 188 }], |
181 ['use_aura==1 and OS=="win"', { | 189 ['use_aura==1 and OS=="win"', { |
182 'sources!': [ | 190 'sources!': [ |
183 'child/npapi/webplugin_delegate_impl_aura.cc', | 191 'child/npapi/webplugin_delegate_impl_aura.cc', |
184 ], | 192 ], |
185 }], | 193 }], |
186 ], | 194 ], |
187 } | 195 } |
OLD | NEW |