diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 04:32:00 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 04:32:00 +0000 |
commit | 62116d0bcaed1987d826b88c448d0f80fa61c93f (patch) | |
tree | a65fb439417bc79bc8d668b43d5307e35abba669 /chrome/chrome.gyp | |
parent | 0baa4a1cf74c5e4817f3a80fb5a624f0c7187d6c (diff) | |
download | chromium_src-62116d0bcaed1987d826b88c448d0f80fa61c93f.zip chromium_src-62116d0bcaed1987d826b88c448d0f80fa61c93f.tar.gz chromium_src-62116d0bcaed1987d826b88c448d0f80fa61c93f.tar.bz2 |
This issue is only a move and updates to the includes. It's contingent on 17101030.
For security reasons, we make the utility process parse the Picasa database PMP files. A pre-requisite of this is moving most of the PMP parsing code to utility/. A few items need to remain in common so that the code in browser/ can use the IPC structs and constants.
BUG=151701
R=gbillock
Review URL: https://chromiumcodereview.appspot.com/17408006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 693e76e..14d358f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -308,6 +308,10 @@ 'sources': [ 'utility/itunes_library_parser.cc', 'utility/itunes_library_parser.h', + 'utility/media_galleries/picasa_album_table_reader.cc', + 'utility/media_galleries/picasa_album_table_reader.h', + 'utility/media_galleries/pmp_column_reader.cc', + 'utility/media_galleries/pmp_column_reader.h', ], }], ['OS=="android"', { |