Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2905)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 468663002: Fix the Mac GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 0e92fbda802922e285204eeb65b34a4f0fdfb752..fc5cfe98f09d0df3c923dc8adc0408cd7026661e 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -241,9 +241,6 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_aura_non_chromeos,
".", "//chrome")
}
- } else { # Non-Aura.
- sources += rebase_path(gypi_values.chrome_browser_ui_non_aura_sources,
- ".", "//chrome")
}
if (ui_compositor_image_transport) {
deps += [ "//ui/gl" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698