| 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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'common/devtools_messages.h', | 307 'common/devtools_messages.h', |
| 308 'common/discardable_shared_memory_heap.cc', | 308 'common/discardable_shared_memory_heap.cc', |
| 309 'common/discardable_shared_memory_heap.h', | 309 'common/discardable_shared_memory_heap.h', |
| 310 'common/dom_storage/dom_storage_map.cc', | 310 'common/dom_storage/dom_storage_map.cc', |
| 311 'common/dom_storage/dom_storage_map.h', | 311 'common/dom_storage/dom_storage_map.h', |
| 312 'common/dom_storage/dom_storage_messages.h', | 312 'common/dom_storage/dom_storage_messages.h', |
| 313 'common/drag_event_source_info.h', | 313 'common/drag_event_source_info.h', |
| 314 'common/drag_messages.h', | 314 'common/drag_messages.h', |
| 315 'common/drag_traits.h', | 315 'common/drag_traits.h', |
| 316 'common/dwrite_font_proxy_messages.h', | 316 'common/dwrite_font_proxy_messages.h', |
| 317 'common/dwrite_text_analysis_source_win.cc', |
| 318 'common/dwrite_text_analysis_source_win.h', |
| 317 'common/edit_command.h', | 319 'common/edit_command.h', |
| 318 'common/establish_channel_params.cc', | 320 'common/establish_channel_params.cc', |
| 319 'common/establish_channel_params.h', | 321 'common/establish_channel_params.h', |
| 320 'common/file_utilities_messages.h', | 322 'common/file_utilities_messages.h', |
| 321 'common/fileapi/file_system_messages.h', | 323 'common/fileapi/file_system_messages.h', |
| 322 'common/font_cache_dispatcher_win.cc', | 324 'common/font_cache_dispatcher_win.cc', |
| 323 'common/font_cache_dispatcher_win.h', | 325 'common/font_cache_dispatcher_win.h', |
| 324 'common/font_config_ipc_linux.cc', | 326 'common/font_config_ipc_linux.cc', |
| 325 'common/font_config_ipc_linux.h', | 327 'common/font_config_ipc_linux.h', |
| 326 'common/font_list.cc', | 328 'common/font_list.cc', |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1001 'sources!': [ | 1003 'sources!': [ |
| 1002 'common/cursors/webcursor_ozone.cc', | 1004 'common/cursors/webcursor_ozone.cc', |
| 1003 'common/font_list_ozone.cc', | 1005 'common/font_list_ozone.cc', |
| 1004 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1006 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1005 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1008 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 1007 ], | 1009 ], |
| 1008 }], | 1010 }], |
| 1009 ], | 1011 ], |
| 1010 } | 1012 } |
| OLD | NEW |