Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: ui/views/views.gyp

Issue 14631022: Add support for blue buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/views/controls/button/button.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'bubble/tray_bubble_view.cc', 62 'bubble/tray_bubble_view.cc',
63 'bubble/tray_bubble_view.h', 63 'bubble/tray_bubble_view.h',
64 'button_drag_utils.cc', 64 'button_drag_utils.cc',
65 'button_drag_utils.h', 65 'button_drag_utils.h',
66 'color_chooser/color_chooser_listener.h', 66 'color_chooser/color_chooser_listener.h',
67 'color_chooser/color_chooser_view.cc', 67 'color_chooser/color_chooser_view.cc',
68 'color_chooser/color_chooser_view.h', 68 'color_chooser/color_chooser_view.h',
69 'color_constants.cc', 69 'color_constants.cc',
70 'color_constants.h', 70 'color_constants.h',
71 'context_menu_controller.h', 71 'context_menu_controller.h',
72 'controls/button/blue_button.cc',
73 'controls/button/blue_button.h',
72 'controls/button/button.cc', 74 'controls/button/button.cc',
73 'controls/button/button.h', 75 'controls/button/button.h',
74 'controls/button/button_dropdown.cc', 76 'controls/button/button_dropdown.cc',
75 'controls/button/button_dropdown.h', 77 'controls/button/button_dropdown.h',
76 'controls/button/checkbox.cc', 78 'controls/button/checkbox.cc',
77 'controls/button/checkbox.h', 79 'controls/button/checkbox.h',
78 'controls/button/custom_button.cc', 80 'controls/button/custom_button.cc',
79 'controls/button/custom_button.h', 81 'controls/button/custom_button.h',
80 'controls/button/image_button.cc', 82 'controls/button/image_button.cc',
81 'controls/button/image_button.h', 83 'controls/button/image_button.h',
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'sources/': [ 1015 'sources/': [
1014 # This is needed because the aura rule strips it from the default 1016 # This is needed because the aura rule strips it from the default
1015 # sources list. 1017 # sources list.
1016 ['include', '^../../content/app/startup_helper_win.cc'], 1018 ['include', '^../../content/app/startup_helper_win.cc'],
1017 ], 1019 ],
1018 }], 1020 }],
1019 ], 1021 ],
1020 }, # target_name: views_examples_with_content_exe 1022 }, # target_name: views_examples_with_content_exe
1021 ], 1023 ],
1022 } 1024 }
OLDNEW
« no previous file with comments | « ui/views/controls/button/button.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698