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