| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'background.cc', | 57 'background.cc', |
| 58 'background.h', | 58 'background.h', |
| 59 'border.cc', | 59 'border.cc', |
| 60 'border.h', | 60 'border.h', |
| 61 'bubble/bubble_border.cc', | 61 'bubble/bubble_border.cc', |
| 62 'bubble/bubble_border.h', | 62 'bubble/bubble_border.h', |
| 63 'bubble/bubble_delegate.cc', | 63 'bubble/bubble_delegate.cc', |
| 64 'bubble/bubble_delegate.h', | 64 'bubble/bubble_delegate.h', |
| 65 'bubble/bubble_frame_view.cc', | 65 'bubble/bubble_frame_view.cc', |
| 66 'bubble/bubble_frame_view.h', | 66 'bubble/bubble_frame_view.h', |
| 67 'bubble/bubble_border_2.cc', | |
| 68 'bubble/bubble_border_2.h', | |
| 69 'button_drag_utils.cc', | 67 'button_drag_utils.cc', |
| 70 'button_drag_utils.h', | 68 'button_drag_utils.h', |
| 71 'color_chooser/color_chooser_listener.h', | 69 'color_chooser/color_chooser_listener.h', |
| 72 'color_chooser/color_chooser_view.cc', | 70 'color_chooser/color_chooser_view.cc', |
| 73 'color_chooser/color_chooser_view.h', | 71 'color_chooser/color_chooser_view.h', |
| 74 'color_constants.cc', | 72 'color_constants.cc', |
| 75 'color_constants.h', | 73 'color_constants.h', |
| 76 'context_menu_controller.h', | 74 'context_menu_controller.h', |
| 77 'controls/button/button.cc', | 75 'controls/button/button.cc', |
| 78 'controls/button/button.h', | 76 'controls/button/button.h', |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 '../ui.gyp:ui_test_support', | 551 '../ui.gyp:ui_test_support', |
| 554 'test_support_views', | 552 'test_support_views', |
| 555 'views', | 553 'views', |
| 556 ], | 554 ], |
| 557 'include_dirs': [ | 555 'include_dirs': [ |
| 558 '..', | 556 '..', |
| 559 ], | 557 ], |
| 560 'sources': [ | 558 'sources': [ |
| 561 'accessible_pane_view_unittest.cc', | 559 'accessible_pane_view_unittest.cc', |
| 562 'animation/bounds_animator_unittest.cc', | 560 'animation/bounds_animator_unittest.cc', |
| 561 'bubble/bubble_border_unittest.cc', |
| 563 'bubble/bubble_delegate_unittest.cc', | 562 'bubble/bubble_delegate_unittest.cc', |
| 564 'bubble/bubble_frame_view_unittest.cc', | 563 'bubble/bubble_frame_view_unittest.cc', |
| 565 'controls/button/image_button_unittest.cc', | 564 'controls/button/image_button_unittest.cc', |
| 566 'controls/combobox/native_combobox_views_unittest.cc', | 565 'controls/combobox/native_combobox_views_unittest.cc', |
| 567 'controls/label_unittest.cc', | 566 'controls/label_unittest.cc', |
| 568 'controls/menu/menu_model_adapter_unittest.cc', | 567 'controls/menu/menu_model_adapter_unittest.cc', |
| 569 'controls/progress_bar_unittest.cc', | 568 'controls/progress_bar_unittest.cc', |
| 570 'controls/scrollbar/scrollbar_unittest.cc', | 569 'controls/scrollbar/scrollbar_unittest.cc', |
| 571 'controls/single_split_view_unittest.cc', | 570 'controls/single_split_view_unittest.cc', |
| 572 'controls/slider_unittest.cc', | 571 'controls/slider_unittest.cc', |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'sources/': [ | 858 'sources/': [ |
| 860 # This is needed because the aura rule strips it from the default | 859 # This is needed because the aura rule strips it from the default |
| 861 # sources list. | 860 # sources list. |
| 862 ['include', '^../../content/app/startup_helper_win.cc'], | 861 ['include', '^../../content/app/startup_helper_win.cc'], |
| 863 ], | 862 ], |
| 864 }], | 863 }], |
| 865 ], | 864 ], |
| 866 }, # target_name: views_examples_with_content_exe | 865 }, # target_name: views_examples_with_content_exe |
| 867 ], | 866 ], |
| 868 } | 867 } |
| OLD | NEW |