| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 296 'paint_lock.cc', |
| 297 'paint_lock.h', | 297 'paint_lock.h', |
| 298 'painter.cc', | 298 'painter.cc', |
| 299 'painter.h', | 299 'painter.h', |
| 300 'radial_menu/radial_menu_views.cc', |
| 301 'radial_menu/radial_menu_views.h', |
| 300 'repeat_controller.cc', | 302 'repeat_controller.cc', |
| 301 'repeat_controller.h', | 303 'repeat_controller.h', |
| 302 'touchui/touch_selection_controller.cc', | 304 'touchui/touch_selection_controller.cc', |
| 303 'touchui/touch_selection_controller.h', | 305 'touchui/touch_selection_controller.h', |
| 304 'view.cc', | 306 'view.cc', |
| 305 'view.h', | 307 'view.h', |
| 306 'view_constants.cc', | 308 'view_constants.cc', |
| 307 'view_constants.h', | 309 'view_constants.h', |
| 308 'view_aura.cc', | 310 'view_aura.cc', |
| 309 'view_model.cc', | 311 'view_model.cc', |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 'sources/': [ | 739 'sources/': [ |
| 738 # 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 |
| 739 # sources list. | 741 # sources list. |
| 740 ['include', '^../../content/app/startup_helper_win.cc'], | 742 ['include', '^../../content/app/startup_helper_win.cc'], |
| 741 ], | 743 ], |
| 742 }], | 744 }], |
| 743 ], | 745 ], |
| 744 }, # target_name: views_examples_lib | 746 }, # target_name: views_examples_lib |
| 745 ], | 747 ], |
| 746 } | 748 } |
| OLD | NEW |