From 9da831136513a06919b29dbc61921b8b205b0948 Mon Sep 17 00:00:00 2001 From: tfarina Date: Wed, 11 Feb 2015 14:33:49 -0800 Subject: chromecast: Fix action_name naming typo. It is just a small correction, it should be 'repack_cast_shell_pak' rather than 'repack_cast_shell_pack'. Notice the end is 'pak', because that is the term for these files and also the output is called cast_shell.pak. BUG=None TEST=cast_shell R=lcwu@chromium.org,gunsch@chromiuum.org Review URL: https://codereview.chromium.org/918573002 Cr-Commit-Position: refs/heads/master@{#315857} --- chromecast/chromecast.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromecast/chromecast.gyp') diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index 636948f..8c3e246 100644 --- a/chromecast/chromecast.gyp +++ b/chromecast/chromecast.gyp @@ -109,7 +109,7 @@ ], 'actions': [ { - 'action_name': 'repack_cast_shell_pack', + 'action_name': 'repack_cast_shell_pak', 'variables': { 'pak_inputs': [ '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak', -- cgit v1.1