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

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

Issue 2684853002: Discard pinning an app with non-empty launcher id. (Closed)
Patch Set: few nits 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') | chrome/browser/ui/ash/app_launcher_id.h » ('J')
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 a682bc10784d48705537a824e7f362beb98af0a2..ea1dad3af16d9f8eab79af655f94f7af7876c076 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1284,6 +1284,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') | chrome/browser/ui/ash/app_launcher_id.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698