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

Side by Side Diff: ui/chromeos/ui_chromeos.gyp

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
« no previous file with comments | « ui/chromeos/accessibility_types.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '../wm/wm.gyp:wm', 65 '../wm/wm.gyp:wm',
66 'ui_chromeos_resources', 66 'ui_chromeos_resources',
67 'ui_chromeos_strings', 67 'ui_chromeos_strings',
68 ], 68 ],
69 'defines': [ 69 'defines': [
70 'UI_CHROMEOS_IMPLEMENTATION', 70 'UI_CHROMEOS_IMPLEMENTATION',
71 ], 71 ],
72 'sources': [ 72 'sources': [
73 'accelerometer/accelerometer_util.cc', 73 'accelerometer/accelerometer_util.cc',
74 'accelerometer/accelerometer_util.h', 74 'accelerometer/accelerometer_util.h',
75 'accessibility_types.h',
76 'ime/candidate_view.cc', 75 'ime/candidate_view.cc',
77 'ime/candidate_view.h', 76 'ime/candidate_view.h',
78 'ime/candidate_window_view.cc', 77 'ime/candidate_window_view.cc',
79 'ime/candidate_window_view.h', 78 'ime/candidate_window_view.h',
80 'ime/infolist_window.cc', 79 'ime/infolist_window.cc',
81 'ime/infolist_window.h', 80 'ime/infolist_window.h',
82 'ime/input_method_menu_item.cc', 81 'ime/input_method_menu_item.cc',
83 'ime/input_method_menu_item.h', 82 'ime/input_method_menu_item.h',
84 'ime/input_method_menu_manager.cc', 83 'ime/input_method_menu_manager.cc',
85 'ime/input_method_menu_manager.h', 84 'ime/input_method_menu_manager.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '../chromeos/ime/candidate_window_view_unittest.cc', 129 '../chromeos/ime/candidate_window_view_unittest.cc',
131 '../chromeos/ime/input_method_menu_item_unittest.cc', 130 '../chromeos/ime/input_method_menu_item_unittest.cc',
132 '../chromeos/ime/input_method_menu_manager_unittest.cc', 131 '../chromeos/ime/input_method_menu_manager_unittest.cc',
133 '../chromeos/network/network_state_notifier_unittest.cc', 132 '../chromeos/network/network_state_notifier_unittest.cc',
134 '../chromeos/touch_exploration_controller_unittest.cc', 133 '../chromeos/touch_exploration_controller_unittest.cc',
135 'run_all_unittests.cc', 134 'run_all_unittests.cc',
136 ], 135 ],
137 }, # target_name: ui_chromeos_unittests 136 }, # target_name: ui_chromeos_unittests
138 ], 137 ],
139 } 138 }
OLDNEW
« no previous file with comments | « ui/chromeos/accessibility_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698