diff options
author | jif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 17:23:28 +0000 |
---|---|---|
committer | jif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 17:23:28 +0000 |
commit | bb6145c6a501b426f31fe320ccfb78590a2cc2e1 (patch) | |
tree | 0360526f8a99ebe0bb8351fcbc3a6869de64cb51 /components/favicon.gypi | |
parent | cc7ec69533488692dc10fbefee96608805dcf796 (diff) | |
download | chromium_src-bb6145c6a501b426f31fe320ccfb78590a2cc2e1.zip chromium_src-bb6145c6a501b426f31fe320ccfb78590a2cc2e1.tar.gz chromium_src-bb6145c6a501b426f31fe320ccfb78590a2cc2e1.tar.bz2 |
Moved favicon_handler_delegate.h to a new component directory.
BUG=359084
Review URL: https://codereview.chromium.org/226183003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r-- | components/favicon.gypi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi new file mode 100644 index 0000000..32ec54b --- /dev/null +++ b/components/favicon.gypi @@ -0,0 +1,15 @@ +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'targets': [ + { + 'target_name': 'favicon_core', + 'type': 'none', + 'sources': [ + 'favicon/core/favicon_handler_delegate.h', + ], + }, + ], +} |