Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gn / secondary / sdch / BUILD.gn
index c8f20c7..73f3afb 100644 (file)
@@ -7,7 +7,6 @@ config("sdch_config") {
 }
 
 static_library("sdch") {
-  external = true
   sources = [
     "open-vcdiff/src/addrcache.cc",
     "open-vcdiff/src/blockhash.cc",
@@ -53,4 +52,11 @@ static_library("sdch") {
   }
 
   deps = [ "//third_party/zlib" ]
+
+  if (is_clang) {
+    cflags = [
+      # TODO(mostynb): remove this if open-vcdiff is ever updated for c++11:
+      "-Wno-deprecated-declarations",
+    ]
+  }
 }