Commit db16bf7f authored by oshima@chromium.org's avatar oshima@chromium.org

Include athena_resource in unit tests

Added reminder message for ash_resources so that we don't forget to remove it when it becomes unnecessary.

BUG=None
R=abodenha@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284093 0039d316-1c4b-4281-b951-d872f2087c98
parent 3cf447cc
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
'../skia/skia.gyp:skia', '../skia/skia.gyp:skia',
'athena_lib', 'athena_lib',
'athena_test_support', 'athena_test_support',
'resources/athena_resources.gyp:athena_resources',
], ],
'sources': [ 'sources': [
'test/athena_unittests.cc', 'test/athena_unittests.cc',
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
'../athena.gyp:athena_content_lib', '../athena.gyp:athena_content_lib',
'../resources/athena_resources.gyp:athena_resources', '../resources/athena_resources.gyp:athena_resources',
'../../apps/shell/app_shell.gyp:app_shell_lib', '../../apps/shell/app_shell.gyp:app_shell_lib',
# debug_widow.cc depends on this. Remove this once debug_window
# is removed.
'../../ash/ash_resources.gyp:ash_resources', '../../ash/ash_resources.gyp:ash_resources',
'../../chromeos/chromeos.gyp:power_manager_proto', '../../chromeos/chromeos.gyp:power_manager_proto',
'../../components/components.gyp:autocomplete', '../../components/components.gyp:autocomplete',
......
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