| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'variables': { | 257 'variables': { |
| 258 'bundle_id': 'org.chromium.remoting.host_uninstaller', | 258 'bundle_id': 'org.chromium.remoting.host_uninstaller', |
| 259 'bundle_name': 'Chromoting Host Uninstaller', | 259 'bundle_name': 'Chromoting Host Uninstaller', |
| 260 }, | 260 }, |
| 261 }], | 261 }], |
| 262 ], | 262 ], |
| 263 'dependencies': [ | 263 'dependencies': [ |
| 264 '<(DEPTH)/base/base.gyp:base', | 264 '<(DEPTH)/base/base.gyp:base', |
| 265 ], | 265 ], |
| 266 'sources': [ | 266 'sources': [ |
| 267 'host/constants_mac.cc', |
| 268 'host/constants_mac.h', |
| 267 'host/installer/mac/uninstaller/remoting_uninstaller.h', | 269 'host/installer/mac/uninstaller/remoting_uninstaller.h', |
| 268 'host/installer/mac/uninstaller/remoting_uninstaller.mm', | 270 'host/installer/mac/uninstaller/remoting_uninstaller.mm', |
| 271 'host/installer/mac/uninstaller/remoting_uninstaller_app.h', |
| 272 'host/installer/mac/uninstaller/remoting_uninstaller_app.mm', |
| 269 ], | 273 ], |
| 270 'xcode_settings': { | 274 'xcode_settings': { |
| 271 'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstall
er-Info.plist', | 275 'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstall
er-Info.plist', |
| 272 'INFOPLIST_PREPROCESS': 'YES', | 276 'INFOPLIST_PREPROCESS': 'YES', |
| 273 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)
" VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun
dle_id)" COPYRIGHT_BY="<(copyright_by)"', | 277 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)
" VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun
dle_id)" COPYRIGHT_BY="<(copyright_by)"', |
| 274 }, | 278 }, |
| 275 'mac_bundle_resources': [ | 279 'mac_bundle_resources': [ |
| 276 'host/installer/mac/uninstaller/remoting_uninstaller.icns', | 280 'host/installer/mac/uninstaller/remoting_uninstaller.icns', |
| 277 'host/installer/mac/uninstaller/remoting_uninstaller.xib', | 281 'host/installer/mac/uninstaller/remoting_uninstaller.xib', |
| 278 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist', | 282 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist', |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1772 '../base/allocator/allocator.gyp:allocator', | 1776 '../base/allocator/allocator.gyp:allocator', |
| 1773 ], | 1777 ], |
| 1774 }, | 1778 }, |
| 1775 ], | 1779 ], |
| 1776 ], | 1780 ], |
| 1777 }], | 1781 }], |
| 1778 ], # end of 'conditions' | 1782 ], # end of 'conditions' |
| 1779 }, # end of target 'remoting_unittests' | 1783 }, # end of target 'remoting_unittests' |
| 1780 ], # end of targets | 1784 ], # end of targets |
| 1781 } | 1785 } |
| OLD | NEW |