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

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: remove USE_AURA ifdef for kBigShadowImages and kSmalleShadowImages 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
« no previous file with comments | « ui/views/bubble/bubble_frame_view_unittest.cc ('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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'background.cc', 51 'background.cc',
52 'background.h', 52 'background.h',
53 'border.cc', 53 'border.cc',
54 'border.h', 54 'border.h',
55 'bubble/bubble_border.cc', 55 'bubble/bubble_border.cc',
56 'bubble/bubble_border.h', 56 'bubble/bubble_border.h',
57 'bubble/bubble_delegate.cc', 57 'bubble/bubble_delegate.cc',
58 'bubble/bubble_delegate.h', 58 'bubble/bubble_delegate.h',
59 'bubble/bubble_frame_view.cc', 59 'bubble/bubble_frame_view.cc',
60 'bubble/bubble_frame_view.h', 60 'bubble/bubble_frame_view.h',
61 'bubble/bubble_border_2.cc',
62 'bubble/bubble_border_2.h',
63 'button_drag_utils.cc', 61 'button_drag_utils.cc',
64 'button_drag_utils.h', 62 'button_drag_utils.h',
65 'color_chooser/color_chooser_listener.h', 63 'color_chooser/color_chooser_listener.h',
66 'color_chooser/color_chooser_view.cc', 64 'color_chooser/color_chooser_view.cc',
67 'color_chooser/color_chooser_view.h', 65 'color_chooser/color_chooser_view.h',
68 'color_constants.cc', 66 'color_constants.cc',
69 'color_constants.h', 67 'color_constants.h',
70 'context_menu_controller.h', 68 'context_menu_controller.h',
71 'controls/button/button.cc', 69 'controls/button/button.cc',
72 'controls/button/button.h', 70 'controls/button/button.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../ui.gyp:ui_test_support', 532 '../ui.gyp:ui_test_support',
535 'test_support_views', 533 'test_support_views',
536 'views', 534 'views',
537 ], 535 ],
538 'include_dirs': [ 536 'include_dirs': [
539 '..', 537 '..',
540 ], 538 ],
541 'sources': [ 539 'sources': [
542 'accessible_pane_view_unittest.cc', 540 'accessible_pane_view_unittest.cc',
543 'animation/bounds_animator_unittest.cc', 541 'animation/bounds_animator_unittest.cc',
542 'bubble/bubble_border_unittest.cc',
544 'bubble/bubble_delegate_unittest.cc', 543 'bubble/bubble_delegate_unittest.cc',
545 'bubble/bubble_frame_view_unittest.cc', 544 'bubble/bubble_frame_view_unittest.cc',
546 'controls/button/image_button_unittest.cc', 545 'controls/button/image_button_unittest.cc',
547 'controls/combobox/native_combobox_views_unittest.cc', 546 'controls/combobox/native_combobox_views_unittest.cc',
548 'controls/label_unittest.cc', 547 'controls/label_unittest.cc',
549 'controls/menu/menu_model_adapter_unittest.cc', 548 'controls/menu/menu_model_adapter_unittest.cc',
550 'controls/progress_bar_unittest.cc', 549 'controls/progress_bar_unittest.cc',
551 'controls/scrollbar/scrollbar_unittest.cc', 550 'controls/scrollbar/scrollbar_unittest.cc',
552 'controls/single_split_view_unittest.cc', 551 'controls/single_split_view_unittest.cc',
553 'controls/slider_unittest.cc', 552 'controls/slider_unittest.cc',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'sources/': [ 839 'sources/': [
841 # This is needed because the aura rule strips it from the default 840 # This is needed because the aura rule strips it from the default
842 # sources list. 841 # sources list.
843 ['include', '^../../content/app/startup_helper_win.cc'], 842 ['include', '^../../content/app/startup_helper_win.cc'],
844 ], 843 ],
845 }], 844 }],
846 ], 845 ],
847 }, # target_name: views_examples_with_content_exe 846 }, # target_name: views_examples_with_content_exe
848 ], 847 ],
849 } 848 }
OLDNEW
« no previous file with comments | « ui/views/bubble/bubble_frame_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698