Commit 84eeb930 authored by isherman's avatar isherman Committed by Commit bot

[GN Build] Add a dependency on //third_party/mozilla to //ui/base on Mac.

BUG=none
TEST=none
R=avi@chromium.org

Review URL: https://codereview.chromium.org/603263003

Cr-Commit-Position: refs/heads/master@{#296889}
parent 0fd0f587
...@@ -528,8 +528,7 @@ component("base") { ...@@ -528,8 +528,7 @@ component("base") {
if (is_mac) { if (is_mac) {
deps += [ deps += [
#TODO(tfarina): port this third_party component to GN. "//third_party/mozilla",
#"//third_party/mozilla",
] ]
sources -= [ sources -= [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment