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/scheduler/scheduler.gyp:scheduler', | 9 '../components/scheduler/scheduler.gyp:scheduler', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'child/threaded_data_provider.cc', | 255 'child/threaded_data_provider.cc', |
256 'child/threaded_data_provider.h', | 256 'child/threaded_data_provider.h', |
257 'child/v8_value_converter_impl.cc', | 257 'child/v8_value_converter_impl.cc', |
258 'child/v8_value_converter_impl.h', | 258 'child/v8_value_converter_impl.h', |
259 'child/web_data_consumer_handle_impl.cc', | 259 'child/web_data_consumer_handle_impl.cc', |
260 'child/web_data_consumer_handle_impl.h', | 260 'child/web_data_consumer_handle_impl.h', |
261 'child/web_database_observer_impl.cc', | 261 'child/web_database_observer_impl.cc', |
262 'child/web_database_observer_impl.h', | 262 'child/web_database_observer_impl.h', |
263 'child/web_discardable_memory_impl.cc', | 263 'child/web_discardable_memory_impl.cc', |
264 'child/web_discardable_memory_impl.h', | 264 'child/web_discardable_memory_impl.h', |
| 265 'child/web_memory_allocator_dump_impl.cc', |
| 266 'child/web_memory_allocator_dump_impl.h', |
| 267 'child/web_memory_dump_provider_adapter.cc', |
| 268 'child/web_memory_dump_provider_adapter.h', |
| 269 'child/web_process_memory_dump_impl.cc', |
| 270 'child/web_process_memory_dump_impl.h', |
265 'child/web_url_loader_impl.cc', | 271 'child/web_url_loader_impl.cc', |
266 'child/web_url_loader_impl.h', | 272 'child/web_url_loader_impl.h', |
267 'child/web_url_request_util.cc', | 273 'child/web_url_request_util.cc', |
268 'child/web_url_request_util.h', | 274 'child/web_url_request_util.h', |
269 'child/webblobregistry_impl.cc', | 275 'child/webblobregistry_impl.cc', |
270 'child/webblobregistry_impl.h', | 276 'child/webblobregistry_impl.h', |
271 'child/webfallbackthemeengine_impl.cc', | 277 'child/webfallbackthemeengine_impl.cc', |
272 'child/webfallbackthemeengine_impl.h', | 278 'child/webfallbackthemeengine_impl.h', |
273 'child/webfileutilities_impl.cc', | 279 'child/webfileutilities_impl.cc', |
274 'child/webfileutilities_impl.h', | 280 'child/webfileutilities_impl.h', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'child/npapi/webplugin_delegate_impl_mac.mm', | 329 'child/npapi/webplugin_delegate_impl_mac.mm', |
324 ], | 330 ], |
325 }], | 331 }], |
326 ['OS=="win"', { | 332 ['OS=="win"', { |
327 'sources!': [ | 333 'sources!': [ |
328 'child/npapi/webplugin_delegate_impl_aura.cc', | 334 'child/npapi/webplugin_delegate_impl_aura.cc', |
329 ], | 335 ], |
330 }], | 336 }], |
331 ], | 337 ], |
332 } | 338 } |
OLD | NEW |