Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: components/content_settings.gypi

Issue 2264583003: [HBD] Map ASK to DETECT_IMPORTANT_CONTENT when PreferHtmlOverPlugins is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'content_settings/core/browser/cookie_settings.cc', 55 'content_settings/core/browser/cookie_settings.cc',
56 'content_settings/core/browser/cookie_settings.h', 56 'content_settings/core/browser/cookie_settings.h',
57 'content_settings/core/browser/host_content_settings_map.cc', 57 'content_settings/core/browser/host_content_settings_map.cc',
58 'content_settings/core/browser/host_content_settings_map.h', 58 'content_settings/core/browser/host_content_settings_map.h',
59 'content_settings/core/browser/local_shared_objects_counter.h', 59 'content_settings/core/browser/local_shared_objects_counter.h',
60 'content_settings/core/browser/website_settings_info.cc', 60 'content_settings/core/browser/website_settings_info.cc',
61 'content_settings/core/browser/website_settings_info.h', 61 'content_settings/core/browser/website_settings_info.h',
62 'content_settings/core/browser/website_settings_registry.cc', 62 'content_settings/core/browser/website_settings_registry.cc',
63 'content_settings/core/browser/website_settings_registry.h', 63 'content_settings/core/browser/website_settings_registry.h',
64 ], 64 ],
65 'conditions': [
66 ['enable_plugins == 1', {
67 'sources': [
68 'content_settings/core/browser/plugins_field_trial.cc',
69 'content_settings/core/browser/plugins_field_trial.h',
70 ],
71 }],
72 ],
73 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 65 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
74 'msvs_disabled_warnings': [4267, ], 66 'msvs_disabled_warnings': [4267, ],
75 }, 67 },
76 { 68 {
77 # GN version: //components/content_settings/core/common 69 # GN version: //components/content_settings/core/common
78 'target_name': 'content_settings_core_common', 70 'target_name': 'content_settings_core_common',
79 'type': 'static_library', 71 'type': 'static_library',
80 'dependencies': [ 72 'dependencies': [
81 '../base/base.gyp:base', 73 '../base/base.gyp:base',
82 '../net/net.gyp:net', 74 '../net/net.gyp:net',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 # Note: sources list duplicated in GN build. 131 # Note: sources list duplicated in GN build.
140 'content_settings/content/common/content_settings_message_generator. cc', 132 'content_settings/content/common/content_settings_message_generator. cc',
141 'content_settings/content/common/content_settings_message_generator. h', 133 'content_settings/content/common/content_settings_message_generator. h',
142 'content_settings/content/common/content_settings_messages.h', 134 'content_settings/content/common/content_settings_messages.h',
143 ], 135 ],
144 }, 136 },
145 ], 137 ],
146 }] 138 }]
147 ], 139 ],
148 } 140 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/content_settings/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698