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

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

Issue 2691043002: Discard pinning an app with non-empty launcher id. (Closed)
Patch Set: Created 3 years, 10 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/ash/app_launcher_id.h » ('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 f9d6a899cab1db35ca0bad0fa11931c12d37dec3..9ef60ed94b00df8ba9c6d059a469912f19e7b629 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1280,6 +1280,8 @@ split_static_library("ui") {
}
if (use_ash) {
sources += [
+ "ash/app_launcher_id.cc",
+ "ash/app_launcher_id.h",
"ash/app_list/app_list_controller_ash.cc",
"ash/app_list/app_list_controller_ash.h",
"ash/app_list/app_list_presenter_delegate_mus.cc",
« no previous file with comments | « no previous file | chrome/browser/ui/ash/app_launcher_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698