| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'client/gl_cursor_feedback_texture.cc', | 369 'client/gl_cursor_feedback_texture.cc', |
| 370 'client/gl_cursor_feedback_texture.h', | 370 'client/gl_cursor_feedback_texture.h', |
| 371 'client/gl_desktop.cc', | 371 'client/gl_desktop.cc', |
| 372 'client/gl_desktop.h', | 372 'client/gl_desktop.h', |
| 373 'client/gl_helpers.cc', | 373 'client/gl_helpers.cc', |
| 374 'client/gl_helpers.h', | 374 'client/gl_helpers.h', |
| 375 'client/gl_math.cc', | 375 'client/gl_math.cc', |
| 376 'client/gl_math.h', | 376 'client/gl_math.h', |
| 377 'client/gl_renderer.cc', | 377 'client/gl_renderer.cc', |
| 378 'client/gl_renderer.h', | 378 'client/gl_renderer.h', |
| 379 'client/gl_renderer_core.cc', |
| 380 'client/gl_renderer_core.h', |
| 379 'client/gl_render_layer.cc', | 381 'client/gl_render_layer.cc', |
| 380 'client/gl_render_layer.h', | 382 'client/gl_render_layer.h', |
| 381 ], | 383 ], |
| 382 } | 384 } |
| 383 } | 385 } |
| OLD | NEW |