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

Unified Diff: ui/base/BUILD.gn

Issue 727583002: Regression: Search+Key pops up app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The StickyKeysBrowserTest.SearchLeftOmnibox test that used to fail was broken, used to assume the c… Created 6 years, 1 month 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 37a384965bf70650e37479c649cd58fe82ed9aba..cf26912e95c1eb73946d55e7c999708e6d8727f6 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -16,6 +16,8 @@ component("base") {
sources = [
"accelerators/accelerator.cc",
"accelerators/accelerator.h",
+ "accelerators/accelerator_history.cc",
+ "accelerators/accelerator_history.h",
"accelerators/accelerator_manager.cc",
"accelerators/accelerator_manager.h",
"accelerators/menu_label_accelerator_util_linux.cc",

Powered by Google App Engine
This is Rietveld 408576698