| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'include_dirs': [ | 561 'include_dirs': [ |
| 558 '..', | 562 '..', |
| 559 ], | 563 ], |
| 560 'sources': [ | 564 'sources': [ |
| 561 'accessible_pane_view_unittest.cc', | 565 'accessible_pane_view_unittest.cc', |
| 562 'animation/bounds_animator_unittest.cc', | 566 'animation/bounds_animator_unittest.cc', |
| 563 'bubble/bubble_border_unittest.cc', | 567 'bubble/bubble_border_unittest.cc', |
| 564 'bubble/bubble_delegate_unittest.cc', | 568 'bubble/bubble_delegate_unittest.cc', |
| 565 'bubble/bubble_frame_view_unittest.cc', | 569 'bubble/bubble_frame_view_unittest.cc', |
| 566 'controls/button/image_button_unittest.cc', | 570 'controls/button/image_button_unittest.cc', |
| 571 'controls/button/label_button_unittest.cc', |
| 567 'controls/combobox/native_combobox_views_unittest.cc', | 572 'controls/combobox/native_combobox_views_unittest.cc', |
| 568 'controls/label_unittest.cc', | 573 'controls/label_unittest.cc', |
| 569 'controls/menu/menu_model_adapter_unittest.cc', | 574 'controls/menu/menu_model_adapter_unittest.cc', |
| 570 'controls/native/native_view_host_unittest.cc', | 575 'controls/native/native_view_host_unittest.cc', |
| 571 'controls/progress_bar_unittest.cc', | 576 'controls/progress_bar_unittest.cc', |
| 572 'controls/scrollbar/scrollbar_unittest.cc', | 577 'controls/scrollbar/scrollbar_unittest.cc', |
| 573 'controls/single_split_view_unittest.cc', | 578 'controls/single_split_view_unittest.cc', |
| 574 'controls/slider_unittest.cc', | 579 'controls/slider_unittest.cc', |
| 575 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 580 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 576 'controls/table/table_view_unittest.cc', | 581 'controls/table/table_view_unittest.cc', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 'sources/': [ | 870 'sources/': [ |
| 866 # This is needed because the aura rule strips it from the default | 871 # This is needed because the aura rule strips it from the default |
| 867 # sources list. | 872 # sources list. |
| 868 ['include', '^../../content/app/startup_helper_win.cc'], | 873 ['include', '^../../content/app/startup_helper_win.cc'], |
| 869 ], | 874 ], |
| 870 }], | 875 }], |
| 871 ], | 876 ], |
| 872 }, # target_name: views_examples_with_content_exe | 877 }, # target_name: views_examples_with_content_exe |
| 873 ], | 878 ], |
| 874 } | 879 } |
| OLD | NEW |