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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 820823002: Implement video renderer based on VideoDecode API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'client/plugin/pepper_packet_socket_factory.h', 258 'client/plugin/pepper_packet_socket_factory.h',
259 'client/plugin/pepper_plugin_thread_delegate.cc', 259 'client/plugin/pepper_plugin_thread_delegate.cc',
260 'client/plugin/pepper_plugin_thread_delegate.h', 260 'client/plugin/pepper_plugin_thread_delegate.h',
261 'client/plugin/pepper_port_allocator.cc', 261 'client/plugin/pepper_port_allocator.cc',
262 'client/plugin/pepper_port_allocator.h', 262 'client/plugin/pepper_port_allocator.h',
263 'client/plugin/pepper_util.cc', 263 'client/plugin/pepper_util.cc',
264 'client/plugin/pepper_util.h', 264 'client/plugin/pepper_util.h',
265 'client/plugin/pepper_video_renderer.h', 265 'client/plugin/pepper_video_renderer.h',
266 'client/plugin/pepper_video_renderer_2d.cc', 266 'client/plugin/pepper_video_renderer_2d.cc',
267 'client/plugin/pepper_video_renderer_2d.h', 267 'client/plugin/pepper_video_renderer_2d.h',
268 'client/plugin/pepper_video_renderer_3d.cc',
269 'client/plugin/pepper_video_renderer_3d.h',
268 ], 270 ],
269 } 271 }
270 } 272 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698