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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'focus/focus_manager_win.cc', | 280 'focus/focus_manager_win.cc', |
281 'focus/focus_manager.cc', | 281 'focus/focus_manager.cc', |
282 'focus/focus_manager.h', | 282 'focus/focus_manager.h', |
283 'focus/focus_search.cc', | 283 'focus/focus_search.cc', |
284 'focus/focus_search.h', | 284 'focus/focus_search.h', |
285 'focus/focus_util_win.cc', | 285 'focus/focus_util_win.cc', |
286 'focus/focus_util_win.h', | 286 'focus/focus_util_win.h', |
287 'focus/view_storage.cc', | 287 'focus/view_storage.cc', |
288 'focus/view_storage.h', | 288 'focus/view_storage.h', |
289 'ime/input_method.h', | 289 'ime/input_method.h', |
| 290 'ime/input_method.cc', |
290 'ime/input_method_delegate.h', | 291 'ime/input_method_delegate.h', |
291 'ime/input_method_base.cc', | 292 'ime/input_method_base.cc', |
292 'ime/input_method_base.h', | 293 'ime/input_method_base.h', |
293 'ime/input_method_gtk.cc', | 294 'ime/input_method_gtk.cc', |
294 'ime/input_method_gtk.h', | 295 'ime/input_method_gtk.h', |
295 'ime/input_method_ibus.cc', | 296 'ime/input_method_ibus.cc', |
296 'ime/input_method_ibus.h', | 297 'ime/input_method_ibus.h', |
297 'ime/input_method_win.cc', | 298 'ime/input_method_win.cc', |
298 'ime/input_method_win.h', | 299 'ime/input_method_win.h', |
299 'ime/text_input_client.h', | 300 'ime/text_input_client.h', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 | 688 |
688 | 689 |
689 ], | 690 ], |
690 } | 691 } |
691 | 692 |
692 # Local Variables: | 693 # Local Variables: |
693 # tab-width:2 | 694 # tab-width:2 |
694 # indent-tabs-mode:nil | 695 # indent-tabs-mode:nil |
695 # End: | 696 # End: |
696 # vim: set expandtab tabstop=2 shiftwidth=2: | 697 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |