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

Unified Diff: chrome/app/app_mode-Info.plist

Issue 585123004: Mac: Give app_shim code a nicer home (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various cleanups Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_shim/unix_domain_socket_acceptor.cc ('k') | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/app_mode-Info.plist
diff --git a/chrome/app/app_mode-Info.plist b/chrome/app/app_mode-Info.plist
deleted file mode 100644
index 1ca1b958f2a381db94930de03686420f0a6e9c9e..0000000000000000000000000000000000000000
--- a/chrome/app/app_mode-Info.plist
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string>app.icns</string>
- <key>CFBundleIdentifier</key>
- <string>${APP_MODE_APP_BUNDLE_ID}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>@APP_MODE_SHORTCUT_ID@</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CrAppModeShortcutID</key>
- <string>@APP_MODE_SHORTCUT_ID@</string>
- <key>CrAppModeShortcutName</key>
- <string>@APP_MODE_SHORTCUT_NAME@</string>
- <key>CrAppModeShortcutURL</key>
- <string>@APP_MODE_SHORTCUT_URL@</string>
- <key>CrBundleIdentifier</key>
- <string>@APP_MODE_BROWSER_BUNDLE_ID@</string>
- <key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
- <key>NSAppleScriptEnabled</key>
- <true/>
-</dict>
-</plist>
« no previous file with comments | « apps/app_shim/unix_domain_socket_acceptor.cc ('k') | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698