| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'border.cc', | 58 'border.cc', |
| 59 'border.h', | 59 'border.h', |
| 60 'bubble/bubble_border.cc', | 60 'bubble/bubble_border.cc', |
| 61 'bubble/bubble_border.h', | 61 'bubble/bubble_border.h', |
| 62 'bubble/bubble_delegate.cc', | 62 'bubble/bubble_delegate.cc', |
| 63 'bubble/bubble_delegate.h', | 63 'bubble/bubble_delegate.h', |
| 64 'bubble/bubble_frame_view.cc', | 64 'bubble/bubble_frame_view.cc', |
| 65 'bubble/bubble_frame_view.h', | 65 'bubble/bubble_frame_view.h', |
| 66 'button_drag_utils.cc', | 66 'button_drag_utils.cc', |
| 67 'button_drag_utils.h', | 67 'button_drag_utils.h', |
| 68 'color_chooser/color_chooser_listener.h', |
| 69 'color_chooser/color_chooser_view.cc', |
| 70 'color_chooser/color_chooser_view.h', |
| 68 'color_constants.cc', | 71 'color_constants.cc', |
| 69 'color_constants.h', | 72 'color_constants.h', |
| 70 'context_menu_controller.h', | 73 'context_menu_controller.h', |
| 71 'controls/button/button.cc', | 74 'controls/button/button.cc', |
| 72 'controls/button/button.h', | 75 'controls/button/button.h', |
| 73 'controls/button/button_dropdown.cc', | 76 'controls/button/button_dropdown.cc', |
| 74 'controls/button/button_dropdown.h', | 77 'controls/button/button_dropdown.h', |
| 75 'controls/button/checkbox.cc', | 78 'controls/button/checkbox.cc', |
| 76 'controls/button/checkbox.h', | 79 'controls/button/checkbox.h', |
| 77 'controls/button/custom_button.cc', | 80 'controls/button/custom_button.cc', |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 'sources/': [ | 740 'sources/': [ |
| 738 # This is needed because the aura rule strips it from the default | 741 # This is needed because the aura rule strips it from the default |
| 739 # sources list. | 742 # sources list. |
| 740 ['include', '^../../content/app/startup_helper_win.cc'], | 743 ['include', '^../../content/app/startup_helper_win.cc'], |
| 741 ], | 744 ], |
| 742 }], | 745 }], |
| 743 ], | 746 ], |
| 744 }, # target_name: views_examples_lib | 747 }, # target_name: views_examples_lib |
| 745 ], | 748 ], |
| 746 } | 749 } |
| OLD | NEW |