summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 05:31:48 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 05:31:48 +0000
commit665a25f57ff6b21be3f6a87755ab784d6c18f9e5 (patch)
treea426362f544f5a4aae2a7251f360186b9cb0539c /build/all.gyp
parentc944a1e065f1778aa9de126ebdda1514c21634ae (diff)
downloadchromium_src-665a25f57ff6b21be3f6a87755ab784d6c18f9e5.zip
chromium_src-665a25f57ff6b21be3f6a87755ab784d6c18f9e5.tar.gz
chromium_src-665a25f57ff6b21be3f6a87755ab784d6c18f9e5.tar.bz2
Moving activex shim to gyp.
Review URL: http://codereview.chromium.org/62089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 758a49f..995e690 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -50,6 +50,8 @@
['OS=="win"', {
'dependencies': [
'../sandbox/sandbox.gyp:*',
+ '../webkit/activex_shim/activex_shim.gyp:*',
+ '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
'temp_gyp/breakpad.gyp:*',
],
}, {