| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'controls/button/button.cc', | 68 'controls/button/button.cc', |
| 69 'controls/button/button.h', | 69 'controls/button/button.h', |
| 70 'controls/button/button_dropdown.cc', | 70 'controls/button/button_dropdown.cc', |
| 71 'controls/button/button_dropdown.h', | 71 'controls/button/button_dropdown.h', |
| 72 'controls/button/checkbox.cc', | 72 'controls/button/checkbox.cc', |
| 73 'controls/button/checkbox.h', | 73 'controls/button/checkbox.h', |
| 74 'controls/button/custom_button.cc', | 74 'controls/button/custom_button.cc', |
| 75 'controls/button/custom_button.h', | 75 'controls/button/custom_button.h', |
| 76 'controls/button/image_button.cc', | 76 'controls/button/image_button.cc', |
| 77 'controls/button/image_button.h', | 77 'controls/button/image_button.h', |
| 78 'controls/button/label_button.cc', |
| 79 'controls/button/label_button.h', |
| 80 'controls/button/label_button_border.cc', |
| 81 'controls/button/label_button_border.h', |
| 78 'controls/button/menu_button.cc', | 82 'controls/button/menu_button.cc', |
| 79 'controls/button/menu_button.h', | 83 'controls/button/menu_button.h', |
| 80 'controls/button/menu_button_listener.h', | 84 'controls/button/menu_button_listener.h', |
| 81 'controls/button/radio_button.cc', | 85 'controls/button/radio_button.cc', |
| 82 'controls/button/radio_button.h', | 86 'controls/button/radio_button.h', |
| 83 'controls/button/text_button.cc', | 87 'controls/button/text_button.cc', |
| 84 'controls/button/text_button.h', | 88 'controls/button/text_button.h', |
| 85 'controls/button/chrome_style.cc', | 89 'controls/button/chrome_style.cc', |
| 86 'controls/button/chrome_style.h', | 90 'controls/button/chrome_style.h', |
| 87 'controls/combobox/combobox.cc', | 91 'controls/combobox/combobox.cc', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'include_dirs': [ | 579 'include_dirs': [ |
| 576 '..', | 580 '..', |
| 577 ], | 581 ], |
| 578 'sources': [ | 582 'sources': [ |
| 579 'accessible_pane_view_unittest.cc', | 583 'accessible_pane_view_unittest.cc', |
| 580 'animation/bounds_animator_unittest.cc', | 584 'animation/bounds_animator_unittest.cc', |
| 581 'bubble/bubble_border_unittest.cc', | 585 'bubble/bubble_border_unittest.cc', |
| 582 'bubble/bubble_delegate_unittest.cc', | 586 'bubble/bubble_delegate_unittest.cc', |
| 583 'bubble/bubble_frame_view_unittest.cc', | 587 'bubble/bubble_frame_view_unittest.cc', |
| 584 'controls/button/image_button_unittest.cc', | 588 'controls/button/image_button_unittest.cc', |
| 589 'controls/button/label_button_unittest.cc', |
| 585 'controls/combobox/native_combobox_views_unittest.cc', | 590 'controls/combobox/native_combobox_views_unittest.cc', |
| 586 'controls/label_unittest.cc', | 591 'controls/label_unittest.cc', |
| 587 'controls/menu/menu_model_adapter_unittest.cc', | 592 'controls/menu/menu_model_adapter_unittest.cc', |
| 588 'controls/native/native_view_host_unittest.cc', | 593 'controls/native/native_view_host_unittest.cc', |
| 589 'controls/progress_bar_unittest.cc', | 594 'controls/progress_bar_unittest.cc', |
| 590 'controls/scrollbar/scrollbar_unittest.cc', | 595 'controls/scrollbar/scrollbar_unittest.cc', |
| 591 'controls/single_split_view_unittest.cc', | 596 'controls/single_split_view_unittest.cc', |
| 592 'controls/slider_unittest.cc', | 597 'controls/slider_unittest.cc', |
| 593 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 598 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 594 'controls/table/table_view_unittest.cc', | 599 'controls/table/table_view_unittest.cc', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 'sources/': [ | 888 'sources/': [ |
| 884 # This is needed because the aura rule strips it from the default | 889 # This is needed because the aura rule strips it from the default |
| 885 # sources list. | 890 # sources list. |
| 886 ['include', '^../../content/app/startup_helper_win.cc'], | 891 ['include', '^../../content/app/startup_helper_win.cc'], |
| 887 ], | 892 ], |
| 888 }], | 893 }], |
| 889 ], | 894 ], |
| 890 }, # target_name: views_examples_with_content_exe | 895 }, # target_name: views_examples_with_content_exe |
| 891 ], | 896 ], |
| 892 } | 897 } |
| OLD | NEW |