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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 ['exclude', 'controls/menu/*'], | 405 ['exclude', 'controls/menu/*'], |
406 ['exclude', 'controls/scrollbar/*'], | 406 ['exclude', 'controls/scrollbar/*'], |
407 ['exclude', 'focus/accelerator_handler_aura.cc'], | 407 ['exclude', 'focus/accelerator_handler_aura.cc'], |
408 ['exclude', 'widget/tooltip_manager_views.cc'], | 408 ['exclude', 'widget/tooltip_manager_views.cc'], |
409 ], | 409 ], |
410 }], | 410 }], |
411 ], | 411 ], |
412 }], | 412 }], |
413 ['use_aura==0', { | 413 ['use_aura==0', { |
414 'sources!': [ | 414 'sources!': [ |
415 'controls/tabbed_pane/native_tabbed_pane_views.cc', | |
416 'controls/tabbed_pane/native_tabbed_pane_views.h', | |
417 'widget/tooltip_manager_views.cc', | 415 'widget/tooltip_manager_views.cc', |
418 ], | 416 ], |
419 }], | 417 }], |
420 ['use_aura==0 and OS=="win"', { | 418 ['use_aura==0 and OS=="win"', { |
421 'sources!': [ | 419 'sources!': [ |
422 'controls/menu/menu_config_views.cc', | 420 'controls/menu/menu_config_views.cc', |
423 'controls/menu/menu_item_view_views.cc', | 421 'controls/menu/menu_item_view_views.cc', |
424 'controls/menu/menu_separator_views.cc', | 422 'controls/menu/menu_separator_views.cc', |
425 'controls/table/group_table_view_views.cc', | 423 'controls/table/group_table_view_views.cc', |
426 'controls/table/group_table_view_views.h', | 424 'controls/table/group_table_view_views.h', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 'sources/': [ | 732 'sources/': [ |
735 # This is needed because the aura rule strips it from the default | 733 # This is needed because the aura rule strips it from the default |
736 # sources list. | 734 # sources list. |
737 ['include', '^../../content/app/startup_helper_win.cc'], | 735 ['include', '^../../content/app/startup_helper_win.cc'], |
738 ], | 736 ], |
739 }], | 737 }], |
740 ], | 738 ], |
741 }, # target_name: views_examples_lib | 739 }, # target_name: views_examples_lib |
742 ], | 740 ], |
743 } | 741 } |
OLD | NEW |