| 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 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'mouse_watcher_view_host.h', | 307 'mouse_watcher_view_host.h', |
| 308 'native_theme_delegate.h', | 308 'native_theme_delegate.h', |
| 309 'native_theme_painter.cc', | 309 'native_theme_painter.cc', |
| 310 'native_theme_painter.h', | 310 'native_theme_painter.h', |
| 311 'painter.cc', | 311 'painter.cc', |
| 312 'painter.h', | 312 'painter.h', |
| 313 'repeat_controller.cc', | 313 'repeat_controller.cc', |
| 314 'repeat_controller.h', | 314 'repeat_controller.h', |
| 315 'round_rect_painter.cc', | 315 'round_rect_painter.cc', |
| 316 'round_rect_painter.h', | 316 'round_rect_painter.h', |
| 317 'touchui/touch_selection_controller.cc', | |
| 318 'touchui/touch_selection_controller.h', | |
| 319 'view.cc', | 317 'view.cc', |
| 320 'view.h', | 318 'view.h', |
| 321 'view_constants.cc', | 319 'view_constants.cc', |
| 322 'view_constants.h', | 320 'view_constants.h', |
| 323 'view_aura.cc', | 321 'view_aura.cc', |
| 324 'view_model.cc', | 322 'view_model.cc', |
| 325 'view_model.h', | 323 'view_model.h', |
| 326 'view_model_utils.cc', | 324 'view_model_utils.cc', |
| 327 'view_model_utils.h', | 325 'view_model_utils.h', |
| 328 'view_text_utils.cc', | 326 'view_text_utils.cc', |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'sources/': [ | 951 'sources/': [ |
| 954 # This is needed because the aura rule strips it from the default | 952 # This is needed because the aura rule strips it from the default |
| 955 # sources list. | 953 # sources list. |
| 956 ['include', '^../../content/app/startup_helper_win.cc'], | 954 ['include', '^../../content/app/startup_helper_win.cc'], |
| 957 ], | 955 ], |
| 958 }], | 956 }], |
| 959 ], | 957 ], |
| 960 }, # target_name: views_examples_with_content_exe | 958 }, # target_name: views_examples_with_content_exe |
| 961 ], | 959 ], |
| 962 } | 960 } |
| OLD | NEW |