| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 352 |
| 353 'remoting_opengl_renderer_sources': [ | 353 'remoting_opengl_renderer_sources': [ |
| 354 'client/gl_canvas.cc', | 354 'client/gl_canvas.cc', |
| 355 'client/gl_canvas.h', | 355 'client/gl_canvas.h', |
| 356 'client/gl_cursor.cc', |
| 357 'client/gl_cursor.h', |
| 358 'client/gl_cursor_feedback.cc', |
| 359 'client/gl_cursor_feedback.h', |
| 356 'client/gl_desktop.cc', | 360 'client/gl_desktop.cc', |
| 357 'client/gl_desktop.h', | 361 'client/gl_desktop.h', |
| 358 'client/gl_helpers.cc', | 362 'client/gl_helpers.cc', |
| 359 'client/gl_helpers.h', | 363 'client/gl_helpers.h', |
| 364 'client/gl_math.cc', |
| 365 'client/gl_math.h', |
| 360 'client/gl_render_layer.cc', | 366 'client/gl_render_layer.cc', |
| 361 'client/gl_render_layer.h' | 367 'client/gl_render_layer.h', |
| 362 ], | 368 ], |
| 363 } | 369 } |
| 364 } | 370 } |
| OLD | NEW |