diff options
author | sheyang@chromium.org <sheyang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 18:21:47 +0000 |
---|---|---|
committer | sheyang@chromium.org <sheyang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 18:21:47 +0000 |
commit | 40c2a1b88240d7bdb12c5cc0ac31788082793469 (patch) | |
tree | 2fa4682fdfcebf5a579238d0f8c7fa58f76736df /codereview.settings | |
parent | 9255d68136186bf665eb6d9d6873fe1209735a05 (diff) | |
download | chromium_src-40c2a1b88240d7bdb12c5cc0ac31788082793469.zip chromium_src-40c2a1b88240d7bdb12c5cc0ac31788082793469.tar.gz chromium_src-40c2a1b88240d7bdb12c5cc0ac31788082793469.tar.bz2 |
add CANONICAL_URL in codereview.settings
BUG=
Review URL: https://codereview.chromium.org/283813002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'codereview.settings')
-rw-r--r-- | codereview.settings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codereview.settings b/codereview.settings index 93335d3..ebb5fc6 100644 --- a/codereview.settings +++ b/codereview.settings @@ -8,3 +8,4 @@ TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome LINT_IGNORE_REGEX: webkit/api/.* +CANONICAL_URL: https://chromium.googlesource.com/chromium/src |