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

Side by Side Diff: ui/views/views.gyp

Issue 173803002: Redesigns the text input focus handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added an unittest and thread checker. Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'focus/focus_manager.h', 239 'focus/focus_manager.h',
240 'focus/focus_manager_delegate.h', 240 'focus/focus_manager_delegate.h',
241 'focus/focus_manager_factory.cc', 241 'focus/focus_manager_factory.cc',
242 'focus/focus_manager_factory.h', 242 'focus/focus_manager_factory.h',
243 'focus/focus_search.cc', 243 'focus/focus_search.cc',
244 'focus/focus_search.h', 244 'focus/focus_search.h',
245 'focus/view_storage.cc', 245 'focus/view_storage.cc',
246 'focus/view_storage.h', 246 'focus/view_storage.h',
247 'focus/widget_focus_manager.cc', 247 'focus/widget_focus_manager.cc',
248 'focus/widget_focus_manager.h', 248 'focus/widget_focus_manager.h',
249 'ime/input_method.h',
249 'ime/input_method_base.cc', 250 'ime/input_method_base.cc',
250 'ime/input_method_base.h', 251 'ime/input_method_base.h',
251 'ime/input_method_bridge.cc', 252 'ime/input_method_bridge.cc',
252 'ime/input_method_bridge.h', 253 'ime/input_method_bridge.h',
253 'ime/input_method_delegate.h', 254 'ime/input_method_delegate.h',
254 'ime/input_method.h',
255 'ime/mock_input_method.cc', 255 'ime/mock_input_method.cc',
256 'ime/mock_input_method.h', 256 'ime/mock_input_method.h',
257 'ime/null_input_method.cc',
258 'ime/null_input_method.h',
257 'layout/box_layout.cc', 259 'layout/box_layout.cc',
258 'layout/box_layout.h', 260 'layout/box_layout.h',
259 'layout/fill_layout.cc', 261 'layout/fill_layout.cc',
260 'layout/fill_layout.h', 262 'layout/fill_layout.h',
261 'layout/grid_layout.cc', 263 'layout/grid_layout.cc',
262 'layout/grid_layout.h', 264 'layout/grid_layout.h',
263 'layout/layout_constants.h', 265 'layout/layout_constants.h',
264 'layout/layout_manager.cc', 266 'layout/layout_manager.cc',
265 'layout/layout_manager.h', 267 'layout/layout_manager.h',
266 'linux_ui/linux_ui.h', 268 'linux_ui/linux_ui.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 }], 690 }],
689 ['use_ozone==1', { 691 ['use_ozone==1', {
690 'sources!': [ 692 'sources!': [
691 'corewm/capture_controller_unittest.cc', 693 'corewm/capture_controller_unittest.cc',
692 ], 694 ],
693 }], 695 }],
694 ], 696 ],
695 }, # target_name: views_unittests 697 }, # target_name: views_unittests
696 ], 698 ],
697 } 699 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698