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 # GN version: //components/content_settings/core/browser | 8 # GN version: //components/content_settings/core/browser |
9 'target_name': 'content_settings_core_browser', | 9 'target_name': 'content_settings_core_browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
13 '../base/base.gyp:base_prefs', | 13 '../base/base.gyp:base_prefs', |
14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
15 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
16 'content_settings_core_common', | 16 'content_settings_core_common', |
17 'plugins_common', | 17 'plugins_common', |
18 'pref_registry', | 18 'pref_registry', |
19 'url_formatter/url_formatter.gyp:url_formatter', | |
20 ], | 19 ], |
21 'variables': { 'enable_wexit_time_destructors': 1, }, | 20 'variables': { 'enable_wexit_time_destructors': 1, }, |
22 'include_dirs': [ | 21 'include_dirs': [ |
23 '..', | 22 '..', |
24 ], | 23 ], |
25 'sources': [ | 24 'sources': [ |
26 # Note: sources list duplicated in GN build. | 25 # Note: sources list duplicated in GN build. |
27 'content_settings/core/browser/content_settings_binary_value_map.cc', | 26 'content_settings/core/browser/content_settings_binary_value_map.cc', |
28 'content_settings/core/browser/content_settings_binary_value_map.h', | 27 'content_settings/core/browser/content_settings_binary_value_map.h', |
29 'content_settings/core/browser/content_settings_client.h', | 28 'content_settings/core/browser/content_settings_client.h', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 ], | 123 ], |
125 'sources': [ | 124 'sources': [ |
126 # Note: sources list duplicated in GN build. | 125 # Note: sources list duplicated in GN build. |
127 'content_settings/content/common/content_settings_message_generator.cc', | 126 'content_settings/content/common/content_settings_message_generator.cc', |
128 'content_settings/content/common/content_settings_message_generator.h', | 127 'content_settings/content/common/content_settings_message_generator.h', |
129 'content_settings/content/common/content_settings_messages.h', | 128 'content_settings/content/common/content_settings_messages.h', |
130 ], | 129 ], |
131 }, | 130 }, |
132 ], | 131 ], |
133 } | 132 } |
OLD | NEW |