OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'events/event_aura.cc', | 242 'events/event_aura.cc', |
243 'events/event_win.cc', | 243 'events/event_win.cc', |
244 'events/event_x.cc', | 244 'events/event_x.cc', |
245 'focus/accelerator_handler.h', | 245 'focus/accelerator_handler.h', |
246 'focus/accelerator_handler_aura.cc', | 246 'focus/accelerator_handler_aura.cc', |
247 'focus/accelerator_handler_win.cc', | 247 'focus/accelerator_handler_win.cc', |
248 'focus/external_focus_tracker.cc', | 248 'focus/external_focus_tracker.cc', |
249 'focus/external_focus_tracker.h', | 249 'focus/external_focus_tracker.h', |
250 'focus/focus_manager.cc', | 250 'focus/focus_manager.cc', |
251 'focus/focus_manager.h', | 251 'focus/focus_manager.h', |
| 252 'focus/focus_manager_delegate.h', |
252 'focus/focus_manager_factory.cc', | 253 'focus/focus_manager_factory.cc', |
253 'focus/focus_manager_factory.h', | 254 'focus/focus_manager_factory.h', |
254 'focus/focus_search.cc', | 255 'focus/focus_search.cc', |
255 'focus/focus_search.h', | 256 'focus/focus_search.h', |
256 'focus/view_storage.cc', | 257 'focus/view_storage.cc', |
257 'focus/view_storage.h', | 258 'focus/view_storage.h', |
258 'focus/widget_focus_manager.cc', | 259 'focus/widget_focus_manager.cc', |
259 'focus/widget_focus_manager.h', | 260 'focus/widget_focus_manager.h', |
260 'ime/input_method_base.cc', | 261 'ime/input_method_base.cc', |
261 'ime/input_method_base.h', | 262 'ime/input_method_base.h', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'sources/': [ | 739 'sources/': [ |
739 # This is needed because the aura rule strips it from the default | 740 # This is needed because the aura rule strips it from the default |
740 # sources list. | 741 # sources list. |
741 ['include', '^../../content/app/startup_helper_win.cc'], | 742 ['include', '^../../content/app/startup_helper_win.cc'], |
742 ], | 743 ], |
743 }], | 744 }], |
744 ], | 745 ], |
745 }, # target_name: views_examples_lib | 746 }, # target_name: views_examples_lib |
746 ], | 747 ], |
747 } | 748 } |
OLD | NEW |