summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-19 13:40:52 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-19 13:40:52 +0000
commit639c5b3affe5ff059aadac9a44810dc40a9b31c4 (patch)
tree890b556220acf9843f29fc571c2959ffa467cdf7 /chrome/chrome.gyp
parent0071aed3c8badb7f21a25337c94ed6b2d4a1ed92 (diff)
downloadchromium_src-639c5b3affe5ff059aadac9a44810dc40a9b31c4.zip
chromium_src-639c5b3affe5ff059aadac9a44810dc40a9b31c4.tar.gz
chromium_src-639c5b3affe5ff059aadac9a44810dc40a9b31c4.tar.bz2
Media Galleries: Parse the iTunes preferences XML file in a sandboxed utility process.
BUG=234837 Review URL: https://chromiumcodereview.appspot.com/17027004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 1c15b0e..4fced1b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -285,10 +285,13 @@
'../base/base.gyp:base',
'../content/content.gyp:content_utility',
'../skia/skia.gyp:skia',
+ '../third_party/libxml/libxml.gyp:libxml',
],
'sources': [
'utility/chrome_content_utility_client.cc',
'utility/chrome_content_utility_client.h',
+ 'utility/itunes_pref_parser_win.cc',
+ 'utility/itunes_pref_parser_win.h',
'utility/profile_import_handler.cc',
'utility/profile_import_handler.h',
],