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