summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.gypi
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 21:47:03 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 21:48:39 +0000
commit69a7ef786c4fd4823caa654ccd21ecc088354406 (patch)
tree0b8e2eabfba45eb02021cf6466cee4911dfbfee0 /components/dom_distiller.gypi
parent9b8535f1150f0b8dc6920ba47c8436510b302693 (diff)
downloadchromium_src-69a7ef786c4fd4823caa654ccd21ecc088354406.zip
chromium_src-69a7ef786c4fd4823caa654ccd21ecc088354406.tar.gz
chromium_src-69a7ef786c4fd4823caa654ccd21ecc088354406.tar.bz2
Add missing pref_registry dependency from dom_distiller
Otherwise, Windows Release incremental links fail with: dom_distiller_core.distilled_page_prefs.obj : error LNK2019: unresolved external symbol "public: void __thiscall user_prefs::PrefRegistrySyncable::RegisterIntegerPref(char const *,int,enum user_prefs::PrefRegistrySyncable::PrefSyncStatus)" (?RegisterIntegerPref@PrefRegistrySyncable@user_prefs@@QAEXPBDHW4PrefSyncStatus@12@@Z) referenced in function "public: static void __cdecl dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(class user_prefs::PrefRegistrySyncable *)" (?RegisterProfilePrefs@DistilledPagePrefs@dom_distiller@@SAXPAVPrefRegistrySyncable@user_prefs@@@Z) R=nyquist@chromium.org BUG=404809 Review URL: https://codereview.chromium.org/496323003 Cr-Commit-Position: refs/heads/master@{#291513} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 865ef51..3cab978 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -43,6 +43,7 @@
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'distilled_page_proto',
+ 'pref_registry',
],
'include_dirs': [
'..',