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

Unified Diff: components/content_settings.gypi

Issue 430813004: Componentize content_settings_provider.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file Created 6 years, 5 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
Index: components/content_settings.gypi
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index 478aa866f1a17912f27d32768b74b5c97edd4beb..ee52e6de2ad6e91ee4c453acdd03365eb2183eef 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -16,5 +16,17 @@
'content_settings/core/common/content_settings_types.h',
],
},
+ {
+ # GN version: //components/content_settings/core/browser
+ 'target_name': 'content_settings_core_browser',
+ 'type': 'none',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'content_settings/core/browser/content_settings_provider.h',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698