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

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: Addressing feedback from mdempsky Created 5 years, 7 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'common/ssl_status_serialization.h', 520 'common/ssl_status_serialization.h',
521 'common/swapped_out_messages.cc', 521 'common/swapped_out_messages.cc',
522 'common/swapped_out_messages.h', 522 'common/swapped_out_messages.h',
523 'common/text_input_client_messages.h', 523 'common/text_input_client_messages.h',
524 'common/url_schemes.cc', 524 'common/url_schemes.cc',
525 'common/url_schemes.h', 525 'common/url_schemes.h',
526 'common/user_agent.cc', 526 'common/user_agent.cc',
527 'common/utility_messages.h', 527 'common/utility_messages.h',
528 'common/view_message_enums.h', 528 'common/view_message_enums.h',
529 'common/view_messages.h', 529 'common/view_messages.h',
530 'common/vr_messages.h',
531 'common/vr_param_traits.cc',
532 'common/vr_param_traits.h',
530 'common/webplugin_geometry.cc', 533 'common/webplugin_geometry.cc',
531 'common/webplugin_geometry.h', 534 'common/webplugin_geometry.h',
532 'common/websocket.cc', 535 'common/websocket.cc',
533 'common/websocket.h', 536 'common/websocket.h',
534 'common/websocket_messages.h', 537 'common/websocket_messages.h',
535 'common/worker_messages.h', 538 'common/worker_messages.h',
536 'common/zygote_commands_linux.h', 539 'common/zygote_commands_linux.h',
537 ], 540 ],
538 }, 541 },
539 'sources': [ 542 'sources': [
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1058 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1059 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1061 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1059 ], 1062 ],
1060 }], 1063 }],
1061 ], 1064 ],
1062 } 1065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698