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

Unified Diff: third_party/woff2/BUILD.gn

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years 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 | « third_party/ots/BUILD.gn ('k') | third_party/woff2/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/woff2/BUILD.gn
diff --git a/third_party/woff2/BUILD.gn b/third_party/woff2/BUILD.gn
index 7bba8e461156c3a207a7540e366d303abb163678..2e359ee7c877cb9094e8a96589c086128670f35b 100644
--- a/third_party/woff2/BUILD.gn
+++ b/third_party/woff2/BUILD.gn
@@ -23,13 +23,10 @@ static_library("woff2_dec") {
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [
- "//third_party/brotli",
+ "//third_party/brotli:dec",
]
- include_dirs = [
- "src",
- "//third_party/brotli/dec",
- ]
+ include_dirs = [ "src" ]
# TODO(ksakamoto): http://crbug.com/167187
if (is_win) {
« no previous file with comments | « third_party/ots/BUILD.gn ('k') | third_party/woff2/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698