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

Side by Side Diff: views/views.gyp

Issue 8491035: Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « views/view.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'ime/input_method_gtk.cc', 297 'ime/input_method_gtk.cc',
298 'ime/input_method_gtk.h', 298 'ime/input_method_gtk.h',
299 'ime/input_method_ibus.cc', 299 'ime/input_method_ibus.cc',
300 'ime/input_method_ibus.h', 300 'ime/input_method_ibus.h',
301 'ime/input_method_wayland.cc', 301 'ime/input_method_wayland.cc',
302 'ime/input_method_wayland.h', 302 'ime/input_method_wayland.h',
303 'ime/input_method_win.cc', 303 'ime/input_method_win.cc',
304 'ime/input_method_win.h', 304 'ime/input_method_win.h',
305 'ime/mock_input_method.cc', 305 'ime/mock_input_method.cc',
306 'ime/mock_input_method.h', 306 'ime/mock_input_method.h',
307 'ime/text_input_client.h',
307 'ime/text_input_type_tracker.h', 308 'ime/text_input_type_tracker.h',
308 'ime/text_input_type_tracker.cc', 309 'ime/text_input_type_tracker.cc',
309 'layout/box_layout.cc', 310 'layout/box_layout.cc',
310 'layout/box_layout.h', 311 'layout/box_layout.h',
311 'layout/fill_layout.cc', 312 'layout/fill_layout.cc',
312 'layout/fill_layout.h', 313 'layout/fill_layout.h',
313 'layout/grid_layout.cc', 314 'layout/grid_layout.cc',
314 'layout/grid_layout.h', 315 'layout/grid_layout.h',
315 'layout/layout_constants.h', 316 'layout/layout_constants.h',
316 'layout/layout_manager.cc', 317 'layout/layout_manager.cc',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'include_dirs': [ 933 'include_dirs': [
933 '../third_party/wtl/include', 934 '../third_party/wtl/include',
934 ], 935 ],
935 }], 936 }],
936 ], 937 ],
937 }, 938 },
938 ], 939 ],
939 }], 940 }],
940 ], 941 ],
941 } 942 }
OLDNEW
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698