| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'host/continue_window_linux.cc', | 174 'host/continue_window_linux.cc', |
| 175 'host/continue_window_win.cc', | 175 'host/continue_window_win.cc', |
| 176 'host/disconnect_window_linux.cc', | 176 'host/disconnect_window_linux.cc', |
| 177 'host/disconnect_window_mac.h', | 177 'host/disconnect_window_mac.h', |
| 178 'host/disconnect_window_mac.mm', | 178 'host/disconnect_window_mac.mm', |
| 179 'host/disconnect_window_win.cc', | 179 'host/disconnect_window_win.cc', |
| 180 'host/host_plugin.cc', | 180 'host/host_plugin.cc', |
| 181 'host/host_plugin.def', | 181 'host/host_plugin.def', |
| 182 'host/host_plugin.rc', | 182 'host/host_plugin.rc', |
| 183 'host/host_plugin_resource.h', | 183 'host/host_plugin_resource.h', |
| 184 'host/host_plugin_utils.cc', |
| 185 'host/host_plugin_utils.h', |
| 186 'host/host_script_object.cc', |
| 187 'host/host_script_object.h', |
| 184 ], | 188 ], |
| 185 'conditions': [ | 189 'conditions': [ |
| 186 ['OS=="mac"', { | 190 ['OS=="mac"', { |
| 187 'mac_bundle': 1, | 191 'mac_bundle': 1, |
| 188 'xcode_settings': { | 192 'xcode_settings': { |
| 189 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', | 193 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', |
| 190 'INFOPLIST_FILE': 'host/host_plugin-Info.plist', | 194 'INFOPLIST_FILE': 'host/host_plugin-Info.plist', |
| 191 'INFOPLIST_PREPROCESS': 'YES', | 195 'INFOPLIST_PREPROCESS': 'YES', |
| 192 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'HOST_PLUGIN_MIME_TYPE=<(host_
plugin_mime_type)', | 196 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'HOST_PLUGIN_MIME_TYPE=<(host_
plugin_mime_type)', |
| 193 'WRAPPER_EXTENSION': '<(plugin_extension)', | 197 'WRAPPER_EXTENSION': '<(plugin_extension)', |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 ], # end of 'conditions' | 783 ], # end of 'conditions' |
| 780 }, # end of target 'remoting_unittests' | 784 }, # end of target 'remoting_unittests' |
| 781 ], # end of targets | 785 ], # end of targets |
| 782 } | 786 } |
| 783 | 787 |
| 784 # Local Variables: | 788 # Local Variables: |
| 785 # tab-width:2 | 789 # tab-width:2 |
| 786 # indent-tabs-mode:nil | 790 # indent-tabs-mode:nil |
| 787 # End: | 791 # End: |
| 788 # vim: set expandtab tabstop=2 shiftwidth=2: | 792 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |