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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
11 11
12 build_ime = !is_ios 12 build_ime = !is_ios
13 13
14 component("base") { 14 component("base") {
15 output_name = "ui_base" 15 output_name = "ui_base"
16 sources = [ 16 sources = [
17 "accelerators/accelerator.cc", 17 "accelerators/accelerator.cc",
18 "accelerators/accelerator.h", 18 "accelerators/accelerator.h",
19 "accelerators/accelerator_history.cc",
20 "accelerators/accelerator_history.h",
19 "accelerators/accelerator_manager.cc", 21 "accelerators/accelerator_manager.cc",
20 "accelerators/accelerator_manager.h", 22 "accelerators/accelerator_manager.h",
21 "accelerators/menu_label_accelerator_util_linux.cc", 23 "accelerators/menu_label_accelerator_util_linux.cc",
22 "accelerators/menu_label_accelerator_util_linux.h", 24 "accelerators/menu_label_accelerator_util_linux.h",
23 "accelerators/platform_accelerator.h", 25 "accelerators/platform_accelerator.h",
24 "accelerators/platform_accelerator_cocoa.h", 26 "accelerators/platform_accelerator_cocoa.h",
25 "accelerators/platform_accelerator_cocoa.mm", 27 "accelerators/platform_accelerator_cocoa.mm",
26 "android/system_ui_resource_manager.h", 28 "android/system_ui_resource_manager.h",
27 "android/ui_base_jni_registrar.cc", 29 "android/ui_base_jni_registrar.cc",
28 "android/ui_base_jni_registrar.h", 30 "android/ui_base_jni_registrar.h",
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 "//ui/chromeos/resources", 910 "//ui/chromeos/resources",
909 "//ui/chromeos/strings", 911 "//ui/chromeos/strings",
910 "//ui/chromeos:ui_chromeos", 912 "//ui/chromeos:ui_chromeos",
911 "//ui/events:gesture_detection", 913 "//ui/events:gesture_detection",
912 "//ui/message_center:message_center", 914 "//ui/message_center:message_center",
913 ] 915 ]
914 } 916 }
915 } 917 }
916 } 918 }
917 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). 919 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698