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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 #'debug_utils.cc', | 254 #'debug_utils.cc', |
255 #'debug_utils.h', | 255 #'debug_utils.h', |
256 'drag_utils.cc', | 256 'drag_utils.cc', |
257 'drag_utils.h', | 257 'drag_utils.h', |
258 'drag_utils_gtk.cc', | 258 'drag_utils_gtk.cc', |
259 'drag_utils_win.cc', | 259 'drag_utils_win.cc', |
260 'events/event.cc', | 260 'events/event.cc', |
261 'events/event.h', | 261 'events/event.h', |
262 'events/event_gtk.cc', | 262 'events/event_gtk.cc', |
263 'events/event_win.cc', | 263 'events/event_win.cc', |
| 264 'events/event_utils_win.cc', |
| 265 'events/event_utils_win.h', |
264 'events/event_x.cc', | 266 'events/event_x.cc', |
265 'focus/accelerator_handler.h', | 267 'focus/accelerator_handler.h', |
266 'focus/accelerator_handler_gtk.cc', | 268 'focus/accelerator_handler_gtk.cc', |
267 'focus/accelerator_handler_touch.cc', | 269 'focus/accelerator_handler_touch.cc', |
268 'focus/accelerator_handler_win.cc', | 270 'focus/accelerator_handler_win.cc', |
269 'focus/external_focus_tracker.cc', | 271 'focus/external_focus_tracker.cc', |
270 'focus/external_focus_tracker.h', | 272 'focus/external_focus_tracker.h', |
271 'focus/focus_manager_gtk.cc', | 273 'focus/focus_manager_gtk.cc', |
272 'focus/focus_manager_win.cc', | 274 'focus/focus_manager_win.cc', |
273 'focus/focus_manager.cc', | 275 'focus/focus_manager.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 ], | 587 ], |
586 }, | 588 }, |
587 ], | 589 ], |
588 } | 590 } |
589 | 591 |
590 # Local Variables: | 592 # Local Variables: |
591 # tab-width:2 | 593 # tab-width:2 |
592 # indent-tabs-mode:nil | 594 # indent-tabs-mode:nil |
593 # End: | 595 # End: |
594 # vim: set expandtab tabstop=2 shiftwidth=2: | 596 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |