diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 08:22:47 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 08:22:47 +0000 |
commit | 06ab83c188942061620a6e88e03a939bb0ffb3b7 (patch) | |
tree | 57f58ebc95011539dfd664f85929ab33e169fd39 /athena/athena.gyp | |
parent | 3c08a8b453a35715e70bae92e11065b937885920 (diff) | |
download | chromium_src-06ab83c188942061620a6e88e03a939bb0ffb3b7.zip chromium_src-06ab83c188942061620a6e88e03a939bb0ffb3b7.tar.gz chromium_src-06ab83c188942061620a6e88e03a939bb0ffb3b7.tar.bz2 |
Adds an item for loaded app.
A big todo is to load the icon correctly. extension_icon_image
is still under chrome/browser for multiple reasons.
BUG=380421
R=jamescook@chromium.org, oshima@chromium.org
TBR=miket@chromium.org
TEST=manually
Review URL: https://codereview.chromium.org/336263002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r-- | athena/athena.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp index b6ecb87..360dd1c 100644 --- a/athena/athena.gyp +++ b/athena/athena.gyp @@ -59,7 +59,7 @@ }, { 'target_name': 'athena_content_lib', - 'type': '<(component)', + 'type': 'static_library', 'dependencies': [ 'athena_lib', '../content/content.gyp:content_browser', |