Chromium Code Reviews| Index: remoting/host/installer/mac/ChromotingHostService.pkgproj |
| diff --git a/remoting/host/installer/mac/ChromotingHostService.pkgproj b/remoting/host/installer/mac/ChromotingHostService.pkgproj |
| index 4da41aa02fcae8b9b25b8c4c1644130b80fd93a5..e379a81a8b6144bb593bd28e9c2cd7ded4b74874 100644 |
| --- a/remoting/host/installer/mac/ChromotingHostService.pkgproj |
| +++ b/remoting/host/installer/mac/ChromotingHostService.pkgproj |
| @@ -321,7 +321,7 @@ |
| <key>GID</key> |
| <integer>0</integer> |
| <key>PATH</key> |
| - <string>PreferencePanes/org.chromium.chromoting.prefPane</string> |
| + <string>PreferencePanes/@@PREFPANE_BUNDLE_NAME@@</string> |
|
weitao
2014/03/06 18:54:35
Why does the pkgproj files use tabs instead of spa
|
| <key>PATH_TYPE</key> |
| <integer>1</integer> |
| <key>PERMISSIONS</key> |
| @@ -404,7 +404,7 @@ |
| <key>GID</key> |
| <integer>0</integer> |
| <key>PATH</key> |
| - <string>PrivilegedHelperTools/org.chromium.chromoting.me2me_host.app</string> |
| + <string>PrivilegedHelperTools/@@HOST_BUNDLE_NAME@@.app</string> |
| <key>PATH_TYPE</key> |
| <integer>1</integer> |
| <key>PERMISSIONS</key> |