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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 10446111: Abstract suffixing logic away from GetApplicationName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index c6ea69ce0e7c7900c483c9dd9fcd1001e706e5b0..6af80bd59ccf2d8b04d56feb17c89aac7a0a5527 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -73,6 +73,8 @@
'installer/util/self_reg_work_item.h',
'installer/util/set_reg_value_work_item.cc',
'installer/util/set_reg_value_work_item.h',
+ 'installer/util/shell_util.cc',
+ 'installer/util/shell_util.h',
'installer/util/util_constants.cc',
'installer/util/util_constants.h',
'installer/util/wmi.cc',
@@ -141,8 +143,6 @@
'installer/util/product_operations.h',
'installer/util/self_cleaning_temp_dir.cc',
'installer/util/self_cleaning_temp_dir.h',
- 'installer/util/shell_util.cc',
- 'installer/util/shell_util.h',
],
'conditions': [
['component=="shared_library"', {

Powered by Google App Engine
This is Rietveld 408576698