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

Unified Diff: sdch/BUILD.gn

Issue 2943713002: fuchsia: Make sdch build. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | 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 1cab0b3568a520ef1dee26da0b512bce07d3e461..76bbbd4af684d8b812bf4eb6447af8d2f4af9184 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -59,7 +59,7 @@ static_library("sdch") {
"//third_party/zlib",
]
- if (is_linux || is_android) {
+ if (is_linux || is_android || is_fuchsia) {
include_dirs = [ "linux" ]
} else if (is_ios) {
include_dirs = [ "ios" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698