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

Unified Diff: BUILD.gn

Issue 266613002: Add BUILD.gn for third_party/yasm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix path issues and some option propagation. Created 6 years, 8 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 | build/BUILD.gn » ('j') | build/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b83fe92f608467ac77ecfb0e3d484c3581313ef6..52a42ed3f167bfb2560fd2755238d8a9eae833a1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,6 +38,7 @@ group("root") {
#"//sdch",
"//skia",
#"//third_party/WebKit/Source/platform",
+ "//third_party/ffmpeg",
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libpng",
@@ -48,6 +49,8 @@ group("root") {
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
"//third_party/WebKit/Source/wtf",
+ # TODO(ajwong): Reenable yasm once gn has action dependencies.
+ "//third_party/yasm",
"//third_party/zlib",
"//tools/gn",
"//ui/base:ui_base",
« no previous file with comments | « no previous file | build/BUILD.gn » ('j') | build/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698