Commit 1f6c86af authored by tfarina@chromium.org's avatar tfarina@chromium.org

athena: Rename athena_resources target to athena_pak.

That way we free a slot for when we add an athena_resources.grd.

BUG=None
TEST=None
R=oshima@chromium.org

Review URL: https://codereview.chromium.org/404683002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284268 0039d316-1c4b-4281-b951-d872f2087c98
parent 38409aec
......@@ -13,7 +13,7 @@
'dependencies': [
'../athena.gyp:athena_lib',
'../athena.gyp:athena_content_lib',
'../resources/athena_resources.gyp:athena_resources',
'../resources/athena_resources.gyp:athena_pak',
'../../apps/shell/app_shell.gyp:app_shell_lib',
# debug_widow.cc depends on this. Remove this once debug_window
# is removed.
......
......@@ -8,7 +8,7 @@
},
'targets': [
{
'target_name': 'athena_resources',
'target_name': 'athena_pak',
'type': 'none',
'dependencies': [
'../../apps/shell/app_shell.gyp:app_shell_pak',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment