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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 'metrics.cc', | 297 'metrics.cc', |
298 'metrics.h', | 298 'metrics.h', |
299 'metrics_gtk.cc', | 299 'metrics_gtk.cc', |
300 'metrics_wayland.cc', | 300 'metrics_wayland.cc', |
301 'metrics_win.cc', | 301 'metrics_win.cc', |
302 'mouse_watcher.cc', | 302 'mouse_watcher.cc', |
303 'mouse_watcher.h', | 303 'mouse_watcher.h', |
304 'native_theme_delegate.h', | 304 'native_theme_delegate.h', |
305 'native_theme_painter.cc', | 305 'native_theme_painter.cc', |
306 'native_theme_painter.h', | 306 'native_theme_painter.h', |
| 307 'paint_lock.cc', |
| 308 'paint_lock.h', |
307 'painter.cc', | 309 'painter.cc', |
308 'painter.h', | 310 'painter.h', |
309 'repeat_controller.cc', | 311 'repeat_controller.cc', |
310 'repeat_controller.h', | 312 'repeat_controller.h', |
311 'touchui/gesture_manager.cc', | 313 'touchui/gesture_manager.cc', |
312 'touchui/gesture_manager.h', | 314 'touchui/gesture_manager.h', |
313 'touchui/touch_factory.cc', | 315 'touchui/touch_factory.cc', |
314 'touchui/touch_factory.h', | 316 'touchui/touch_factory.h', |
315 'touchui/touch_selection_controller.cc', | 317 'touchui/touch_selection_controller.cc', |
316 'touchui/touch_selection_controller.h', | 318 'touchui/touch_selection_controller.h', |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'include_dirs': [ | 841 'include_dirs': [ |
840 '<(DEPTH)/third_party/wtl/include', | 842 '<(DEPTH)/third_party/wtl/include', |
841 ], | 843 ], |
842 }], | 844 }], |
843 ], | 845 ], |
844 }, | 846 }, |
845 ], | 847 ], |
846 }], | 848 }], |
847 ], | 849 ], |
848 } | 850 } |
OLD | NEW |