summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-06 05:06:20 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-06 05:06:20 +0000
commit7fc13edf63fcb30391edec083ea496809607917a (patch)
tree16d7123511520ba9b7f1ca1d36093bdc71dc97d1 /chrome/chrome_common.gypi
parent309d27740389acc1cfdda031b8fb43781e6022a3 (diff)
downloadchromium_src-7fc13edf63fcb30391edec083ea496809607917a.zip
chromium_src-7fc13edf63fcb30391edec083ea496809607917a.tar.gz
chromium_src-7fc13edf63fcb30391edec083ea496809607917a.tar.bz2
Pulls the latest googleurl to get the fix for
BUG=http://crbug.com/160 and integrates the update to IsStandard in that version. Adds several internal schemes as "standard" and initializes them at startup. Fixes a few hardcoded URL schemes I noticed. Make typing "//foo" into the URL bar treat slashes in "strict" mode on Windows, which means we'll only accept UNC if you use backslashes. This matches IE's behavior. BUG=http://crbug.com/33038 TEST=covered by unit tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f8772cc..6ef8050 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -347,6 +347,7 @@
'../webkit/glue/webkit_glue_dummy.cc',
'common/resource_dispatcher_dummy.cc',
'common/socket_stream_dispatcher_dummy.cc',
+ 'common/url_constants.cc',
],
'export_dependent_settings': [
'../app/app.gyp:app_base_nacl_win64',