From b15b5e32959926441c298a89c843293c52de75e2 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Sat, 8 Jan 2011 01:07:52 +0000 Subject: Fix grit dependencies for chromeos, touchui, and toolkit_views. We weren't passing in the grit defines to grit_info.py, so we weren't getting the dependencies behind blocks included in the Makefile. BUG=68028 Review URL: http://codereview.chromium.org/6109003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70822 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/gfx.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gfx') diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index c24e5a0..824e9b0 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -5,7 +5,8 @@ { 'variables': { 'chromium_code': 1, - 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], + 'grit_info_cmd': ['python', '../tools/grit/grit_info.py', + '<@(grit_defines)'], 'grit_cmd': ['python', '../tools/grit/grit.py'], 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', }, -- cgit v1.1