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

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

Issue 10416027: Remove virtual keyboard support from ui/views/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ui/views/ime/text_input_type_tracker.cc ('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 (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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'ime/input_method_base.cc', 261 'ime/input_method_base.cc',
262 'ime/input_method_base.h', 262 'ime/input_method_base.h',
263 'ime/input_method_bridge.cc', 263 'ime/input_method_bridge.cc',
264 'ime/input_method_bridge.h', 264 'ime/input_method_bridge.h',
265 'ime/input_method_delegate.h', 265 'ime/input_method_delegate.h',
266 'ime/input_method.h', 266 'ime/input_method.h',
267 'ime/input_method_win.cc', 267 'ime/input_method_win.cc',
268 'ime/input_method_win.h', 268 'ime/input_method_win.h',
269 'ime/mock_input_method.cc', 269 'ime/mock_input_method.cc',
270 'ime/mock_input_method.h', 270 'ime/mock_input_method.h',
271 'ime/text_input_type_tracker.cc',
272 'ime/text_input_type_tracker.h',
273 'layout/box_layout.cc', 271 'layout/box_layout.cc',
274 'layout/box_layout.h', 272 'layout/box_layout.h',
275 'layout/fill_layout.cc', 273 'layout/fill_layout.cc',
276 'layout/fill_layout.h', 274 'layout/fill_layout.h',
277 'layout/grid_layout.cc', 275 'layout/grid_layout.cc',
278 'layout/grid_layout.h', 276 'layout/grid_layout.h',
279 'layout/layout_constants.h', 277 'layout/layout_constants.h',
280 'layout/layout_manager.cc', 278 'layout/layout_manager.cc',
281 'layout/layout_manager.h', 279 'layout/layout_manager.h',
282 'metrics.cc', 280 'metrics.cc',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'sources/': [ 737 'sources/': [
740 # This is needed because the aura rule strips it from the default 738 # This is needed because the aura rule strips it from the default
741 # sources list. 739 # sources list.
742 ['include', '^../../content/app/startup_helper_win.cc'], 740 ['include', '^../../content/app/startup_helper_win.cc'],
743 ], 741 ],
744 }], 742 }],
745 ], 743 ],
746 }, # target_name: views_examples_lib 744 }, # target_name: views_examples_lib
747 ], 745 ],
748 } 746 }
OLDNEW
« no previous file with comments | « ui/views/ime/text_input_type_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698