| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'bubble/bubble_delegate.cc', | 82 'bubble/bubble_delegate.cc', |
| 83 'bubble/bubble_delegate.h', | 83 'bubble/bubble_delegate.h', |
| 84 'bubble/bubble_frame_view.cc', | 84 'bubble/bubble_frame_view.cc', |
| 85 'bubble/bubble_frame_view.h', | 85 'bubble/bubble_frame_view.h', |
| 86 'bubble/bubble_window_targeter.cc', | 86 'bubble/bubble_window_targeter.cc', |
| 87 'bubble/bubble_window_targeter.h', | 87 'bubble/bubble_window_targeter.h', |
| 88 'bubble/tray_bubble_view.cc', | 88 'bubble/tray_bubble_view.cc', |
| 89 'bubble/tray_bubble_view.h', | 89 'bubble/tray_bubble_view.h', |
| 90 'button_drag_utils.cc', | 90 'button_drag_utils.cc', |
| 91 'button_drag_utils.h', | 91 'button_drag_utils.h', |
| 92 'cocoa/bridged_content_view.h', |
| 93 'cocoa/bridged_content_view.mm', |
| 94 'cocoa/bridged_native_widget.h', |
| 95 'cocoa/bridged_native_widget.mm', |
| 92 'color_chooser/color_chooser_listener.h', | 96 'color_chooser/color_chooser_listener.h', |
| 93 'color_chooser/color_chooser_view.cc', | 97 'color_chooser/color_chooser_view.cc', |
| 94 'color_chooser/color_chooser_view.h', | 98 'color_chooser/color_chooser_view.h', |
| 95 'color_constants.cc', | 99 'color_constants.cc', |
| 96 'color_constants.h', | 100 'color_constants.h', |
| 97 'context_menu_controller.h', | 101 'context_menu_controller.h', |
| 98 'controls/button/blue_button.cc', | 102 'controls/button/blue_button.cc', |
| 99 'controls/button/blue_button.h', | 103 'controls/button/blue_button.h', |
| 100 'controls/button/button.cc', | 104 'controls/button/button.cc', |
| 101 'controls/button/button.h', | 105 'controls/button/button.h', |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 'focus/focus_manager_unittest.cc', | 813 'focus/focus_manager_unittest.cc', |
| 810 'widget/window_reorderer_unittest.cc', | 814 'widget/window_reorderer_unittest.cc', |
| 811 'widget/widget_unittest.cc', | 815 'widget/widget_unittest.cc', |
| 812 'view_unittest.cc', | 816 'view_unittest.cc', |
| 813 ] | 817 ] |
| 814 }], | 818 }], |
| 815 ], | 819 ], |
| 816 }, # target_name: views_unittests | 820 }, # target_name: views_unittests |
| 817 ], | 821 ], |
| 818 } | 822 } |
| OLD | NEW |