| Index: components/infobars.gypi
|
| diff --git a/components/infobars.gypi b/components/infobars.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7ca15b573a2ab02274d5ff2a3e0feaab90f39a4d
|
| --- /dev/null
|
| +++ b/components/infobars.gypi
|
| @@ -0,0 +1,32 @@
|
| +# 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': 'infobars_core',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../skia/skia.gyp:skia',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| + ],
|
| + 'sources': [
|
| + 'infobars/core/infobar.cc',
|
| + 'infobars/core/infobar.h',
|
| + 'infobars/core/infobar_container.cc',
|
| + 'infobars/core/infobar_container.h',
|
| + 'infobars/core/infobar_delegate.cc',
|
| + 'infobars/core/infobar_delegate.h',
|
| + 'infobars/core/infobar_manager.cc',
|
| + 'infobars/core/infobar_manager.h',
|
| + 'infobars/core/infobars_switches.cc',
|
| + 'infobars/core/infobars_switches.h',
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|