summaryrefslogtreecommitdiffstats
path: root/components/content_settings.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2014-11-25 12:30:10 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-25 20:30:39 +0000
commit81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8 (patch)
tree38ce6c3a4f63bc3d56e9d04b5a2c66913b74d65d /components/content_settings.gypi
parentea1593d0862064d4ee3818abac68dc84579e346e (diff)
downloadchromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.zip
chromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.tar.gz
chromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.tar.bz2
Add more components unit tests to GN build.
This adds a lot of missing dependencies. Some of these are required to link, most of the rest are a result of running "gn check" over the affected directories. Review URL: https://codereview.chromium.org/746783002 Cr-Commit-Position: refs/heads/master@{#305687}
Diffstat (limited to 'components/content_settings.gypi')
-rw-r--r--components/content_settings.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/content_settings.gypi b/components/content_settings.gypi
index 6a66bf6..cb5b77d 100644
--- a/components/content_settings.gypi
+++ b/components/content_settings.gypi
@@ -10,7 +10,11 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
+ '../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
'content_settings_core_common',
+ 'pref_registry',
],
'variables': { 'enable_wexit_time_destructors': 1, },
'include_dirs': [