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

Side by Side Diff: views/views.gyp

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win_shared fix 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',
308 'ime/text_input_type_tracker.h', 307 'ime/text_input_type_tracker.h',
309 'ime/text_input_type_tracker.cc', 308 'ime/text_input_type_tracker.cc',
310 'layout/box_layout.cc', 309 'layout/box_layout.cc',
311 'layout/box_layout.h', 310 'layout/box_layout.h',
312 'layout/fill_layout.cc', 311 'layout/fill_layout.cc',
313 'layout/fill_layout.h', 312 'layout/fill_layout.h',
314 'layout/grid_layout.cc', 313 'layout/grid_layout.cc',
315 'layout/grid_layout.h', 314 'layout/grid_layout.h',
316 'layout/layout_constants.h', 315 'layout/layout_constants.h',
317 'layout/layout_manager.cc', 316 'layout/layout_manager.cc',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'include_dirs': [ 932 'include_dirs': [
934 '../third_party/wtl/include', 933 '../third_party/wtl/include',
935 ], 934 ],
936 }], 935 }],
937 ], 936 ],
938 }, 937 },
939 ], 938 ],
940 }], 939 }],
941 ], 940 ],
942 } 941 }
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