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

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: Addressed review comments from sky. Created 6 years, 7 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'focus/focus_manager.h', 248 'focus/focus_manager.h',
249 'focus/focus_manager_delegate.h', 249 'focus/focus_manager_delegate.h',
250 'focus/focus_manager_factory.cc', 250 'focus/focus_manager_factory.cc',
251 'focus/focus_manager_factory.h', 251 'focus/focus_manager_factory.h',
252 'focus/focus_search.cc', 252 'focus/focus_search.cc',
253 'focus/focus_search.h', 253 'focus/focus_search.h',
254 'focus/view_storage.cc', 254 'focus/view_storage.cc',
255 'focus/view_storage.h', 255 'focus/view_storage.h',
256 'focus/widget_focus_manager.cc', 256 'focus/widget_focus_manager.cc',
257 'focus/widget_focus_manager.h', 257 'focus/widget_focus_manager.h',
258 'ime/input_method.h',
258 'ime/input_method_base.cc', 259 'ime/input_method_base.cc',
259 'ime/input_method_base.h', 260 'ime/input_method_base.h',
260 'ime/input_method_bridge.cc', 261 'ime/input_method_bridge.cc',
261 'ime/input_method_bridge.h', 262 'ime/input_method_bridge.h',
262 'ime/input_method_delegate.h', 263 'ime/input_method_delegate.h',
263 'ime/input_method.h',
264 'ime/mock_input_method.cc', 264 'ime/mock_input_method.cc',
265 'ime/mock_input_method.h', 265 'ime/mock_input_method.h',
266 'ime/null_input_method.cc',
267 'ime/null_input_method.h',
266 'layout/box_layout.cc', 268 'layout/box_layout.cc',
267 'layout/box_layout.h', 269 'layout/box_layout.h',
268 'layout/fill_layout.cc', 270 'layout/fill_layout.cc',
269 'layout/fill_layout.h', 271 'layout/fill_layout.h',
270 'layout/grid_layout.cc', 272 'layout/grid_layout.cc',
271 'layout/grid_layout.h', 273 'layout/grid_layout.h',
272 'layout/layout_constants.h', 274 'layout/layout_constants.h',
273 'layout/layout_manager.cc', 275 'layout/layout_manager.cc',
274 'layout/layout_manager.h', 276 'layout/layout_manager.h',
275 'linux_ui/linux_ui.h', 277 'linux_ui/linux_ui.h',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 }], 708 }],
707 ['use_aura==1', { 709 ['use_aura==1', {
708 'dependencies': [ 710 'dependencies': [
709 '../aura/aura.gyp:aura_test_support', 711 '../aura/aura.gyp:aura_test_support',
710 ], 712 ],
711 }], 713 }],
712 ], 714 ],
713 }, # target_name: views_unittests 715 }, # target_name: views_unittests
714 ], 716 ],
715 } 717 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698