From 8c47cd961a4b7fd95ce80642daafd02755dbba0d Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 15 Nov 2010 23:18:05 +0000 Subject: [PATCH] Mac: - Fix patcher target. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@137 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cef.gyp b/cef.gyp index 24cd3a90b..ace318985 100644 --- a/cef.gyp +++ b/cef.gyp @@ -219,7 +219,7 @@ 'outputs': [ 'tools/patch_source.sh.output', ], - 'action': ['', '<@(_inputs)'], + 'action': ['<@(_inputs)'], }], }], ],