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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'child/threaded_data_provider.cc', | 247 'child/threaded_data_provider.cc', |
248 'child/threaded_data_provider.h', | 248 'child/threaded_data_provider.h', |
249 'child/v8_value_converter_impl.cc', | 249 'child/v8_value_converter_impl.cc', |
250 'child/v8_value_converter_impl.h', | 250 'child/v8_value_converter_impl.h', |
251 'child/web_data_consumer_handle_impl.cc', | 251 'child/web_data_consumer_handle_impl.cc', |
252 'child/web_data_consumer_handle_impl.h', | 252 'child/web_data_consumer_handle_impl.h', |
253 'child/web_database_observer_impl.cc', | 253 'child/web_database_observer_impl.cc', |
254 'child/web_database_observer_impl.h', | 254 'child/web_database_observer_impl.h', |
255 'child/web_discardable_memory_impl.cc', | 255 'child/web_discardable_memory_impl.cc', |
256 'child/web_discardable_memory_impl.h', | 256 'child/web_discardable_memory_impl.h', |
257 'child/web_memory_allocator_dump_impl.cc', | |
258 'child/web_memory_allocator_dump_impl.h', | |
259 'child/web_memory_dump_provider_adapter.cc', | |
260 'child/web_memory_dump_provider_adapter.h', | |
261 'child/web_process_memory_dump_impl.cc', | |
262 'child/web_process_memory_dump_impl.h', | |
263 'child/web_url_loader_impl.cc', | 257 'child/web_url_loader_impl.cc', |
264 'child/web_url_loader_impl.h', | 258 'child/web_url_loader_impl.h', |
265 'child/web_url_request_util.cc', | 259 'child/web_url_request_util.cc', |
266 'child/web_url_request_util.h', | 260 'child/web_url_request_util.h', |
267 'child/webblobregistry_impl.cc', | 261 'child/webblobregistry_impl.cc', |
268 'child/webblobregistry_impl.h', | 262 'child/webblobregistry_impl.h', |
269 'child/webfallbackthemeengine_impl.cc', | 263 'child/webfallbackthemeengine_impl.cc', |
270 'child/webfallbackthemeengine_impl.h', | 264 'child/webfallbackthemeengine_impl.h', |
271 'child/webfileutilities_impl.cc', | 265 'child/webfileutilities_impl.cc', |
272 'child/webfileutilities_impl.h', | 266 'child/webfileutilities_impl.h', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'child/npapi/webplugin_delegate_impl_mac.mm', | 335 'child/npapi/webplugin_delegate_impl_mac.mm', |
342 ], | 336 ], |
343 }], | 337 }], |
344 ['OS=="win"', { | 338 ['OS=="win"', { |
345 'sources!': [ | 339 'sources!': [ |
346 'child/npapi/webplugin_delegate_impl_aura.cc', | 340 'child/npapi/webplugin_delegate_impl_aura.cc', |
347 ], | 341 ], |
348 }], | 342 }], |
349 ], | 343 ], |
350 } | 344 } |
OLD | NEW |