Chromium Code Reviews| Index: trunk/src/BUILD.gn |
| =================================================================== |
| --- trunk/src/BUILD.gn (revision 262754) |
| +++ trunk/src/BUILD.gn (working copy) |
| @@ -32,6 +32,7 @@ |
| #"//sdch", |
| #"//skia", |
| #"//third_party/WebKit/Source/platform", |
| + "//third_party/freetype2", |
| #"//third_party/icu:icudata", |
| #"//third_party/leveldatabase", |
| "//third_party/libpng", |
| @@ -46,10 +47,4 @@ |
| "//ui/gfx/geometry", |
| "//url", |
| ] |
| - |
| - if (is_linux) { |
| - deps += [ |
| - "//third_party/freetype2", |
| - ] |
| - } |
| } |