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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'ime/input_method_gtk.cc', | 292 'ime/input_method_gtk.cc', |
293 'ime/input_method_gtk.h', | 293 'ime/input_method_gtk.h', |
294 'ime/input_method_ibus.cc', | 294 'ime/input_method_ibus.cc', |
295 'ime/input_method_ibus.h', | 295 'ime/input_method_ibus.h', |
296 'ime/input_method_wayland.cc', | 296 'ime/input_method_wayland.cc', |
297 'ime/input_method_wayland.h', | 297 'ime/input_method_wayland.h', |
298 'ime/input_method_win.cc', | 298 'ime/input_method_win.cc', |
299 'ime/input_method_win.h', | 299 'ime/input_method_win.h', |
300 'ime/mock_input_method.cc', | 300 'ime/mock_input_method.cc', |
301 'ime/mock_input_method.h', | 301 'ime/mock_input_method.h', |
302 'ime/text_input_client.h', | |
303 'ime/text_input_type_tracker.h', | 302 'ime/text_input_type_tracker.h', |
304 'ime/text_input_type_tracker.cc', | 303 'ime/text_input_type_tracker.cc', |
305 'layout/box_layout.cc', | 304 'layout/box_layout.cc', |
306 'layout/box_layout.h', | 305 'layout/box_layout.h', |
307 'layout/fill_layout.cc', | 306 'layout/fill_layout.cc', |
308 'layout/fill_layout.h', | 307 'layout/fill_layout.h', |
309 'layout/grid_layout.cc', | 308 'layout/grid_layout.cc', |
310 'layout/grid_layout.h', | 309 'layout/grid_layout.h', |
311 'layout/layout_constants.h', | 310 'layout/layout_constants.h', |
312 'layout/layout_manager.cc', | 311 'layout/layout_manager.cc', |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
935 'include_dirs': [ | 934 'include_dirs': [ |
936 '../third_party/wtl/include', | 935 '../third_party/wtl/include', |
937 ], | 936 ], |
938 }], | 937 }], |
939 ], | 938 ], |
940 }, | 939 }, |
941 ], | 940 ], |
942 }], | 941 }], |
943 ], | 942 ], |
944 } | 943 } |
OLD | NEW |