OLD | NEW |
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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'client/gl_cursor_feedback.cc', | 365 'client/gl_cursor_feedback.cc', |
366 'client/gl_cursor_feedback.h', | 366 'client/gl_cursor_feedback.h', |
367 'client/gl_cursor_feedback_texture.cc', | 367 'client/gl_cursor_feedback_texture.cc', |
368 'client/gl_cursor_feedback_texture.h', | 368 'client/gl_cursor_feedback_texture.h', |
369 'client/gl_desktop.cc', | 369 'client/gl_desktop.cc', |
370 'client/gl_desktop.h', | 370 'client/gl_desktop.h', |
371 'client/gl_helpers.cc', | 371 'client/gl_helpers.cc', |
372 'client/gl_helpers.h', | 372 'client/gl_helpers.h', |
373 'client/gl_math.cc', | 373 'client/gl_math.cc', |
374 'client/gl_math.h', | 374 'client/gl_math.h', |
| 375 'client/gl_renderer.cc', |
| 376 'client/gl_renderer.h', |
375 'client/gl_render_layer.cc', | 377 'client/gl_render_layer.cc', |
376 'client/gl_render_layer.h', | 378 'client/gl_render_layer.h', |
377 ], | 379 ], |
378 } | 380 } |
379 } | 381 } |
OLD | NEW |