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

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: Synced. 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'focus/focus_manager.h', 256 'focus/focus_manager.h',
257 'focus/focus_manager_delegate.h', 257 'focus/focus_manager_delegate.h',
258 'focus/focus_manager_factory.cc', 258 'focus/focus_manager_factory.cc',
259 'focus/focus_manager_factory.h', 259 'focus/focus_manager_factory.h',
260 'focus/focus_search.cc', 260 'focus/focus_search.cc',
261 'focus/focus_search.h', 261 'focus/focus_search.h',
262 'focus/view_storage.cc', 262 'focus/view_storage.cc',
263 'focus/view_storage.h', 263 'focus/view_storage.h',
264 'focus/widget_focus_manager.cc', 264 'focus/widget_focus_manager.cc',
265 'focus/widget_focus_manager.h', 265 'focus/widget_focus_manager.h',
266 'ime/input_method.h',
266 'ime/input_method_base.cc', 267 'ime/input_method_base.cc',
267 'ime/input_method_base.h', 268 'ime/input_method_base.h',
268 'ime/input_method_bridge.cc', 269 'ime/input_method_bridge.cc',
269 'ime/input_method_bridge.h', 270 'ime/input_method_bridge.h',
270 'ime/input_method_delegate.h', 271 'ime/input_method_delegate.h',
271 'ime/input_method.h',
272 'ime/mock_input_method.cc', 272 'ime/mock_input_method.cc',
273 'ime/mock_input_method.h', 273 'ime/mock_input_method.h',
274 'ime/null_input_method.cc',
275 'ime/null_input_method.h',
274 'layout/box_layout.cc', 276 'layout/box_layout.cc',
275 'layout/box_layout.h', 277 'layout/box_layout.h',
276 'layout/fill_layout.cc', 278 'layout/fill_layout.cc',
277 'layout/fill_layout.h', 279 'layout/fill_layout.h',
278 'layout/grid_layout.cc', 280 'layout/grid_layout.cc',
279 'layout/grid_layout.h', 281 'layout/grid_layout.h',
280 'layout/layout_constants.h', 282 'layout/layout_constants.h',
281 'layout/layout_manager.cc', 283 'layout/layout_manager.cc',
282 'layout/layout_manager.h', 284 'layout/layout_manager.h',
283 'linux_ui/linux_ui.h', 285 'linux_ui/linux_ui.h',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 }], 716 }],
715 ['use_aura==1', { 717 ['use_aura==1', {
716 'dependencies': [ 718 'dependencies': [
717 '../aura/aura.gyp:aura_test_support', 719 '../aura/aura.gyp:aura_test_support',
718 ], 720 ],
719 }], 721 }],
720 ], 722 ],
721 }, # target_name: views_unittests 723 }, # target_name: views_unittests
722 ], 724 ],
723 } 725 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698