| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 'common/platform_notification_messages.h', | 449 'common/platform_notification_messages.h', |
| 450 'common/plugin_constants_win.cc', | 450 'common/plugin_constants_win.cc', |
| 451 'common/plugin_constants_win.h', | 451 'common/plugin_constants_win.h', |
| 452 'common/plugin_list.cc', | 452 'common/plugin_list.cc', |
| 453 'common/plugin_list.h', | 453 'common/plugin_list.h', |
| 454 'common/plugin_list_mac.mm', | 454 'common/plugin_list_mac.mm', |
| 455 'common/plugin_list_posix.cc', | 455 'common/plugin_list_posix.cc', |
| 456 'common/plugin_list_win.cc', | 456 'common/plugin_list_win.cc', |
| 457 'common/plugin_process_messages.h', | 457 'common/plugin_process_messages.h', |
| 458 'common/power_monitor_messages.h', | 458 'common/power_monitor_messages.h', |
| 459 'common/presentation/presentation_message.cc', |
| 460 'common/presentation/presentation_message.h', |
| 459 'common/process_type.cc', | 461 'common/process_type.cc', |
| 460 'common/push_messaging_messages.h', | 462 'common/push_messaging_messages.h', |
| 461 'common/quota_messages.h', | 463 'common/quota_messages.h', |
| 462 'common/resource_messages.cc', | 464 'common/resource_messages.cc', |
| 463 'common/resource_messages.h', | 465 'common/resource_messages.h', |
| 464 'common/resource_request_body.cc', | 466 'common/resource_request_body.cc', |
| 465 'common/resource_request_body.h', | 467 'common/resource_request_body.h', |
| 466 'common/sandbox_init_mac.cc', | 468 'common/sandbox_init_mac.cc', |
| 467 'common/sandbox_init_mac.h', | 469 'common/sandbox_init_mac.h', |
| 468 'common/sandbox_init_win.cc', | 470 'common/sandbox_init_win.cc', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1050 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1051 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1052 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1054 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1053 ], | 1055 ], |
| 1054 }], | 1056 }], |
| 1055 ], | 1057 ], |
| 1056 } | 1058 } |
| OLD | NEW |