Chromium Code Reviews| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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/button.cc', | 68 'controls/button/button.cc', |
| 69 'controls/button/button.h', | 69 'controls/button/button.h', |
| 70 'controls/button/border_images.cc', | |
|
tfarina
2012/10/26 00:38:36
nit: sort
msw
2012/10/27 07:40:57
Done.
| |
| 71 'controls/button/border_images.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', |
| 78 'controls/button/label_button.cc', | 80 'controls/button/label_button.cc', |
| 79 'controls/button/label_button.h', | 81 'controls/button/label_button.h', |
| (...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 888 'sources/': [ | 890 'sources/': [ |
| 889 # This is needed because the aura rule strips it from the default | 891 # This is needed because the aura rule strips it from the default |
| 890 # sources list. | 892 # sources list. |
| 891 ['include', '^../../content/app/startup_helper_win.cc'], | 893 ['include', '^../../content/app/startup_helper_win.cc'], |
| 892 ], | 894 ], |
| 893 }], | 895 }], |
| 894 ], | 896 ], |
| 895 }, # target_name: views_examples_with_content_exe | 897 }, # target_name: views_examples_with_content_exe |
| 896 ], | 898 ], |
| 897 } | 899 } |
| OLD | NEW |