summaryrefslogtreecommitdiffstats
path: root/webkit/support/setup_third_party.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 07:40:11 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 07:40:11 +0000
commit4ee00de9fe594f1b11f24e3b21520f50688ad5ce (patch)
treea78d2e07aacceb1c5c17c6ee81af9b67c9752e80 /webkit/support/setup_third_party.gyp
parentc70f9b84b30986220dc58993a9a41d6fdebefac2 (diff)
downloadchromium_src-4ee00de9fe594f1b11f24e3b21520f50688ad5ce.zip
chromium_src-4ee00de9fe594f1b11f24e3b21520f50688ad5ce.tar.gz
chromium_src-4ee00de9fe594f1b11f24e3b21520f50688ad5ce.tar.bz2
Fix DRT build on Windows.
The main fix is to stub out default_plugin when building upstream. Review URL: http://codereview.chromium.org/1658012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/setup_third_party.gyp')
-rw-r--r--webkit/support/setup_third_party.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/webkit/support/setup_third_party.gyp b/webkit/support/setup_third_party.gyp
index 3b39db2..986a4ab 100644
--- a/webkit/support/setup_third_party.gyp
+++ b/webkit/support/setup_third_party.gyp
@@ -17,37 +17,37 @@
{
'destination': '<(destination)',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/)',
],
},
{
'destination': '<(destination)/gtk',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public/gtk)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/gtk/)',
],
},
{
'destination': '<(destination)/linux',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public/linux)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/linux/)',
],
},
{
'destination': '<(destination)/mac',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public/mac)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/mac/)',
],
},
{
'destination': '<(destination)/win',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public/win)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/win/)',
],
},
{
'destination': '<(destination)/x11',
'files': [
- '<!@(<(list_headers_cmd) <(DEPTH)/public/x11)',
+ '<!@(<(list_headers_cmd) <(DEPTH)/public/x11/)',
],
},
]