From f4e4593648c4ec94abdbd02c749716ced69b8cbc Mon Sep 17 00:00:00 2001 From: fdegans Date: Fri, 17 Jul 2015 11:01:27 -0700 Subject: [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} --- sdch/BUILD.gn | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sdch/BUILD.gn') 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 -- cgit v1.1