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

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

Powered by Google App Engine
This is Rietveld 408576698