[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 8 | # GN version: //components/content_settings/core/browser |
| 9 | 'target_name': 'content_settings_core_browser', |
| 10 | 'type': 'static_library', |
| 11 | 'dependencies': [ |
| 12 | '../base/base.gyp:base', |
| 13 | 'content_settings_core_common', |
| 14 | ], |
| 15 | 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 16 | 'include_dirs': [ |
| 17 | '..', |
| 18 | ], |
| 19 | 'sources': [ |
| 20 | # Note: sources list duplicated in GN build. |
| 21 | 'content_settings/core/browser/content_settings_details.cc', |
| 22 | 'content_settings/core/browser/content_settings_details.h', |
| 23 | 'content_settings/core/browser/content_settings_observer.h', |
| 24 | 'content_settings/core/browser/content_settings_provider.h', |
mukai | 9afeee5 | 2014-09-22 19:10:51 | [diff] [blame^] | 25 | 'content_settings/core/browser/content_settings_observable_provider.cc', |
| 26 | 'content_settings/core/browser/content_settings_observable_provider.h', |
| 27 | 'content_settings/core/browser/content_settings_origin_identifier_value_map.cc', |
| 28 | 'content_settings/core/browser/content_settings_origin_identifier_value_map.h', |
vasilii | ac46139 | 2014-09-18 11:35:17 | [diff] [blame] | 29 | 'content_settings/core/browser/content_settings_rule.cc', |
| 30 | 'content_settings/core/browser/content_settings_rule.h', |
| 31 | ], |
| 32 | }, |
| 33 | { |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 34 | # GN version: //components/content_settings/core/common |
| 35 | 'target_name': 'content_settings_core_common', |
vasilii | f62dbf9 | 2014-09-05 10:23:13 | [diff] [blame] | 36 | 'type': 'static_library', |
| 37 | 'dependencies': [ |
| 38 | '../base/base.gyp:base', |
| 39 | '../net/net.gyp:net', |
| 40 | '../url/url.gyp:url_lib', |
| 41 | ], |
vasilii | 94a1f29 | 2014-09-02 10:03:04 | [diff] [blame] | 42 | 'variables': { 'enable_wexit_time_destructors': 1, }, |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 43 | 'include_dirs': [ |
| 44 | '..', |
| 45 | ], |
| 46 | 'sources': [ |
| 47 | # Note: sources list duplicated in GN build. |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 48 | 'content_settings/core/common/content_settings.cc', |
| 49 | 'content_settings/core/common/content_settings.h', |
vasilii | f62dbf9 | 2014-09-05 10:23:13 | [diff] [blame] | 50 | 'content_settings/core/common/content_settings_pattern.cc', |
| 51 | 'content_settings/core/common/content_settings_pattern.h', |
| 52 | 'content_settings/core/common/content_settings_pattern_parser.cc', |
| 53 | 'content_settings/core/common/content_settings_pattern_parser.h', |
[email protected] | 08f7101 | 2014-07-25 10:27:54 | [diff] [blame] | 54 | 'content_settings/core/common/content_settings_types.h', |
| 55 | ], |
| 56 | }, |
| 57 | ], |
| 58 | } |