OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |