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

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

Issue 8870003: Merge BorderContentsView into BubbleFrameView; simplify. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove allow_bubble_offscreen, simplify and update tests. Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'accessibility/native_view_accessibility_win.cc', 48 'accessibility/native_view_accessibility_win.cc',
49 'accessibility/native_view_accessibility_win.h', 49 'accessibility/native_view_accessibility_win.h',
50 'accessible_pane_view.cc', 50 'accessible_pane_view.cc',
51 'accessible_pane_view.h', 51 'accessible_pane_view.h',
52 'animation/bounds_animator.cc', 52 'animation/bounds_animator.cc',
53 'animation/bounds_animator.h', 53 'animation/bounds_animator.h',
54 'background.cc', 54 'background.cc',
55 'background.h', 55 'background.h',
56 'border.cc', 56 'border.cc',
57 'border.h', 57 'border.h',
58 'bubble/border_contents_view.cc',
59 'bubble/border_contents_view.h',
60 'bubble/bubble_border.cc', 58 'bubble/bubble_border.cc',
61 'bubble/bubble_border.h', 59 'bubble/bubble_border.h',
62 'bubble/bubble_delegate.cc', 60 'bubble/bubble_delegate.cc',
63 'bubble/bubble_delegate.h', 61 'bubble/bubble_delegate.h',
64 'bubble/bubble_frame_view.cc', 62 'bubble/bubble_frame_view.cc',
65 'bubble/bubble_frame_view.h', 63 'bubble/bubble_frame_view.h',
66 'context_menu_controller.h', 64 'context_menu_controller.h',
67 'controls/button/button.cc', 65 'controls/button/button.cc',
68 'controls/button/button.h', 66 'controls/button/button.h',
69 'controls/button/button_dropdown.cc', 67 'controls/button/button_dropdown.cc',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '../ui.gyp:ui_resources', 503 '../ui.gyp:ui_resources',
506 '../ui.gyp:ui_resources_standard', 504 '../ui.gyp:ui_resources_standard',
507 'views', 505 'views',
508 ], 506 ],
509 'include_dirs': [ 507 'include_dirs': [
510 '..', 508 '..',
511 ], 509 ],
512 'sources': [ 510 'sources': [
513 'accessible_pane_view_unittest.cc', 511 'accessible_pane_view_unittest.cc',
514 'animation/bounds_animator_unittest.cc', 512 'animation/bounds_animator_unittest.cc',
515 'bubble/border_contents_unittest.cc',
516 'bubble/bubble_delegate_unittest.cc', 513 'bubble/bubble_delegate_unittest.cc',
517 'bubble/bubble_frame_view_unittest.cc', 514 'bubble/bubble_frame_view_unittest.cc',
518 'controls/combobox/native_combobox_views_unittest.cc', 515 'controls/combobox/native_combobox_views_unittest.cc',
519 'controls/label_unittest.cc', 516 'controls/label_unittest.cc',
520 'controls/menu/menu_model_adapter_unittest.cc', 517 'controls/menu/menu_model_adapter_unittest.cc',
521 'controls/progress_bar_unittest.cc', 518 'controls/progress_bar_unittest.cc',
522 'controls/scrollbar/scrollbar_unittest.cc', 519 'controls/scrollbar/scrollbar_unittest.cc',
523 'controls/single_split_view_unittest.cc', 520 'controls/single_split_view_unittest.cc',
524 'controls/tabbed_pane/tabbed_pane_unittest.cc', 521 'controls/tabbed_pane/tabbed_pane_unittest.cc',
525 'controls/table/table_view_unittest.cc', 522 'controls/table/table_view_unittest.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'msvs_settings': { 743 'msvs_settings': {
747 'VCManifestTool': { 744 'VCManifestTool': {
748 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 745 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
749 }, 746 },
750 }, 747 },
751 }], 748 }],
752 ], 749 ],
753 }, # target_name: views_examples_lib 750 }, # target_name: views_examples_lib
754 ], 751 ],
755 } 752 }
OLDNEW
« ui/views/bubble/bubble_frame_view.cc ('K') | « 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