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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11359133: Add default icon to app_host.exe, and use it in shortcuts during installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renaming GetChromiumIconString() => GetChromiumIconLocation(). Created 8 years, 1 month 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 | « chrome/browser/ui/browser.cc ('k') | chrome/installer/setup/install_worker.cc » ('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 (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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 }, 872 },
873 'dependencies': [ 873 'dependencies': [
874 '<(DEPTH)/base/base.gyp:base', 874 '<(DEPTH)/base/base.gyp:base',
875 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources', 875 '<(DEPTH)/chrome/chrome.gyp:chrome_version_resources',
876 '<(DEPTH)/chrome/chrome.gyp:launcher_support', 876 '<(DEPTH)/chrome/chrome.gyp:launcher_support',
877 '<(DEPTH)/google_update/google_update.gyp:google_update', 877 '<(DEPTH)/google_update/google_update.gyp:google_update',
878 ], 878 ],
879 'sources': [ 879 'sources': [
880 'browser/extensions/app_host/app_host.rc', 880 'browser/extensions/app_host/app_host.rc',
881 'browser/extensions/app_host/app_host_main.cc', 881 'browser/extensions/app_host/app_host_main.cc',
882 'browser/extensions/app_host/app_host_resource.h',
882 'browser/extensions/app_host/binaries_installer.cc', 883 'browser/extensions/app_host/binaries_installer.cc',
883 'browser/extensions/app_host/binaries_installer.h', 884 'browser/extensions/app_host/binaries_installer.h',
884 'browser/extensions/app_host/update.cc', 885 'browser/extensions/app_host/update.cc',
885 'browser/extensions/app_host/update.h', 886 'browser/extensions/app_host/update.h',
886 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', 887 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
887 ], 888 ],
888 }, 889 },
889 ], 890 ],
890 }, ], # 'OS=="win"' 891 }, ], # 'OS=="win"'
891 ], # 'conditions' 892 ], # 'conditions'
892 } 893 }
893 894
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698