| 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 | 10 |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 { | 846 { |
| 847 'target_name': 'remoting_start_host', | 847 'target_name': 'remoting_start_host', |
| 848 'type': 'executable', | 848 'type': 'executable', |
| 849 'dependencies': [ | 849 'dependencies': [ |
| 850 'remoting_host_setup_base', | 850 'remoting_host_setup_base', |
| 851 ], | 851 ], |
| 852 'sources': [ | 852 'sources': [ |
| 853 'host/setup/start_host.cc', | 853 'host/setup/start_host.cc', |
| 854 ], | 854 ], |
| 855 }, # end of target 'remoting_start_host' | 855 }, # end of target 'remoting_start_host' |
| 856 { | |
| 857 'target_name': 'remoting_configurer', | |
| 858 'type': 'executable', | |
| 859 'variables': { 'enable_wexit_time_destructors': 1, }, | |
| 860 'cflags': [ | |
| 861 '<!@(pkg-config --cflags webkit-1.0)', | |
| 862 ], | |
| 863 'link_settings': { | |
| 864 'ldflags': [ | |
| 865 '<!@(pkg-config --libs-only-L --libs-only-other webkit-1.0)', | |
| 866 ], | |
| 867 'libraries': [ | |
| 868 '<!@(pkg-config --libs-only-l webkit-1.0)', | |
| 869 ], | |
| 870 }, | |
| 871 'dependencies': [ | |
| 872 '../base/base.gyp:base', | |
| 873 'remoting_host_setup_base', | |
| 874 'remoting_resources' | |
| 875 ], | |
| 876 'sources': [ | |
| 877 'host/setup/linux/linux_host_setup_wizard.cc', | |
| 878 ], | |
| 879 }, # end of target 'remoting_configurer' | |
| 880 ], # end of 'targets' | 856 ], # end of 'targets' |
| 881 }], # 'OS=="linux"' | 857 }], # 'OS=="linux"' |
| 882 | 858 |
| 883 ['OS=="mac"', { | 859 ['OS=="mac"', { |
| 884 'targets': [ | 860 'targets': [ |
| 885 { | 861 { |
| 886 'target_name': 'remoting_host_uninstaller', | 862 'target_name': 'remoting_host_uninstaller', |
| 887 'type': 'executable', | 863 'type': 'executable', |
| 888 'mac_bundle': 1, | 864 'mac_bundle': 1, |
| 889 'variables': { | 865 'variables': { |
| (...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 | 1686 |
| 1711 { | 1687 { |
| 1712 'target_name': 'remoting_resources', | 1688 'target_name': 'remoting_resources', |
| 1713 'type': 'none', | 1689 'type': 'none', |
| 1714 'variables': { | 1690 'variables': { |
| 1715 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', | 1691 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', |
| 1716 'grit_resource_ids': 'resource_ids', | 1692 'grit_resource_ids': 'resource_ids', |
| 1717 'sources': [ | 1693 'sources': [ |
| 1718 'base/resources_unittest.cc', | 1694 'base/resources_unittest.cc', |
| 1719 'host/plugin/host_script_object.cc', | 1695 'host/plugin/host_script_object.cc', |
| 1720 'host/setup/linux/linux_host_setup_wizard.cc', | |
| 1721 'webapp/client_screen.js', | 1696 'webapp/client_screen.js', |
| 1722 'webapp/host_list.js', | 1697 'webapp/host_list.js', |
| 1723 'webapp/host_table_entry.js', | 1698 'webapp/host_table_entry.js', |
| 1724 'webapp/host_setup_dialog.js', | 1699 'webapp/host_setup_dialog.js', |
| 1725 'webapp/main.html', | 1700 'webapp/main.html', |
| 1726 'webapp/manifest.json', | 1701 'webapp/manifest.json', |
| 1727 'webapp/remoting.js', | 1702 'webapp/remoting.js', |
| 1728 ], | 1703 ], |
| 1729 }, | 1704 }, |
| 1730 'actions': [ | 1705 'actions': [ |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2314 '../base/allocator/allocator.gyp:allocator', | 2289 '../base/allocator/allocator.gyp:allocator', |
| 2315 ], | 2290 ], |
| 2316 }, | 2291 }, |
| 2317 ], | 2292 ], |
| 2318 ], | 2293 ], |
| 2319 }], # end of 'toolkit_uses_gtk == 1' | 2294 }], # end of 'toolkit_uses_gtk == 1' |
| 2320 ], # end of 'conditions' | 2295 ], # end of 'conditions' |
| 2321 }, # end of target 'remoting_unittests' | 2296 }, # end of target 'remoting_unittests' |
| 2322 ], # end of targets | 2297 ], # end of targets |
| 2323 } | 2298 } |
| OLD | NEW |