Use a dedicated message to inform the web-app of the connection type.
[chromium-blink-merge.git] / components / infobars.gypi
blob6a9692e10d0fc68018f9bfc65067f688bbaae03b
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {
8       # GN version: //components/infobars/core
9       'target_name': 'infobars_core',
10       'type': 'static_library',
11       'include_dirs': [
12         '..',
13       ],
14       'dependencies': [
15         '../base/base.gyp:base',
16         '../skia/skia.gyp:skia',
17         '../ui/gfx/gfx.gyp:gfx',
18         '../ui/strings/ui_strings.gyp:ui_strings',
19       ],
20       'export_dependent_settings': [
21         '../skia/skia.gyp:skia',
22       ],
23       'sources': [
24         # Note: sources duplicated in GN build.
25         'infobars/core/confirm_infobar_delegate.cc',
26         'infobars/core/confirm_infobar_delegate.h',
27         'infobars/core/infobar.cc',
28         'infobars/core/infobar.h',
29         'infobars/core/infobar_android.cc',
30         'infobars/core/infobar_container.cc',
31         'infobars/core/infobar_container.h',
32         'infobars/core/infobar_delegate.cc',
33         'infobars/core/infobar_delegate.h',
34         'infobars/core/infobar_manager.cc',
35         'infobars/core/infobar_manager.h',
36         'infobars/core/infobars_switches.cc',
37         'infobars/core/infobars_switches.h',
38       ],
39     },
40     {
41       # GN version: //components/infobars/test:test_support
42       'target_name': 'infobars_test_support',
43       'type': 'static_library',
44       'include_dirs': [
45         '..',
46       ],
47       'dependencies': [
48         '../base/base.gyp:base',
49         '../skia/skia.gyp:skia',
50       ],
51       'sources': [
52         # Note: sources list duplicated in GN build.
53         'infobars/test/infobar_test.cc',
54       ],
55     },
56   ],