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

Side by Side Diff: ui/chromeos/BUILD.gn

Issue 2074913005: Convert TrayAccessibility to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webnotification
Patch Set: rebase Created 4 years, 6 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 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("ui_chromeos") { 7 component("ui_chromeos") {
8 sources = [ 8 sources = [
9 "accelerometer/accelerometer_util.cc", 9 "accelerometer/accelerometer_util.cc",
10 "accelerometer/accelerometer_util.h", 10 "accelerometer/accelerometer_util.h",
11 "accessibility_types.h",
12 "ime/candidate_view.cc", 11 "ime/candidate_view.cc",
13 "ime/candidate_view.h", 12 "ime/candidate_view.h",
14 "ime/candidate_window_view.cc", 13 "ime/candidate_window_view.cc",
15 "ime/candidate_window_view.h", 14 "ime/candidate_window_view.h",
16 "ime/infolist_window.cc", 15 "ime/infolist_window.cc",
17 "ime/infolist_window.h", 16 "ime/infolist_window.h",
18 "ime/input_method_menu_item.cc", 17 "ime/input_method_menu_item.cc",
19 "ime/input_method_menu_item.h", 18 "ime/input_method_menu_item.h",
20 "ime/input_method_menu_manager.cc", 19 "ime/input_method_menu_manager.cc",
21 "ime/input_method_menu_manager.h", 20 "ime/input_method_menu_manager.h",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "//ui/aura:test_support", 88 "//ui/aura:test_support",
90 "//ui/compositor", 89 "//ui/compositor",
91 "//ui/events:test_support", 90 "//ui/events:test_support",
92 "//ui/gl:test_support", 91 "//ui/gl:test_support",
93 "//ui/message_center", 92 "//ui/message_center",
94 "//ui/resources:ui_test_pak", 93 "//ui/resources:ui_test_pak",
95 "//ui/views", 94 "//ui/views",
96 "//ui/views:test_support", 95 "//ui/views:test_support",
97 ] 96 ]
98 } 97 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | ui/chromeos/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698