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