| 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 'bubble/bubble_frame_view.cc', | 58 'bubble/bubble_frame_view.cc', |
| 59 'bubble/bubble_frame_view.h', | 59 'bubble/bubble_frame_view.h', |
| 60 'button_drag_utils.cc', | 60 'button_drag_utils.cc', |
| 61 'button_drag_utils.h', | 61 'button_drag_utils.h', |
| 62 'color_chooser/color_chooser_listener.h', | 62 'color_chooser/color_chooser_listener.h', |
| 63 'color_chooser/color_chooser_view.cc', | 63 'color_chooser/color_chooser_view.cc', |
| 64 'color_chooser/color_chooser_view.h', | 64 'color_chooser/color_chooser_view.h', |
| 65 'color_constants.cc', | 65 'color_constants.cc', |
| 66 'color_constants.h', | 66 'color_constants.h', |
| 67 'context_menu_controller.h', | 67 'context_menu_controller.h', |
| 68 'controls/button/border_images.cc', |
| 69 'controls/button/border_images.h', |
| 68 'controls/button/button.cc', | 70 'controls/button/button.cc', |
| 69 'controls/button/button.h', | 71 'controls/button/button.h', |
| 70 'controls/button/button_dropdown.cc', | 72 'controls/button/button_dropdown.cc', |
| 71 'controls/button/button_dropdown.h', | 73 'controls/button/button_dropdown.h', |
| 72 'controls/button/checkbox.cc', | 74 'controls/button/checkbox.cc', |
| 73 'controls/button/checkbox.h', | 75 'controls/button/checkbox.h', |
| 74 'controls/button/custom_button.cc', | 76 'controls/button/custom_button.cc', |
| 75 'controls/button/custom_button.h', | 77 'controls/button/custom_button.h', |
| 76 'controls/button/image_button.cc', | 78 'controls/button/image_button.cc', |
| 77 'controls/button/image_button.h', | 79 'controls/button/image_button.h', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'sources/': [ | 882 'sources/': [ |
| 881 # This is needed because the aura rule strips it from the default | 883 # This is needed because the aura rule strips it from the default |
| 882 # sources list. | 884 # sources list. |
| 883 ['include', '^../../content/app/startup_helper_win.cc'], | 885 ['include', '^../../content/app/startup_helper_win.cc'], |
| 884 ], | 886 ], |
| 885 }], | 887 }], |
| 886 ], | 888 ], |
| 887 }, # target_name: views_examples_with_content_exe | 889 }, # target_name: views_examples_with_content_exe |
| 888 ], | 890 ], |
| 889 } | 891 } |
| OLD | NEW |