Commit 599d5ac1 authored by brettw@chromium.org's avatar brettw@chromium.org

Fix the Mac GN build.

This was broken in r287385 when the non_aura_sources was removed from chrome_browser_ui.

R=jamesr@chromium.org
TBR=jamesr

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

Cr-Commit-Position: refs/heads/master@{#289314}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289314 0039d316-1c4b-4281-b951-d872f2087c98
parent 58e52624
...@@ -242,9 +242,6 @@ static_library("ui") { ...@@ -242,9 +242,6 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_aura_non_chromeos, sources += rebase_path(gypi_values.chrome_browser_ui_aura_non_chromeos,
".", "//chrome") ".", "//chrome")
} }
} else { # Non-Aura.
sources += rebase_path(gypi_values.chrome_browser_ui_non_aura_sources,
".", "//chrome")
} }
if (ui_compositor_image_transport) { if (ui_compositor_image_transport) {
deps += [ "//ui/gl" ] deps += [ "//ui/gl" ]
......
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