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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'metrics.h', | 286 'metrics.h', |
287 'metrics_aura.cc', | 287 'metrics_aura.cc', |
288 'metrics_win.cc', | 288 'metrics_win.cc', |
289 'mouse_watcher.cc', | 289 'mouse_watcher.cc', |
290 'mouse_watcher.h', | 290 'mouse_watcher.h', |
291 'mouse_watcher_view_host.cc', | 291 'mouse_watcher_view_host.cc', |
292 'mouse_watcher_view_host.h', | 292 'mouse_watcher_view_host.h', |
293 'native_theme_delegate.h', | 293 'native_theme_delegate.h', |
294 'native_theme_painter.cc', | 294 'native_theme_painter.cc', |
295 'native_theme_painter.h', | 295 'native_theme_painter.h', |
296 'paint_lock.cc', | |
297 'paint_lock.h', | |
298 'painter.cc', | 296 'painter.cc', |
299 'painter.h', | 297 'painter.h', |
300 'repeat_controller.cc', | 298 'repeat_controller.cc', |
301 'repeat_controller.h', | 299 'repeat_controller.h', |
302 'touchui/touch_selection_controller.cc', | 300 'touchui/touch_selection_controller.cc', |
303 'touchui/touch_selection_controller.h', | 301 'touchui/touch_selection_controller.h', |
304 'view.cc', | 302 'view.cc', |
305 'view.h', | 303 'view.h', |
306 'view_constants.cc', | 304 'view_constants.cc', |
307 'view_constants.h', | 305 'view_constants.h', |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'sources/': [ | 730 'sources/': [ |
733 # This is needed because the aura rule strips it from the default | 731 # This is needed because the aura rule strips it from the default |
734 # sources list. | 732 # sources list. |
735 ['include', '^../../content/app/startup_helper_win.cc'], | 733 ['include', '^../../content/app/startup_helper_win.cc'], |
736 ], | 734 ], |
737 }], | 735 }], |
738 ], | 736 ], |
739 }, # target_name: views_examples_lib | 737 }, # target_name: views_examples_lib |
740 ], | 738 ], |
741 } | 739 } |
OLD | NEW |