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

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

Issue 450023002: Fix screen capture notification UI on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix BUILD.gn 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 | 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 920bf8d47c441d0067c4c81ef3fa0070ea37582b..b25f993d62c8523c4a57e865411a8ce378e30b24 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -227,11 +227,6 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_desktop_sources,
".", "//chrome")
}
- if (is_chromeos || is_android) {
- sources += rebase_path(
- gypi_values.chrome_browser_ui_android_chromeos_sources,
- ".", "//chrome")
- }
if (use_aura) {
sources += rebase_path(gypi_values.chrome_browser_ui_aura_sources,
".", "//chrome")
« 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