diff options
Diffstat (limited to 'components/infobars.gypi')
-rw-r--r-- | components/infobars.gypi | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/components/infobars.gypi b/components/infobars.gypi new file mode 100644 index 0000000..7ca15b5 --- /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', + ], + }, + ], +} |