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

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

Issue 2885523002: Remove non-Android handling in LargeIconSource (Closed)
Patch Set: Merge branch 'master' into searchbox2 Created 3 years, 7 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/browser/ui/webui/browsing_history_handler.cc » ('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 7e322e7b34406c0ab668ff0f15ea99610b29bd3e..291b8a29e9134a643d8a950f7e8652cfa51e4b7c 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -364,8 +364,6 @@ split_static_library("ui") {
"webui/invalidations_message_handler.h",
"webui/invalidations_ui.cc",
"webui/invalidations_ui.h",
- "webui/large_icon_source.cc",
- "webui/large_icon_source.h",
"webui/local_state/local_state_ui.cc",
"webui/local_state/local_state_ui.h",
"webui/log_web_ui_url.cc",
@@ -654,7 +652,12 @@ split_static_library("ui") {
]
}
- if (!is_android) {
+ if (is_android) {
+ sources += [
+ "webui/large_icon_source.cc",
+ "webui/large_icon_source.h",
+ ]
+ } else {
sources += [
"apps/app_info_dialog.h",
"apps/chrome_app_delegate.cc",
« no previous file with comments | « no previous file | chrome/browser/ui/webui/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698