Skip to content

Commit

Permalink
Add WebKit and renderer resources into chrome_touch_100_percent.pak
Browse files Browse the repository at this point in the history
BUG=161797


Review URL: https://chromiumcodereview.appspot.com/11316117

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169116 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
girard@chromium.org committed Nov 21, 2012
1 parent 6e59b44 commit 889e1cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chrome/chrome_repack_chrome_touch_100_percent.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
'action_name': 'repack_chrome_touch_resources_100_percent',
'variables': {
'pak_inputs': [
'<(grit_out_dir)/renderer_resources_100_percent.pak',
'<(grit_out_dir)/theme_resources_touch_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_100_percent.pak',
],
'conditions': [
['OS != "ios"', {
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
],
}],
],
},
'inputs': [
'<(repack_path)',
Expand Down

0 comments on commit 889e1cb

Please sign in to comment.