| 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 'remoting_audio': 0, | 10 'remoting_audio': 0, |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'variables': { | 265 'variables': { |
| 266 'bundle_id': 'org.chromium.remoting.host_uninstaller', | 266 'bundle_id': 'org.chromium.remoting.host_uninstaller', |
| 267 'bundle_name': 'Chromoting Host Uninstaller', | 267 'bundle_name': 'Chromoting Host Uninstaller', |
| 268 }, | 268 }, |
| 269 }], | 269 }], |
| 270 ], | 270 ], |
| 271 'dependencies': [ | 271 'dependencies': [ |
| 272 '<(DEPTH)/base/base.gyp:base', | 272 '<(DEPTH)/base/base.gyp:base', |
| 273 ], | 273 ], |
| 274 'sources': [ | 274 'sources': [ |
| 275 'host/constants_mac.cc', |
| 276 'host/constants_mac.h', |
| 275 'host/installer/mac/uninstaller/remoting_uninstaller.h', | 277 'host/installer/mac/uninstaller/remoting_uninstaller.h', |
| 276 'host/installer/mac/uninstaller/remoting_uninstaller.mm', | 278 'host/installer/mac/uninstaller/remoting_uninstaller.mm', |
| 279 'host/installer/mac/uninstaller/remoting_uninstaller_app.h', |
| 280 'host/installer/mac/uninstaller/remoting_uninstaller_app.mm', |
| 277 ], | 281 ], |
| 278 'xcode_settings': { | 282 'xcode_settings': { |
| 279 'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstall
er-Info.plist', | 283 'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstall
er-Info.plist', |
| 280 'INFOPLIST_PREPROCESS': 'YES', | 284 'INFOPLIST_PREPROCESS': 'YES', |
| 281 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)
" VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun
dle_id)" COPYRIGHT_BY="<(copyright_by)"', | 285 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)
" VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun
dle_id)" COPYRIGHT_BY="<(copyright_by)"', |
| 282 }, | 286 }, |
| 283 'mac_bundle_resources': [ | 287 'mac_bundle_resources': [ |
| 284 'host/installer/mac/uninstaller/remoting_uninstaller.icns', | 288 'host/installer/mac/uninstaller/remoting_uninstaller.icns', |
| 285 'host/installer/mac/uninstaller/remoting_uninstaller.xib', | 289 'host/installer/mac/uninstaller/remoting_uninstaller.xib', |
| 286 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist', | 290 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist', |
| (...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1790 '../base/allocator/allocator.gyp:allocator', | 1794 '../base/allocator/allocator.gyp:allocator', |
| 1791 ], | 1795 ], |
| 1792 }, | 1796 }, |
| 1793 ], | 1797 ], |
| 1794 ], | 1798 ], |
| 1795 }], | 1799 }], |
| 1796 ], # end of 'conditions' | 1800 ], # end of 'conditions' |
| 1797 }, # end of target 'remoting_unittests' | 1801 }, # end of target 'remoting_unittests' |
| 1798 ], # end of targets | 1802 ], # end of targets |
| 1799 } | 1803 } |
| OLD | NEW |