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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10905238: If Chrome Binaries version > App Host version, then update App Host. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Including version info in app_hosts.exe; making GetChromePathForInstallationLevel() check Chrome in… Created 8 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 unified diff | Download patch
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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 '<(DEPTH)/chrome/chrome.gyp:launcher_support', 805 '<(DEPTH)/chrome/chrome.gyp:launcher_support',
806 '<(DEPTH)/google_update/google_update.gyp:google_update', 806 '<(DEPTH)/google_update/google_update.gyp:google_update',
807 ], 807 ],
808 'sources': [ 808 'sources': [
809 'browser/extensions/app_host/app_host.rc', 809 'browser/extensions/app_host/app_host.rc',
810 'browser/extensions/app_host/app_host_main.cc', 810 'browser/extensions/app_host/app_host_main.cc',
811 'browser/extensions/app_host/binaries_installer.cc', 811 'browser/extensions/app_host/binaries_installer.cc',
812 'browser/extensions/app_host/binaries_installer.h', 812 'browser/extensions/app_host/binaries_installer.h',
813 'browser/extensions/app_host/binaries_installer_internal.cc', 813 'browser/extensions/app_host/binaries_installer_internal.cc',
814 'browser/extensions/app_host/binaries_installer_internal.h', 814 'browser/extensions/app_host/binaries_installer_internal.h',
815 'browser/extensions/app_host/update.cc',
816 'browser/extensions/app_host/update.h',
817 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
815 ], 818 ],
816 }, 819 },
817 ], 820 ],
818 }, ], # 'OS=="win"' 821 }, ], # 'OS=="win"'
819 ], # 'conditions' 822 ], # 'conditions'
820 } 823 }
821 824
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698