Chromium Code Reviews| 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", |