Commit 2839c842 authored by zoltan.kuscsik's avatar zoltan.kuscsik Committed by Commit bot

Remove unused ASH files from GN build script

chrome_browser_ui_ash_non_chromeos was
already removed from .gypi files by an earlier patch.

BUG=

Review-Url: https://codereview.chromium.org/2087373004
Cr-Commit-Position: refs/heads/master@{#403306}
parent f2dfafd9
...@@ -288,11 +288,6 @@ split_static_library("ui") { ...@@ -288,11 +288,6 @@ split_static_library("ui") {
"//ui/app_list/presenter:mojom", "//ui/app_list/presenter:mojom",
"//ui/keyboard:mojom", "//ui/keyboard:mojom",
] ]
if (!is_chromeos) {
sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_chromeos,
".",
"//chrome")
}
} else { # Not ash. } else { # Not ash.
sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_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