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 'target_defaults': { | 10 'target_defaults': { |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'focus/accelerator_handler_touch.cc', | 247 'focus/accelerator_handler_touch.cc', |
248 'focus/accelerator_handler_win.cc', | 248 'focus/accelerator_handler_win.cc', |
249 'focus/external_focus_tracker.cc', | 249 'focus/external_focus_tracker.cc', |
250 'focus/external_focus_tracker.h', | 250 'focus/external_focus_tracker.h', |
251 'focus/focus_manager.cc', | 251 'focus/focus_manager.cc', |
252 'focus/focus_manager.h', | 252 'focus/focus_manager.h', |
253 'focus/focus_manager_factory.cc', | 253 'focus/focus_manager_factory.cc', |
254 'focus/focus_manager_factory.h', | 254 'focus/focus_manager_factory.h', |
255 'focus/focus_search.cc', | 255 'focus/focus_search.cc', |
256 'focus/focus_search.h', | 256 'focus/focus_search.h', |
257 'focus/focus_util_win.cc', | |
258 'focus/focus_util_win.h', | |
259 'focus/view_storage.cc', | 257 'focus/view_storage.cc', |
260 'focus/view_storage.h', | 258 'focus/view_storage.h', |
261 'ime/character_composer.cc', | 259 'ime/character_composer.cc', |
262 'ime/character_composer.h', | 260 'ime/character_composer.h', |
263 'ime/input_method.h', | 261 'ime/input_method.h', |
264 'ime/input_method_delegate.h', | 262 'ime/input_method_delegate.h', |
265 'ime/input_method_base.cc', | 263 'ime/input_method_base.cc', |
266 'ime/input_method_base.h', | 264 'ime/input_method_base.h', |
267 'ime/input_method_gtk.cc', | 265 'ime/input_method_gtk.cc', |
268 'ime/input_method_gtk.h', | 266 'ime/input_method_gtk.h', |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 'include_dirs': [ | 816 'include_dirs': [ |
819 '<(DEPTH)/third_party/wtl/include', | 817 '<(DEPTH)/third_party/wtl/include', |
820 ], | 818 ], |
821 }], | 819 }], |
822 ], | 820 ], |
823 }, | 821 }, |
824 ], | 822 ], |
825 }], | 823 }], |
826 ], | 824 ], |
827 } | 825 } |
OLD | NEW |