Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index 04e5fee5328b52cad92c1c6e63117c575358e286..def24ea224df1a2f6e81c37cfcfcab1a417e3f12 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -13,9 +13,6 @@ group("mojo") { |
| ] |
| if (!(is_linux && current_cpu == "x86")) { |
| - # TODO(GYP): Figure out if this needs to be supported. Right now |
| - # it won't work on x86 official builds because it needs stuff in the |
| - # sysroot that doesn't exist. |
| deps += [ "//mojo/public" ] |
| } |