Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Side by Side Diff: content/content_common.gypi

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates/cleanups before pulling in reviewers. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'common/ssl_status_serialization.h', 509 'common/ssl_status_serialization.h',
510 'common/swapped_out_messages.cc', 510 'common/swapped_out_messages.cc',
511 'common/swapped_out_messages.h', 511 'common/swapped_out_messages.h',
512 'common/text_input_client_messages.h', 512 'common/text_input_client_messages.h',
513 'common/url_schemes.cc', 513 'common/url_schemes.cc',
514 'common/url_schemes.h', 514 'common/url_schemes.h',
515 'common/user_agent.cc', 515 'common/user_agent.cc',
516 'common/utility_messages.h', 516 'common/utility_messages.h',
517 'common/view_message_enums.h', 517 'common/view_message_enums.h',
518 'common/view_messages.h', 518 'common/view_messages.h',
519 'common/vr_messages.h',
520 'common/vr_param_traits.cc',
521 'common/vr_param_traits.h',
519 'common/webplugin_geometry.cc', 522 'common/webplugin_geometry.cc',
520 'common/webplugin_geometry.h', 523 'common/webplugin_geometry.h',
521 'common/websocket.cc', 524 'common/websocket.cc',
522 'common/websocket.h', 525 'common/websocket.h',
523 'common/websocket_messages.h', 526 'common/websocket_messages.h',
524 'common/worker_messages.h', 527 'common/worker_messages.h',
525 'common/zygote_commands_linux.h', 528 'common/zygote_commands_linux.h',
526 ], 529 ],
527 }, 530 },
528 'sources': [ 531 'sources': [
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1045 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1043 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1046 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1044 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1047 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1045 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1048 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1046 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1049 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1047 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1050 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1048 ], 1051 ],
1049 }], 1052 }],
1050 ], 1053 ],
1051 } 1054 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698