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

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

Issue 403503003: Avoid merging chrome_browser_desktop_linux_sources lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | chrome/chrome_browser_ui.gypi » ('j') | 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 9985886db7e2227015674bf71eda7719df13a7ab..9328e46ce9d9e79ecbf49ebfa001f2cede8e7749 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -361,7 +361,7 @@ static_library("ui") {
}
}
if (is_desktop_linux) {
- sources += rebase_path(gypi_values.chrome_browser_desktop_linux_sources,
+ sources += rebase_path(gypi_values.chrome_browser_ui_desktop_linux_sources,
".", "//chrome")
}
if (is_linux) { # Both desktop Linux and ChromeOS.
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698