summaryrefslogtreecommitdiffstats
path: root/components/network_hints.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'components/network_hints.gypi')
-rw-r--r--components/network_hints.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/network_hints.gypi b/components/network_hints.gypi
index 418d79e..a828c9f 100644
--- a/components/network_hints.gypi
+++ b/components/network_hints.gypi
@@ -7,6 +7,9 @@
{
# GN version: //components/network_hints/common
'target_name': 'network_hints_common',
+
+ 'defines': [ 'URL_PARAM_TRAITS_FIX' ],
+
'type': 'static_library',
'include_dirs': [
'..',
@@ -14,6 +17,7 @@
'dependencies': [
'../base/base.gyp:base',
'../ui/accessibility/accessibility.gyp:accessibility',
+ '../url/ipc/url_ipc.gyp:url_ipc',
],
'sources': [
'network_hints/common/network_hints_common.cc',