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

Unified Diff: BUILD.gn

Issue 336633002: Add libflac and speex to the GN build. (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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index febc47a31567dd6c704213142469e3d05509156a..16f0c42819bf25b6a09de0253500b8e952008bb6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -60,6 +60,7 @@ group("root") {
"//sql",
"//third_party/angle:translator",
"//third_party/brotli",
+ "//third_party/flac",
"//third_party/harfbuzz-ng",
"//third_party/iccjpeg",
"//third_party/icu",
@@ -77,6 +78,7 @@ group("root") {
"//third_party/smhasher:cityhash",
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
+ "//third_party/speex",
tfarina 2014/06/13 19:11:49 I said on my Snippets I was going to hook it up. O
brettw 2014/06/13 23:36:25 Whoops sorry! I was just blindly going through dep
"//third_party/WebKit/public:blink_headers",
"//third_party/WebKit/Source/wtf",
"//third_party/zlib",
« no previous file with comments | « no previous file | tools/gn/secondary/third_party/flac/BUILD.gn » ('j') | tools/gn/secondary/third_party/flac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698