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/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'child/service_worker/web_service_worker_impl.cc', | 228 'child/service_worker/web_service_worker_impl.cc', |
229 'child/service_worker/web_service_worker_impl.h', | 229 'child/service_worker/web_service_worker_impl.h', |
230 'child/service_worker/web_service_worker_provider_impl.cc', | 230 'child/service_worker/web_service_worker_provider_impl.cc', |
231 'child/service_worker/web_service_worker_provider_impl.h', | 231 'child/service_worker/web_service_worker_provider_impl.h', |
232 'child/service_worker/web_service_worker_registration_impl.cc', | 232 'child/service_worker/web_service_worker_registration_impl.cc', |
233 'child/service_worker/web_service_worker_registration_impl.h', | 233 'child/service_worker/web_service_worker_registration_impl.h', |
234 'child/shared_worker_devtools_agent.cc', | 234 'child/shared_worker_devtools_agent.cc', |
235 'child/shared_worker_devtools_agent.h', | 235 'child/shared_worker_devtools_agent.h', |
236 'child/simple_webmimeregistry_impl.cc', | 236 'child/simple_webmimeregistry_impl.cc', |
237 'child/simple_webmimeregistry_impl.h', | 237 'child/simple_webmimeregistry_impl.h', |
238 'child/site_isolation_policy.cc', | 238 'child/site_isolation_stats_gatherer.cc', |
239 'child/site_isolation_policy.h', | 239 'child/site_isolation_stats_gatherer.h', |
240 'child/sync_load_response.cc', | 240 'child/sync_load_response.cc', |
241 'child/sync_load_response.h', | 241 'child/sync_load_response.h', |
242 'child/thread_safe_sender.cc', | 242 'child/thread_safe_sender.cc', |
243 'child/thread_safe_sender.h', | 243 'child/thread_safe_sender.h', |
244 'child/threaded_data_provider.cc', | 244 'child/threaded_data_provider.cc', |
245 'child/threaded_data_provider.h', | 245 'child/threaded_data_provider.h', |
246 'child/v8_value_converter_impl.cc', | 246 'child/v8_value_converter_impl.cc', |
247 'child/v8_value_converter_impl.h', | 247 'child/v8_value_converter_impl.h', |
248 'child/web_data_consumer_handle_impl.cc', | 248 'child/web_data_consumer_handle_impl.cc', |
249 'child/web_data_consumer_handle_impl.h', | 249 'child/web_data_consumer_handle_impl.h', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 'child/npapi/webplugin_delegate_impl_mac.mm', | 336 'child/npapi/webplugin_delegate_impl_mac.mm', |
337 ], | 337 ], |
338 }], | 338 }], |
339 ['OS=="win"', { | 339 ['OS=="win"', { |
340 'sources!': [ | 340 'sources!': [ |
341 'child/npapi/webplugin_delegate_impl_aura.cc', | 341 'child/npapi/webplugin_delegate_impl_aura.cc', |
342 ], | 342 ], |
343 }], | 343 }], |
344 ], | 344 ], |
345 } | 345 } |
OLD | NEW |