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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'layout/layout_manager.h', | 295 'layout/layout_manager.h', |
296 'mouse_watcher.cc', | 296 'mouse_watcher.cc', |
297 'mouse_watcher.h', | 297 'mouse_watcher.h', |
298 'painter.cc', | 298 'painter.cc', |
299 'painter.h', | 299 'painter.h', |
300 'repeat_controller.cc', | 300 'repeat_controller.cc', |
301 'repeat_controller.h', | 301 'repeat_controller.h', |
302 'screen.h', | 302 'screen.h', |
303 'screen_gtk.cc', | 303 'screen_gtk.cc', |
304 'screen_win.cc', | 304 'screen_win.cc', |
305 'standard_layout.h', | |
306 'touchui/gesture_manager.cc', | 305 'touchui/gesture_manager.cc', |
307 'touchui/gesture_manager.h', | 306 'touchui/gesture_manager.h', |
308 'touchui/touch_factory.cc', | 307 'touchui/touch_factory.cc', |
309 'touchui/touch_factory.h', | 308 'touchui/touch_factory.h', |
310 'view.cc', | 309 'view.cc', |
311 'view.h', | 310 'view.h', |
312 'view_constants.cc', | 311 'view_constants.cc', |
313 'view_constants.h', | 312 'view_constants.h', |
314 'view_gtk.cc', | 313 'view_gtk.cc', |
315 'view_text_utils.cc', | 314 'view_text_utils.cc', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 ], | 601 ], |
603 }, | 602 }, |
604 ], | 603 ], |
605 } | 604 } |
606 | 605 |
607 # Local Variables: | 606 # Local Variables: |
608 # tab-width:2 | 607 # tab-width:2 |
609 # indent-tabs-mode:nil | 608 # indent-tabs-mode:nil |
610 # End: | 609 # End: |
611 # vim: set expandtab tabstop=2 shiftwidth=2: | 610 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |