summaryrefslogtreecommitdiffstats
path: root/sdch/BUILD.gn
diff options
context:
space:
mode:
authorfdegans <fdegans@chromium.org>2015-07-17 11:01:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-17 18:02:08 +0000
commitf4e4593648c4ec94abdbd02c749716ced69b8cbc (patch)
tree1feac870ebac4fc0741f088f0a1b5d40e1cdb824 /sdch/BUILD.gn
parentee17e93a2684e2420ab932432edce920b3355a8e (diff)
downloadchromium_src-f4e4593648c4ec94abdbd02c749716ced69b8cbc.zip
chromium_src-f4e4593648c4ec94abdbd02c749716ced69b8cbc.tar.gz
chromium_src-f4e4593648c4ec94abdbd02c749716ced69b8cbc.tar.bz2
[open-vcdiff] Change upstream repository to github.
This also changes all the references to http://code.google.com/p/open-vcdiff to point to https://github.com/google/open-vcdiff BUG=510860 Review URL: https://codereview.chromium.org/1242533003 Cr-Commit-Position: refs/heads/master@{#339282}
Diffstat (limited to 'sdch/BUILD.gn')
-rw-r--r--sdch/BUILD.gn8
1 files changed, 1 insertions, 7 deletions
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index 3ceeeb4..dd4047a 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -58,12 +58,6 @@ static_library("sdch") {
# TODO(mostynb): remove this if open-vcdiff is ever updated for c++11:
cflags += [ "-Wno-deprecated-declarations" ]
}
-
- if (is_clang) {
- # sdch uses the pre-c++11 typedef-as-static_assert hack.
- # https://code.google.com/p/open-vcdiff/issues/detail?id=44
- cflags += [ "-Wno-unused-local-typedef" ]
- }
}
configs += [ ":sdch_warnings" ]
@@ -79,7 +73,7 @@ static_library("sdch") {
# open-vcdiff's logging.h introduces static initializers. This was
# reported upstream years ago (
- # https://code.google.com/p/open-vcdiff/issues/detail?id=33 ). Since
+ # https://github.com/google/open-vcdiff/issues/33 ). Since
# upstream won't fix this, work around it on the chromium side:
# Inject a header that forwards to base/logging.h instead (which doesn't
# introduce static initializers, and which prevents open-vcdiff's