diff options
Diffstat (limited to 'chromium/components/infobars.gypi')
-rw-r--r-- | chromium/components/infobars.gypi | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/chromium/components/infobars.gypi b/chromium/components/infobars.gypi deleted file mode 100644 index a0e36a0052c..00000000000 --- a/chromium/components/infobars.gypi +++ /dev/null @@ -1,65 +0,0 @@ -# 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': [ - { - # GN version: //components/infobars/core - 'target_name': 'infobars_core', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'dependencies': [ - '../base/base.gyp:base', - '../skia/skia.gyp:skia', - '../ui/base/ui_base.gyp:ui_base', - '../ui/gfx/gfx.gyp:gfx', - '../ui/strings/ui_strings.gyp:ui_strings', - ], - 'export_dependent_settings': [ - '../skia/skia.gyp:skia', - ], - 'sources': [ - # Note: sources duplicated in GN build. - 'infobars/core/confirm_infobar_delegate.cc', - 'infobars/core/confirm_infobar_delegate.h', - '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', - 'infobars/core/simple_alert_infobar_delegate.cc', - 'infobars/core/simple_alert_infobar_delegate.h', - ], - 'conditions': [ - ['OS != "ios" and OS != "android"', { - 'dependencies': [ - '../ui/gfx/gfx.gyp:gfx_vector_icons', - '../ui/native_theme/native_theme.gyp:native_theme', - ], - }], - ], - }, - ], - 'conditions': [ - ['OS == "android"', { - 'targets': [ - { - 'target_name': 'infobar_delegate_java', - 'type': 'none', - 'variables': { - 'source_file': 'infobars/core/infobar_delegate.h', - }, - 'includes': [ '../build/android/java_cpp_enum.gypi' ], - }, - ], - }], - ], -} |