OLD | NEW |
1 | 1 |
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 # TODO(dmaclach): can we pick this up some other way? Right now it's | 8 # TODO(dmaclach): can we pick this up some other way? Right now it's |
9 # duplicated from chrome.gyp | 9 # duplicated from chrome.gyp |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'webapp/xhr.js', | 161 'webapp/xhr.js', |
162 'resources/chromoting16.png', | 162 'resources/chromoting16.png', |
163 'resources/chromoting48.png', | 163 'resources/chromoting48.png', |
164 'resources/chromoting128.png', | 164 'resources/chromoting128.png', |
165 'resources/disclosure_arrow_down.png', | 165 'resources/disclosure_arrow_down.png', |
166 'resources/disclosure_arrow_right.png', | 166 'resources/disclosure_arrow_right.png', |
167 'resources/infographic_my_computers.png', | 167 'resources/infographic_my_computers.png', |
168 'resources/infographic_remote_assistance.png', | 168 'resources/infographic_remote_assistance.png', |
169 'resources/tick.png', | 169 'resources/tick.png', |
170 ], | 170 ], |
171 'remoting_host_installer_mac_root': 'host/installer/mac/', | 171 'remoting_host_installer_mac_roots': [ |
| 172 'host/installer/mac/', |
| 173 '<(DEPTH)/chrome/installer/mac/', |
| 174 ], |
172 'remoting_host_installer_mac_files': [ | 175 'remoting_host_installer_mac_files': [ |
173 'host/installer/mac/do_signing.sh', | 176 'host/installer/mac/do_signing.sh', |
174 'host/installer/mac/ChromotingHost.packproj', | 177 'host/installer/mac/ChromotingHost.packproj', |
175 'host/installer/mac/ChromotingHostService.packproj', | 178 'host/installer/mac/ChromotingHostService.packproj', |
176 'host/installer/mac/ChromotingHostUninstaller.packproj', | 179 'host/installer/mac/ChromotingHostUninstaller.packproj', |
177 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', | 180 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', |
178 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', | 181 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
', |
179 'host/installer/mac/Scripts/keystone_install.sh', | 182 'host/installer/mac/Scripts/keystone_install.sh', |
180 'host/installer/mac/Scripts/remoting_postflight.sh', | 183 'host/installer/mac/Scripts/remoting_postflight.sh', |
181 'host/installer/mac/Scripts/remoting_preflight.sh', | 184 'host/installer/mac/Scripts/remoting_preflight.sh', |
182 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip', | 185 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg.zip', |
| 186 '<(DEPTH)/chrome/installer/mac/pkg-dmg', |
183 ], | 187 ], |
184 }, | 188 }, |
185 | 189 |
186 'target_defaults': { | 190 'target_defaults': { |
187 'defines': [ | 191 'defines': [ |
188 ], | 192 ], |
189 'include_dirs': [ | 193 'include_dirs': [ |
190 '..', # Root of Chrome checkout | 194 '..', # Root of Chrome checkout |
191 ], | 195 ], |
192 }, | 196 }, |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 'temp_dir': '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting-me2me-ho
st', | 319 'temp_dir': '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting-me2me-ho
st', |
316 'zip_path': '<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip', | 320 'zip_path': '<(PRODUCT_DIR)/remoting-me2me-host-<(OS).zip', |
317 'generated_files': [ | 321 'generated_files': [ |
318 '<(PRODUCT_DIR)/remoting_me2me_host', | 322 '<(PRODUCT_DIR)/remoting_me2me_host', |
319 '<(PRODUCT_DIR)/remoting_host_uninstaller.app', | 323 '<(PRODUCT_DIR)/remoting_host_uninstaller.app', |
320 ], | 324 ], |
321 'generated_files_dst': [ | 325 'generated_files_dst': [ |
322 'PrivilegedHelperTools/org.chromium.chromoting.me2me_host', | 326 'PrivilegedHelperTools/org.chromium.chromoting.me2me_host', |
323 'Applications/<(host_uninstaller_name).app', | 327 'Applications/<(host_uninstaller_name).app', |
324 ], | 328 ], |
325 'source_files_root': '<(remoting_host_installer_mac_root)', | |
326 'source_files': [ | 329 'source_files': [ |
327 '<@(remoting_host_installer_mac_files)', | 330 '<@(remoting_host_installer_mac_files)', |
328 ], | 331 ], |
329 'defs': [ | 332 'defs': [ |
330 'VERSION=<(version_full)', | 333 'VERSION=<(version_full)', |
331 'VERSION_SHORT=<(version_short)', | 334 'VERSION_SHORT=<(version_short)', |
332 'VERSION_MAJOR=<!(python <(version_py_path) -f <(version_path) -
t "@MAJOR@")', | 335 'VERSION_MAJOR=<!(python <(version_py_path) -f <(version_path) -
t "@MAJOR@")', |
333 'VERSION_MINOR=<!(python <(version_py_path) -f <(version_path) -
t "@MINOR@")', | 336 'VERSION_MINOR=<!(python <(version_py_path) -f <(version_path) -
t "@MINOR@")', |
334 'COPYRIGHT_BY=<(copyright_by)', | 337 'COPYRIGHT_BY=<(copyright_by)', |
335 'HOST_NAME=<(host_name)', | 338 'HOST_NAME=<(host_name)', |
(...skipping 12 matching lines...) Expand all Loading... |
348 '<@(_source_files)', | 351 '<@(_source_files)', |
349 ], | 352 ], |
350 'outputs': [ | 353 'outputs': [ |
351 '<(_zip_path)', | 354 '<(_zip_path)', |
352 ], | 355 ], |
353 'action': [ | 356 'action': [ |
354 'python', | 357 'python', |
355 'host/installer/build-installer-archive.py', | 358 'host/installer/build-installer-archive.py', |
356 '<(_temp_dir)', | 359 '<(_temp_dir)', |
357 '<(_zip_path)', | 360 '<(_zip_path)', |
358 '<(_source_files_root)', | 361 '--source-file-roots', |
| 362 '<@(remoting_host_installer_mac_roots)', |
359 '--source-files', | 363 '--source-files', |
360 '<@(_source_files)', | 364 '<@(_source_files)', |
361 '--generated-files', | 365 '--generated-files', |
362 '<@(_generated_files)', | 366 '<@(_generated_files)', |
363 '--generated-files-dst', | 367 '--generated-files-dst', |
364 '<@(_generated_files_dst)', | 368 '<@(_generated_files_dst)', |
365 '--defs', | 369 '--defs', |
366 '<@(_defs)', | 370 '<@(_defs)', |
367 ], | 371 ], |
368 }, | 372 }, |
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1596 '../base/allocator/allocator.gyp:allocator', | 1600 '../base/allocator/allocator.gyp:allocator', |
1597 ], | 1601 ], |
1598 }, | 1602 }, |
1599 ], | 1603 ], |
1600 ], | 1604 ], |
1601 }], | 1605 }], |
1602 ], # end of 'conditions' | 1606 ], # end of 'conditions' |
1603 }, # end of target 'remoting_unittests' | 1607 }, # end of target 'remoting_unittests' |
1604 ], # end of targets | 1608 ], # end of targets |
1605 } | 1609 } |
OLD | NEW |