| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'common/android/media_metadata_android.h', | 238 'common/android/media_metadata_android.h', |
| 239 'common/android/sync_compositor_messages.cc', | 239 'common/android/sync_compositor_messages.cc', |
| 240 'common/android/sync_compositor_messages.h', | 240 'common/android/sync_compositor_messages.h', |
| 241 'common/android/sync_compositor_statics.cc', | 241 'common/android/sync_compositor_statics.cc', |
| 242 'common/android/sync_compositor_statics.h', | 242 'common/android/sync_compositor_statics.h', |
| 243 'common/appcache_interfaces.cc', | 243 'common/appcache_interfaces.cc', |
| 244 'common/appcache_interfaces.h', | 244 'common/appcache_interfaces.h', |
| 245 'common/appcache_messages.h', | 245 'common/appcache_messages.h', |
| 246 'common/ax_content_node_data.cc', | 246 'common/ax_content_node_data.cc', |
| 247 'common/ax_content_node_data.h', | 247 'common/ax_content_node_data.h', |
| 248 'common/bluetooth/bluetooth_device_id.cc', |
| 249 'common/bluetooth/bluetooth_device_id.h', |
| 248 'common/browser_plugin/browser_plugin_constants.cc', | 250 'common/browser_plugin/browser_plugin_constants.cc', |
| 249 'common/browser_plugin/browser_plugin_constants.h', | 251 'common/browser_plugin/browser_plugin_constants.h', |
| 250 'common/browser_plugin/browser_plugin_messages.h', | 252 'common/browser_plugin/browser_plugin_messages.h', |
| 251 'common/cache_storage/cache_storage_messages.h', | 253 'common/cache_storage/cache_storage_messages.h', |
| 252 'common/cache_storage/cache_storage_types.cc', | 254 'common/cache_storage/cache_storage_types.cc', |
| 253 'common/cache_storage/cache_storage_types.h', | 255 'common/cache_storage/cache_storage_types.h', |
| 254 'common/child_process_host_impl.cc', | 256 'common/child_process_host_impl.cc', |
| 255 'common/child_process_host_impl.h', | 257 'common/child_process_host_impl.h', |
| 256 'common/child_process_messages.h', | 258 'common/child_process_messages.h', |
| 257 'common/child_process_sandbox_support_impl_linux.cc', | 259 'common/child_process_sandbox_support_impl_linux.cc', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'sources!': [ | 659 'sources!': [ |
| 658 'common/cursors/webcursor_ozone.cc', | 660 'common/cursors/webcursor_ozone.cc', |
| 659 'common/font_list_ozone.cc', | 661 'common/font_list_ozone.cc', |
| 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 662 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 663 ], | 665 ], |
| 664 }], | 666 }], |
| 665 ], | 667 ], |
| 666 } | 668 } |
| OLD | NEW |