| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'round_rect_painter.cc', | 338 'round_rect_painter.cc', |
| 339 'round_rect_painter.h', | 339 'round_rect_painter.h', |
| 340 'shadow_border.cc', | 340 'shadow_border.cc', |
| 341 'shadow_border.h', | 341 'shadow_border.h', |
| 342 'touchui/touch_editing_menu.cc', | 342 'touchui/touch_editing_menu.cc', |
| 343 'touchui/touch_editing_menu.h', | 343 'touchui/touch_editing_menu.h', |
| 344 'touchui/touch_selection_controller_impl.cc', | 344 'touchui/touch_selection_controller_impl.cc', |
| 345 'touchui/touch_selection_controller_impl.h', | 345 'touchui/touch_selection_controller_impl.h', |
| 346 'view.cc', | 346 'view.cc', |
| 347 'view.h', | 347 'view.h', |
| 348 'view_aura.cc', |
| 348 'view_constants.cc', | 349 'view_constants.cc', |
| 349 'view_constants.h', | 350 'view_constants.h', |
| 350 'view_constants_aura.cc', | 351 'view_constants_aura.cc', |
| 351 'view_constants_aura.h', | 352 'view_constants_aura.h', |
| 352 'view_aura.cc', | |
| 353 'view_model.cc', | 353 'view_model.cc', |
| 354 'view_model.h', | 354 'view_model.h', |
| 355 'view_model_utils.cc', | 355 'view_model_utils.cc', |
| 356 'view_model_utils.h', | 356 'view_model_utils.h', |
| 357 'view_win.cc', | 357 'view_win.cc', |
| 358 'views_switches.cc', | 358 'views_switches.cc', |
| 359 'views_switches.h', | 359 'views_switches.h', |
| 360 'views_delegate.cc', | 360 'views_delegate.cc', |
| 361 'views_delegate.h', | 361 'views_delegate.h', |
| 362 'widget/aero_tooltip_manager.cc', | 362 'widget/aero_tooltip_manager.cc', |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1102 'sources/': [ | 1102 'sources/': [ |
| 1103 # This is needed because the aura rule strips it from the default | 1103 # This is needed because the aura rule strips it from the default |
| 1104 # sources list. | 1104 # sources list. |
| 1105 ['include', '^../../content/app/startup_helper_win.cc'], | 1105 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1106 ], | 1106 ], |
| 1107 }], | 1107 }], |
| 1108 ], | 1108 ], |
| 1109 }, # target_name: views_examples_with_content_exe | 1109 }, # target_name: views_examples_with_content_exe |
| 1110 ], | 1110 ], |
| 1111 } | 1111 } |
| OLD | NEW |