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

Unified Diff: sdch/BUILD.gn

Issue 824373003: Add browser_tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More ChromeOS Created 5 years, 11 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 | « media/media.gyp ('k') | testing/perf/BUILD.gn » ('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 fb23be7390191cd194ba95b09167a63151096486..70c778a01192be8aee078a001c1895daa775a0b8 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -22,15 +22,19 @@ static_library("sdch") {
"open-vcdiff/src/encodetable.h",
"open-vcdiff/src/google/output_string.h",
"open-vcdiff/src/google/vcdecoder.h",
+ "open-vcdiff/src/google/vcencoder.h",
"open-vcdiff/src/headerparser.cc",
"open-vcdiff/src/headerparser.h",
"open-vcdiff/src/instruction_map.cc",
"open-vcdiff/src/instruction_map.h",
+ "open-vcdiff/src/jsonwriter.h",
+ "open-vcdiff/src/jsonwriter.cc",
"open-vcdiff/src/rolling_hash.h",
"open-vcdiff/src/testing.h",
"open-vcdiff/src/varint_bigendian.cc",
"open-vcdiff/src/varint_bigendian.h",
"open-vcdiff/src/vcdecoder.cc",
+ "open-vcdiff/src/vcencoder.cc",
"open-vcdiff/src/vcdiff_defs.h",
"open-vcdiff/src/vcdiffengine.cc",
"open-vcdiff/src/vcdiffengine.h",
« no previous file with comments | « media/media.gyp ('k') | testing/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698