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

Unified Diff: components/content_settings.gypi

Issue 518803009: Move content_settings_pattern and content_settings_pattern_parser to the content_settings component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | components/content_settings/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings.gypi
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index 5816e788b17e19309b2afb19b62de80fbd775e96..b24ee34719944edd0328f395912f1d83ec7e90df 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -7,13 +7,22 @@
{
# GN version: //components/content_settings/core/common
'target_name': 'content_settings_core_common',
- 'type': 'none',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
+ ],
'variables': { 'enable_wexit_time_destructors': 1, },
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'content_settings/core/common/content_settings_pattern.cc',
+ 'content_settings/core/common/content_settings_pattern.h',
+ 'content_settings/core/common/content_settings_pattern_parser.cc',
+ 'content_settings/core/common/content_settings_pattern_parser.h',
'content_settings/core/common/content_settings_types.h',
],
},
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | components/content_settings/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698