OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'search', | 8 # GN version: //components/content_settings/core/common |
9 'type': 'static_library', | 9 'target_name': 'content_settings_core_common', |
10 'dependencies': [ | 10 'type': 'none', |
11 '../base/base.gyp:base' | |
12 ], | |
13 'include_dirs': [ | 11 'include_dirs': [ |
14 '..', | 12 '..', |
15 ], | 13 ], |
16 'sources': [ | 14 'sources': [ |
17 'search/search.cc', | 15 # Note: sources list duplicated in GN build. |
18 'search/search.h', | 16 'content_settings/core/common/content_settings_types.h', |
19 'search/search_switches.cc', | |
20 'search/search_switches.h', | |
21 ], | 17 ], |
22 }, | 18 }, |
23 ], | 19 ], |
24 } | 20 } |
OLD | NEW |