commit | fd3053f2b5130ecb6c2d7a61f2a146e777c6273a | [log] [tgz] |
---|---|---|
author | rch <[email protected]> | Thu Jun 08 22:34:15 2017 |
committer | Commit Bot <[email protected]> | Thu Jun 08 22:34:15 2017 |
tree | adbd01077b058751dd76f427fc03554b853506f3 | |
parent | 6f68b986d09606bd6443f941bb550594d6b65880 [diff] [blame] |
Remove the gn target //build/linux:fontconfig in favor of //third_party/fontconfig. Review-Url: https://codereview.chromium.org/2923973004 Cr-Commit-Position: refs/heads/master@{#478106}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn index 1186a9b..1764a87 100644 --- a/chrome/browser/extensions/BUILD.gn +++ b/chrome/browser/extensions/BUILD.gn
@@ -1032,7 +1032,7 @@ } if (is_linux) { - deps += [ "//build/linux:fontconfig" ] + deps += [ "//third_party/fontconfig" ] if (use_dbus) { deps += [ "//dbus" ]