| 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', | 8       'base/auth_token_util.cc', | 
| 9       'base/auth_token_util.h', | 9       'base/auth_token_util.h', | 
| 10       'base/auto_thread.cc', | 10       'base/auto_thread.cc', | 
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 258       'client/plugin/pepper_packet_socket_factory.h', | 258       'client/plugin/pepper_packet_socket_factory.h', | 
| 259       'client/plugin/pepper_plugin_thread_delegate.cc', | 259       'client/plugin/pepper_plugin_thread_delegate.cc', | 
| 260       'client/plugin/pepper_plugin_thread_delegate.h', | 260       'client/plugin/pepper_plugin_thread_delegate.h', | 
| 261       'client/plugin/pepper_port_allocator.cc', | 261       'client/plugin/pepper_port_allocator.cc', | 
| 262       'client/plugin/pepper_port_allocator.h', | 262       'client/plugin/pepper_port_allocator.h', | 
| 263       'client/plugin/pepper_util.cc', | 263       'client/plugin/pepper_util.cc', | 
| 264       'client/plugin/pepper_util.h', | 264       'client/plugin/pepper_util.h', | 
| 265       'client/plugin/pepper_video_renderer.h', | 265       'client/plugin/pepper_video_renderer.h', | 
| 266       'client/plugin/pepper_video_renderer_2d.cc', | 266       'client/plugin/pepper_video_renderer_2d.cc', | 
| 267       'client/plugin/pepper_video_renderer_2d.h', | 267       'client/plugin/pepper_video_renderer_2d.h', | 
|  | 268       'client/plugin/pepper_video_renderer_3d.cc', | 
|  | 269       'client/plugin/pepper_video_renderer_3d.h', | 
| 268     ], | 270     ], | 
| 269   } | 271   } | 
| 270 } | 272 } | 
| OLD | NEW | 
|---|