| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 'variables': { 'enable_wexit_time_destructors': 1, }, | 964 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 965 'dependencies': [ | 965 'dependencies': [ |
| 966 'remoting_base', | 966 'remoting_base', |
| 967 'remoting_host', | 967 'remoting_host', |
| 968 'remoting_jingle_glue', | 968 'remoting_jingle_glue', |
| 969 '../base/base.gyp:base', | 969 '../base/base.gyp:base', |
| 970 '../base/base.gyp:base_i18n', | 970 '../base/base.gyp:base_i18n', |
| 971 '../media/media.gyp:media', | 971 '../media/media.gyp:media', |
| 972 ], | 972 ], |
| 973 'sources': [ | 973 'sources': [ |
| 974 'host/capturer_fake_ascii.cc', | |
| 975 'host/capturer_fake_ascii.h', | |
| 976 'host/continue_window.h', | 974 'host/continue_window.h', |
| 977 'host/continue_window_mac.mm', | 975 'host/continue_window_mac.mm', |
| 978 'host/continue_window_linux.cc', | 976 'host/continue_window_linux.cc', |
| 979 'host/continue_window_win.cc', | 977 'host/continue_window_win.cc', |
| 980 'host/disconnect_window_linux.cc', | 978 'host/disconnect_window_linux.cc', |
| 981 'host/disconnect_window_mac.h', | 979 'host/disconnect_window_mac.h', |
| 982 'host/disconnect_window_mac.mm', | 980 'host/disconnect_window_mac.mm', |
| 983 'host/disconnect_window_win.cc', | 981 'host/disconnect_window_win.cc', |
| 984 'host/it2me_host_user_interface.cc', | 982 'host/it2me_host_user_interface.cc', |
| 985 'host/it2me_host_user_interface.h', | 983 'host/it2me_host_user_interface.h', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1385 '../base/allocator/allocator.gyp:allocator', | 1383 '../base/allocator/allocator.gyp:allocator', |
| 1386 ], | 1384 ], |
| 1387 }, | 1385 }, |
| 1388 ], | 1386 ], |
| 1389 ], | 1387 ], |
| 1390 }], | 1388 }], |
| 1391 ], # end of 'conditions' | 1389 ], # end of 'conditions' |
| 1392 }, # end of target 'remoting_unittests' | 1390 }, # end of target 'remoting_unittests' |
| 1393 ], # end of targets | 1391 ], # end of targets |
| 1394 } | 1392 } |
| OLD | NEW |