Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: sdch/BUILD.gn

Issue 2204683003: Roll open-vcdiff 21d7d0b9:2b9bd1fe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 682f6873 -> 2b9bd1fe Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | sdch/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/BUILD.gn
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index 4c6c5205cb067f0b953c42e4b6c6a24b46795c2f..1cab0b3568a520ef1dee26da0b512bce07d3e461 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -30,7 +30,8 @@ static_library("sdch") {
"open-vcdiff/src/decodetable.cc",
"open-vcdiff/src/decodetable.h",
"open-vcdiff/src/encodetable.cc",
- "open-vcdiff/src/encodetable.h",
+ "open-vcdiff/src/google/encodetable.h",
+ "open-vcdiff/src/google/jsonwriter.h",
"open-vcdiff/src/google/output_string.h",
"open-vcdiff/src/google/vcdecoder.h",
"open-vcdiff/src/google/vcencoder.h",
@@ -39,7 +40,6 @@ static_library("sdch") {
"open-vcdiff/src/instruction_map.cc",
"open-vcdiff/src/instruction_map.h",
"open-vcdiff/src/jsonwriter.cc",
- "open-vcdiff/src/jsonwriter.h",
"open-vcdiff/src/rolling_hash.h",
"open-vcdiff/src/testing.h",
"open-vcdiff/src/varint_bigendian.cc",
@@ -49,8 +49,6 @@ static_library("sdch") {
"open-vcdiff/src/vcdiffengine.cc",
"open-vcdiff/src/vcdiffengine.h",
"open-vcdiff/src/vcencoder.cc",
- "open-vcdiff/vsprojects/config.h",
- "open-vcdiff/vsprojects/stdint.h",
]
configs += [ ":sdch_warnings" ]
« no previous file with comments | « DEPS ('k') | sdch/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698