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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'host/continue_window_linux.cc', | 795 'host/continue_window_linux.cc', |
796 'host/continue_window_win.cc', | 796 'host/continue_window_win.cc', |
797 'host/curtain.h', | 797 'host/curtain.h', |
798 'host/curtain_linux.cc', | 798 'host/curtain_linux.cc', |
799 'host/curtain_mac.cc', | 799 'host/curtain_mac.cc', |
800 'host/curtain_win.cc', | 800 'host/curtain_win.cc', |
801 'host/desktop_environment.cc', | 801 'host/desktop_environment.cc', |
802 'host/desktop_environment.h', | 802 'host/desktop_environment.h', |
803 'host/desktop_win.cc', | 803 'host/desktop_win.cc', |
804 'host/desktop_win.h', | 804 'host/desktop_win.h', |
| 805 'host/dev_net_log.cc', |
| 806 'host/dev_net_log.h', |
805 'host/differ.h', | 807 'host/differ.h', |
806 'host/differ.cc', | 808 'host/differ.cc', |
807 'host/disconnect_window.h', | 809 'host/disconnect_window.h', |
808 'host/disconnect_window_linux.cc', | 810 'host/disconnect_window_linux.cc', |
809 'host/disconnect_window_mac.h', | 811 'host/disconnect_window_mac.h', |
810 'host/disconnect_window_mac.mm', | 812 'host/disconnect_window_mac.mm', |
811 'host/disconnect_window_win.cc', | 813 'host/disconnect_window_win.cc', |
812 'host/event_executor.h', | 814 'host/event_executor.h', |
813 'host/event_executor_linux.cc', | 815 'host/event_executor_linux.cc', |
814 'host/event_executor_mac.cc', | 816 'host/event_executor_mac.cc', |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1378 '../base/allocator/allocator.gyp:allocator', | 1380 '../base/allocator/allocator.gyp:allocator', |
1379 ], | 1381 ], |
1380 }, | 1382 }, |
1381 ], | 1383 ], |
1382 ], | 1384 ], |
1383 }], | 1385 }], |
1384 ], # end of 'conditions' | 1386 ], # end of 'conditions' |
1385 }, # end of target 'remoting_unittests' | 1387 }, # end of target 'remoting_unittests' |
1386 ], # end of targets | 1388 ], # end of targets |
1387 } | 1389 } |
OLD | NEW |