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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 2045963004: [Remoting] OpenGL Rendering Layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 years, 5 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_client.gypi ('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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'client/plugin/pepper_url_request.cc', 342 'client/plugin/pepper_url_request.cc',
343 'client/plugin/pepper_url_request.h', 343 'client/plugin/pepper_url_request.h',
344 'client/plugin/pepper_util.cc', 344 'client/plugin/pepper_util.cc',
345 'client/plugin/pepper_util.h', 345 'client/plugin/pepper_util.h',
346 'client/plugin/pepper_video_renderer.h', 346 'client/plugin/pepper_video_renderer.h',
347 'client/plugin/pepper_video_renderer_2d.cc', 347 'client/plugin/pepper_video_renderer_2d.cc',
348 'client/plugin/pepper_video_renderer_2d.h', 348 'client/plugin/pepper_video_renderer_2d.h',
349 'client/plugin/pepper_video_renderer_3d.cc', 349 'client/plugin/pepper_video_renderer_3d.cc',
350 'client/plugin/pepper_video_renderer_3d.h', 350 'client/plugin/pepper_video_renderer_3d.h',
351 ], 351 ],
352
353 'remoting_opengl_renderer_sources': [
354 'client/gl_canvas.cc',
355 'client/gl_canvas.h',
356 'client/gl_desktop.cc',
357 'client/gl_desktop.h',
358 'client/gl_helpers.cc',
359 'client/gl_helpers.h',
360 'client/gl_render_layer.cc',
361 'client/gl_render_layer.h'
362 ],
352 } 363 }
353 } 364 }
OLDNEW
« no previous file with comments | « remoting/remoting_client.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698