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

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

Issue 10905311: Consolidate bubble border code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit in #2 and arrow interior color Created 8 years, 3 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
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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'background.cc', 57 'background.cc',
58 'background.h', 58 'background.h',
59 'border.cc', 59 'border.cc',
60 'border.h', 60 'border.h',
61 'bubble/bubble_border.cc', 61 'bubble/bubble_border.cc',
62 'bubble/bubble_border.h', 62 'bubble/bubble_border.h',
63 'bubble/bubble_delegate.cc', 63 'bubble/bubble_delegate.cc',
64 'bubble/bubble_delegate.h', 64 'bubble/bubble_delegate.h',
65 'bubble/bubble_frame_view.cc', 65 'bubble/bubble_frame_view.cc',
66 'bubble/bubble_frame_view.h', 66 'bubble/bubble_frame_view.h',
67 'bubble/bubble_border_2.cc',
68 'bubble/bubble_border_2.h',
69 'button_drag_utils.cc', 67 'button_drag_utils.cc',
70 'button_drag_utils.h', 68 'button_drag_utils.h',
71 'color_chooser/color_chooser_listener.h', 69 'color_chooser/color_chooser_listener.h',
72 'color_chooser/color_chooser_view.cc', 70 'color_chooser/color_chooser_view.cc',
73 'color_chooser/color_chooser_view.h', 71 'color_chooser/color_chooser_view.h',
74 'color_constants.cc', 72 'color_constants.cc',
75 'color_constants.h', 73 'color_constants.h',
76 'context_menu_controller.h', 74 'context_menu_controller.h',
77 'controls/button/button.cc', 75 'controls/button/button.cc',
78 'controls/button/button.h', 76 'controls/button/button.h',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'sources/': [ 857 'sources/': [
860 # This is needed because the aura rule strips it from the default 858 # This is needed because the aura rule strips it from the default
861 # sources list. 859 # sources list.
862 ['include', '^../../content/app/startup_helper_win.cc'], 860 ['include', '^../../content/app/startup_helper_win.cc'],
863 ], 861 ],
864 }], 862 }],
865 ], 863 ],
866 }, # target_name: views_examples_with_content_exe 864 }, # target_name: views_examples_with_content_exe
867 ], 865 ],
868 } 866 }
OLDNEW
« ui/views/bubble/bubble_frame_view.cc ('K') | « ui/views/bubble/bubble_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698