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

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

Issue 801643006: Enable chrome.gyp:browser_ui on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 4e76c45b65c4c842ee256b6a96f3ad90c231d4ed..49cfa8dd437bf7e17c0acf2b9bd1e85be6d99869 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -216,7 +216,7 @@ static_library("ui") {
} else { # Not athena.
if (!is_android) {
sources += rebase_path(
- gypi_values.chrome_browser_ui_non_athena_non_android_sources,
+ gypi_values.chrome_browser_ui_non_athena_non_mobile_sources,
".",
"//chrome")
}
@@ -327,10 +327,6 @@ static_library("ui") {
"//chrome")
defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
- } else { # Non-Android.
- sources += rebase_path(gypi_values.chrome_browser_ui_non_android_sources,
- ".",
- "//chrome")
}
if (is_mac) {
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser_ui.gypi » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698