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

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..5138beafaec51c4a8f3e2414338a773c3679bf83 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,6 +652,13 @@ split_static_library("ui") {
]
}
+ if (is_android) {
+ sources += [
+ "webui/large_icon_source.cc",
+ "webui/large_icon_source.h",
+ ]
+ }
+
if (!is_android) {
sources += [
dpapad 2017/05/16 17:15:13 Nit: Perhaps merge the previous condition with thi
"apps/app_info_dialog.h",
« 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