From aee1dbdee8399a95bf2fcbbb6b78771ca5b83062 Mon Sep 17 00:00:00 2001 From: "bryeung@chromium.org" Date: Tue, 4 Jan 2011 21:27:11 +0000 Subject: This fixes resource loading for the virtual keyboard. BUG=none TEST=the keyboard no longer 404s in touchui builds Review URL: http://codereview.chromium.org/5977007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70447 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b58992af..2cd3079 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -59,7 +59,7 @@ # These resources end up in resources.pak because they are resources # used by internal pages. Putting them in a spearate pak file makes # it easier for us to reference them internally. - 'browser/resources/bookmark_manager_resources.grd', + 'browser/resources/component_extension_resources.grd', 'browser/resources/net_internals_resources.grd', 'browser/resources/shared_resources.grd' ], @@ -482,6 +482,9 @@ ['use_titlecase_in_grd_files==1', { 'action': ['-D', 'use_titlecase'], }], + ['touchui==1', { + 'action': ['-D', 'touchui'], + }], ], 'message': 'Generating resources from <(RULE_INPUT_PATH)', }, @@ -1542,7 +1545,7 @@ 'action_name': 'repack_resources', 'variables': { 'pak_inputs': [ - '<(grit_out_dir)/bookmark_manager_resources.pak', + '<(grit_out_dir)/component_extension_resources.pak', '<(grit_out_dir)/net_internals_resources.pak', '<(grit_out_dir)/shared_resources.pak', ], -- cgit v1.1