summaryrefslogtreecommitdiffstats
path: root/athena
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-19 01:23:25 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-19 01:23:25 +0000
commita6e7e7bc2898ba9b94a4dc004f9718f72e35c10b (patch)
treedb2eb60b5dd668df8e4d19d7c553c9a7bbb8ccd5 /athena
parent3ecf8289a6e5d7e07b8e52cf1f3e40bf436e814c (diff)
downloadchromium_src-a6e7e7bc2898ba9b94a4dc004f9718f72e35c10b.zip
chromium_src-a6e7e7bc2898ba9b94a4dc004f9718f72e35c10b.tar.gz
chromium_src-a6e7e7bc2898ba9b94a4dc004f9718f72e35c10b.tar.bz2
athena: Fix for r284268.
I think someone added a usage of athena_resources after I did the patch and then I missed this on rebase. BUG=None TEST=None TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/405753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'athena')
-rw-r--r--athena/athena.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 004dded..779ea12 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -145,7 +145,7 @@
'../skia/skia.gyp:skia',
'athena_lib',
'athena_test_support',
- 'resources/athena_resources.gyp:athena_resources',
+ 'resources/athena_resources.gyp:athena_pak',
],
'sources': [
'test/athena_unittests.cc',