Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Side by Side Diff: remoting/remoting_host_mac.gypi

Issue 1073883002: Change logging to syslog; fix CRD in Yosemite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/logging_posix.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_host_installer_mac_roots': [ 7 'remoting_host_installer_mac_roots': [
8 'host/installer/mac/', 8 'host/installer/mac/',
9 '<(DEPTH)/chrome/installer/mac/', 9 '<(DEPTH)/chrome/installer/mac/',
10 ], 10 ],
11 'remoting_host_installer_mac_files': [ 11 'remoting_host_installer_mac_files': [
12 'host/installer/mac/do_signing.sh', 12 'host/installer/mac/do_signing.sh',
13 'host/installer/mac/do_signing.props', 13 'host/installer/mac/do_signing.props',
14 'host/installer/mac/ChromotingHost.pkgproj', 14 'host/installer/mac/ChromotingHost.pkgproj',
15 'host/installer/mac/ChromotingHostService.pkgproj', 15 'host/installer/mac/ChromotingHostService.pkgproj',
16 'host/installer/mac/ChromotingHostUninstaller.pkgproj', 16 'host/installer/mac/ChromotingHostUninstaller.pkgproj',
17 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist', 17 'host/installer/mac/LaunchAgents/org.chromium.chromoting.plist',
18 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh ', 18 'host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh ',
19 'host/installer/mac/Config/org.chromium.chromoting.conf',
20 'host/installer/mac/Scripts/keystone_install.sh', 19 'host/installer/mac/Scripts/keystone_install.sh',
21 'host/installer/mac/Scripts/remoting_postflight.sh', 20 'host/installer/mac/Scripts/remoting_postflight.sh',
22 'host/installer/mac/Scripts/remoting_preflight.sh', 21 'host/installer/mac/Scripts/remoting_preflight.sh',
23 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg', 22 'host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg',
24 '<(DEPTH)/chrome/installer/mac/pkg-dmg', 23 '<(DEPTH)/chrome/installer/mac/pkg-dmg',
25 ], 24 ],
26 }, 25 },
27 26
28 'targets': [ 27 'targets': [
29 { 28 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'variables': { 247 'variables': {
249 # A real .dSYM is needed for dump_syms to operate on. 248 # A real .dSYM is needed for dump_syms to operate on.
250 'mac_real_dsym': 1, 249 'mac_real_dsym': 1,
251 }, 250 },
252 }], # 'mac_breakpad==1' 251 }], # 'mac_breakpad==1'
253 ], # conditions 252 ], # conditions
254 }, # end of target 'remoting_host_prefpane' 253 }, # end of target 'remoting_host_prefpane'
255 ], # end of 'targets' 254 ], # end of 'targets'
256 255
257 } 256 }
OLDNEW
« no previous file with comments | « remoting/host/logging_posix.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698