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

Unified Diff: chrome/chrome_installer.gypi

Issue 10546149: Factor out logic to find chrome.exe from Omaha client state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move launcher_support under chrome/installer. Created 8 years, 6 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
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 1b8cdc929f6b6726e039bf24ef62f8806e971a5c..87b745dcfe532f11bc6ccaf11279139deb423136 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -30,6 +30,7 @@
'dependencies': [
'installer_util',
'../base/base.gyp:base',
+ '../chrome/chrome.gyp:launcher_support',
'../google_update/google_update.gyp:google_update',
],
'include_dirs': [
@@ -171,6 +172,25 @@
},
},
{
+ 'target_name': 'launcher_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
grt (UTC plus 2) 2012/06/13 21:15:51 nit: de-indent two spaces here and the line below
Vitaly Buka (NO REVIEWS) 2012/06/13 21:19:10 line 178 too?
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+ 'sources': [
+ 'installer/launcher_support/chrome_launcher_support.cc',
+ 'installer/launcher_support/chrome_launcher_support.h',
+ ],
+ },
+ {
'target_name': 'mini_installer_test',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | chrome/installer/gcapi/gcapi.cc » ('j') | chrome/installer/launcher_support/chrome_launcher_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698