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 'remoting_base_sources': [ | 7 'remoting_base_sources': [ |
8 'base/auth_token_util.cc', | |
9 'base/auth_token_util.h', | |
10 'base/auto_thread.cc', | 8 'base/auto_thread.cc', |
11 'base/auto_thread.h', | 9 'base/auto_thread.h', |
12 'base/auto_thread_task_runner.cc', | 10 'base/auto_thread_task_runner.cc', |
13 'base/auto_thread_task_runner.h', | 11 'base/auto_thread_task_runner.h', |
14 'base/buffered_socket_writer.cc', | 12 'base/buffered_socket_writer.cc', |
15 'base/buffered_socket_writer.h', | 13 'base/buffered_socket_writer.h', |
16 'base/capabilities.cc', | 14 'base/capabilities.cc', |
17 'base/capabilities.h', | 15 'base/capabilities.h', |
18 'base/compound_buffer.cc', | 16 'base/compound_buffer.cc', |
19 'base/compound_buffer.h', | 17 'base/compound_buffer.h', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'client/plugin/pepper_video_renderer.h', | 263 'client/plugin/pepper_video_renderer.h', |
266 'client/plugin/pepper_video_renderer_2d.cc', | 264 'client/plugin/pepper_video_renderer_2d.cc', |
267 'client/plugin/pepper_video_renderer_2d.h', | 265 'client/plugin/pepper_video_renderer_2d.h', |
268 'client/plugin/pepper_video_renderer_3d.cc', | 266 'client/plugin/pepper_video_renderer_3d.cc', |
269 'client/plugin/pepper_video_renderer_3d.h', | 267 'client/plugin/pepper_video_renderer_3d.h', |
270 'client/plugin/touch_input_scaler.cc', | 268 'client/plugin/touch_input_scaler.cc', |
271 'client/plugin/touch_input_scaler.h', | 269 'client/plugin/touch_input_scaler.h', |
272 ], | 270 ], |
273 } | 271 } |
274 } | 272 } |
OLD | NEW |