summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer.gyp
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 20:59:12 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 20:59:12 +0000
commitc256c0b0e7a2ca6401528b33b325cb19a981762b (patch)
tree4f21b432be4673c51f0dc6b6e1b3264c075504b4 /chrome/installer/installer.gyp
parentba15f7a45453eaf4f4c928d0c8a572b48d6f7541 (diff)
downloadchromium_src-c256c0b0e7a2ca6401528b33b325cb19a981762b.zip
chromium_src-c256c0b0e7a2ca6401528b33b325cb19a981762b.tar.gz
chromium_src-c256c0b0e7a2ca6401528b33b325cb19a981762b.tar.bz2
Add unit tests for unpacking and patching methods.
BUG=12849 TEST=none Review URL: http://codereview.chromium.org/160623 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r--chrome/installer/installer.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index c926266..6e15398 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -20,6 +20,8 @@
'../chrome.gyp:common',
'../chrome.gyp:chrome_resources',
'../chrome.gyp:chrome_strings',
+ '../../courgette/courgette.gyp:courgette_lib',
+ '../../third_party/bspatch/bspatch.gyp:bspatch',
'../../third_party/icu38/icu38.gyp:icui18n',
'../../third_party/icu38/icu38.gyp:icuuc',
'../../third_party/libxml/libxml.gyp:libxml',
@@ -156,6 +158,7 @@
'util/helper_unittest.cc',
'util/installer_util_unittests.rc',
'util/installer_util_unittests_resource.h',
+ 'util/lzma_util_unittest.cc',
'util/master_preferences_unittest.cc',
'util/move_tree_work_item_unittest.cc',
'util/run_all_unittests.cc',
@@ -242,8 +245,6 @@
'installer_util_strings',
'../../build/util/build_util.gyp:lastchange',
'../../build/win/system.gyp:cygwin',
- '../../courgette/courgette.gyp:courgette_lib',
- '../../third_party/bspatch/bspatch.gyp:bspatch',
],
'include_dirs': [
'../..',