diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 23:30:01 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 23:30:01 +0000 |
commit | 61d362a02f5f7b6afe23dea1b66f4125f395ef24 (patch) | |
tree | 0d6f064486596713851dff6dd02d62389867832a /gears/SConscript.googleurl | |
parent | fadac4f5a545765c52fb0a22ad9c70e3a62cdfe3 (diff) | |
download | chromium_src-61d362a02f5f7b6afe23dea1b66f4125f395ef24.zip chromium_src-61d362a02f5f7b6afe23dea1b66f4125f395ef24.tar.gz chromium_src-61d362a02f5f7b6afe23dea1b66f4125f395ef24.tar.bz2 |
Update Gears to r3147, and fix scons build to match.
- media module removed
- pulseaudio removed
- sqlite, libpng, other libs updated
- minor files added
Review URL: http://codereview.chromium.org/16586
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/SConscript.googleurl')
-rw-r--r-- | gears/SConscript.googleurl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.googleurl b/gears/SConscript.googleurl index 3b75b57..14605b9 100644 --- a/gears/SConscript.googleurl +++ b/gears/SConscript.googleurl @@ -42,7 +42,7 @@ input_files = [ # '$GURL_DIR/src/url_canon_icu.cc', '$GURL_DIR/src/url_canon_internal.cc', '$GURL_DIR/src/url_canon_ip.cc', -# '$GURL_DIR/src/url_canon_mailtourl.cc', + '$GURL_DIR/src/url_canon_mailtourl.cc', '$GURL_DIR/src/url_canon_path.cc', '$GURL_DIR/src/url_canon_pathurl.cc', '$GURL_DIR/src/url_canon_query.cc', |