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

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: yasm yasm yasm Created 6 years, 7 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/gn_helper_scripts.gni » ('j') | third_party/yasm/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 7db5cc07d4784e30d543a06464adca16fab9a312..e4c594366f3e9534dded337b535740e14d79d60a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -48,6 +48,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.
brettw 2014/05/09 20:17:54 This should be fixed now.
awong 2014/05/10 08:55:34 Done.
+ #"//third_party/yasm",
"//third_party/zlib",
"//tools/gn",
"//ui/base:ui_base",
« no previous file with comments | « no previous file | build/gn_helper_scripts.gni » ('j') | third_party/yasm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698