| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'child/bluetooth/web_bluetooth_impl.cc', | 57 'child/bluetooth/web_bluetooth_impl.cc', |
| 58 'child/bluetooth/web_bluetooth_impl.h', | 58 'child/bluetooth/web_bluetooth_impl.h', |
| 59 'child/browser_font_resource_trusted.cc', | 59 'child/browser_font_resource_trusted.cc', |
| 60 'child/browser_font_resource_trusted.h', | 60 'child/browser_font_resource_trusted.h', |
| 61 'child/child_discardable_shared_memory_manager.cc', | 61 'child/child_discardable_shared_memory_manager.cc', |
| 62 'child/child_discardable_shared_memory_manager.h', | 62 'child/child_discardable_shared_memory_manager.h', |
| 63 'child/child_gpu_memory_buffer_manager.cc', | 63 'child/child_gpu_memory_buffer_manager.cc', |
| 64 'child/child_gpu_memory_buffer_manager.h', | 64 'child/child_gpu_memory_buffer_manager.h', |
| 65 'child/child_histogram_message_filter.cc', | 65 'child/child_histogram_message_filter.cc', |
| 66 'child/child_histogram_message_filter.h', | 66 'child/child_histogram_message_filter.h', |
| 67 'child/child_io_surface_manager_mac.cc', |
| 68 'child/child_io_surface_manager_mac.h', |
| 67 'child/child_message_filter.cc', | 69 'child/child_message_filter.cc', |
| 68 'child/child_message_filter.h', | 70 'child/child_message_filter.h', |
| 69 'child/child_process.cc', | 71 'child/child_process.cc', |
| 70 'child/child_process.h', | 72 'child/child_process.h', |
| 71 'child/child_resource_message_filter.cc', | 73 'child/child_resource_message_filter.cc', |
| 72 'child/child_resource_message_filter.h', | 74 'child/child_resource_message_filter.h', |
| 73 'child/child_shared_bitmap_manager.cc', | 75 'child/child_shared_bitmap_manager.cc', |
| 74 'child/child_shared_bitmap_manager.h', | 76 'child/child_shared_bitmap_manager.h', |
| 75 'child/child_thread_impl.cc', | 77 'child/child_thread_impl.cc', |
| 76 'child/child_thread_impl.h', | 78 'child/child_thread_impl.h', |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'child/npapi/webplugin_delegate_impl_mac.mm', | 330 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 329 ], | 331 ], |
| 330 }], | 332 }], |
| 331 ['OS=="win"', { | 333 ['OS=="win"', { |
| 332 'sources!': [ | 334 'sources!': [ |
| 333 'child/npapi/webplugin_delegate_impl_aura.cc', | 335 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 334 ], | 336 ], |
| 335 }], | 337 }], |
| 336 ], | 338 ], |
| 337 } | 339 } |
| OLD | NEW |