summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 02:06:16 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 02:06:16 +0000
commitb23427553edd7e39f2cbd78ab169d3440c61d248 (patch)
tree0ae23cf9da956488052d2988b21454d127972990 /build
parent337e80fe8bbe234f428af00732af95cbbf433c8f (diff)
downloadchromium_src-b23427553edd7e39f2cbd78ab169d3440c61d248.zip
chromium_src-b23427553edd7e39f2cbd78ab169d3440c61d248.tar.gz
chromium_src-b23427553edd7e39f2cbd78ab169d3440c61d248.tar.bz2
Add gyp-generated bspatch (used by setup.exe) and bsdiff.
BUG=none TEST=none Review URL: http://codereview.chromium.org/115778 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 1c94fa2..e3544f9 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -61,11 +61,13 @@
}],
['OS=="win"', {
'dependencies': [
- '../sandbox/sandbox.gyp:*',
+ '../breakpad/breakpad.gyp:*',
'../courgette/courgette.gyp:*',
+ '../sandbox/sandbox.gyp:*',
+ '../third_party/bsdiff/bsdiff.gyp:*',
+ '../third_party/bspatch/bspatch.gyp:*',
'../webkit/activex_shim/activex_shim.gyp:*',
'../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
- '../breakpad/breakpad.gyp:*',
'../gears/gears.gyp:*',
],
}, {