diff options
author | tfarina <tfarina@chromium.org> | 2015-02-11 14:33:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-11 22:34:30 +0000 |
commit | 9da831136513a06919b29dbc61921b8b205b0948 (patch) | |
tree | 1c3eb12e011a1f375bce88e11a271c441ca7f62e | |
parent | 1a44146d52bc1a9602af211dc40ac96ab3390e2e (diff) | |
download | chromium_src-9da831136513a06919b29dbc61921b8b205b0948.zip chromium_src-9da831136513a06919b29dbc61921b8b205b0948.tar.gz chromium_src-9da831136513a06919b29dbc61921b8b205b0948.tar.bz2 |
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}
-rw-r--r-- | chromecast/chromecast.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |