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

Unified Diff: BUILD.gn

Issue 337543004: Disable libflac on Android due to compile error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d9fa6bc835733b18845d2c5b643e7bdc8bbd31f5..133a94ffb898f2d3fc65ef7dd0e5430631bbdc8e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -140,6 +140,9 @@ group("root") {
"//tools/gn",
"//ui/aura",
+ # Fails on Android for unknown reasons.
+ "//third_party/flac",
+
# TODO(brettw) make Blink work on Android.
"//third_party/WebKit/public:blink_headers",
"//third_party/WebKit/Source/wtf",
« 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