| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 'common/gamepad_user_gesture.h', | 331 'common/gamepad_user_gesture.h', |
| 332 'common/generic_shared_memory_id_generator.cc', | 332 'common/generic_shared_memory_id_generator.cc', |
| 333 'common/generic_shared_memory_id_generator.h', | 333 'common/generic_shared_memory_id_generator.h', |
| 334 'common/gin_java_bridge_messages.h', | 334 'common/gin_java_bridge_messages.h', |
| 335 'common/gpu/client/command_buffer_metrics.cc', | 335 'common/gpu/client/command_buffer_metrics.cc', |
| 336 'common/gpu/client/command_buffer_metrics.h', | 336 'common/gpu/client/command_buffer_metrics.h', |
| 337 'common/gpu/client/context_provider_command_buffer.cc', | 337 'common/gpu/client/context_provider_command_buffer.cc', |
| 338 'common/gpu/client/context_provider_command_buffer.h', | 338 'common/gpu/client/context_provider_command_buffer.h', |
| 339 'common/gpu_host_messages.h', | 339 'common/gpu_host_messages.h', |
| 340 'common/gpu_process_launch_causes.h', | 340 'common/gpu_process_launch_causes.h', |
| 341 'common/gpu_watchdog_utils.cc', |
| 342 'common/gpu_watchdog_utils.h', |
| 341 'common/host_discardable_shared_memory_manager.cc', | 343 'common/host_discardable_shared_memory_manager.cc', |
| 342 'common/host_discardable_shared_memory_manager.h', | 344 'common/host_discardable_shared_memory_manager.h', |
| 343 'common/host_shared_bitmap_manager.cc', | 345 'common/host_shared_bitmap_manager.cc', |
| 344 'common/host_shared_bitmap_manager.h', | 346 'common/host_shared_bitmap_manager.h', |
| 345 'common/in_process_child_thread_params.cc', | 347 'common/in_process_child_thread_params.cc', |
| 346 'common/in_process_child_thread_params.h', | 348 'common/in_process_child_thread_params.h', |
| 347 'common/indexed_db/indexed_db_constants.h', | 349 'common/indexed_db/indexed_db_constants.h', |
| 348 'common/indexed_db/indexed_db_key.cc', | 350 'common/indexed_db/indexed_db_key.cc', |
| 349 'common/indexed_db/indexed_db_key.h', | 351 'common/indexed_db/indexed_db_key.h', |
| 350 'common/indexed_db/indexed_db_key_path.cc', | 352 'common/indexed_db/indexed_db_key_path.cc', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'sources!': [ | 657 'sources!': [ |
| 656 'common/cursors/webcursor_ozone.cc', | 658 'common/cursors/webcursor_ozone.cc', |
| 657 'common/font_list_ozone.cc', | 659 'common/font_list_ozone.cc', |
| 658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 661 ], | 663 ], |
| 662 }], | 664 }], |
| 663 ], | 665 ], |
| 664 } | 666 } |
| OLD | NEW |