| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 'common/ssl_status_serialization.h', | 511 'common/ssl_status_serialization.h', |
| 512 'common/swapped_out_messages.cc', | 512 'common/swapped_out_messages.cc', |
| 513 'common/swapped_out_messages.h', | 513 'common/swapped_out_messages.h', |
| 514 'common/text_input_client_messages.h', | 514 'common/text_input_client_messages.h', |
| 515 'common/url_schemes.cc', | 515 'common/url_schemes.cc', |
| 516 'common/url_schemes.h', | 516 'common/url_schemes.h', |
| 517 'common/user_agent.cc', | 517 'common/user_agent.cc', |
| 518 'common/utility_messages.h', | 518 'common/utility_messages.h', |
| 519 'common/view_message_enums.h', | 519 'common/view_message_enums.h', |
| 520 'common/view_messages.h', | 520 'common/view_messages.h', |
| 521 'common/vr_messages.h', |
| 522 'common/vr_param_traits.cc', |
| 523 'common/vr_param_traits.h', |
| 521 'common/webplugin_geometry.cc', | 524 'common/webplugin_geometry.cc', |
| 522 'common/webplugin_geometry.h', | 525 'common/webplugin_geometry.h', |
| 523 'common/websocket.cc', | 526 'common/websocket.cc', |
| 524 'common/websocket.h', | 527 'common/websocket.h', |
| 525 'common/websocket_messages.h', | 528 'common/websocket_messages.h', |
| 526 'common/worker_messages.h', | 529 'common/worker_messages.h', |
| 527 'common/zygote_commands_linux.h', | 530 'common/zygote_commands_linux.h', |
| 528 ], | 531 ], |
| 529 }, | 532 }, |
| 530 'sources': [ | 533 'sources': [ |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1045 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1048 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1046 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1049 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1047 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1050 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1048 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1051 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1049 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1052 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1050 ], | 1053 ], |
| 1051 }], | 1054 }], |
| 1052 ], | 1055 ], |
| 1053 } | 1056 } |
| OLD | NEW |