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

Side by Side Diff: views/views.gyp

Issue 8368006: Support Windows native textfield, combobox, etc. in new bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore Widget return; same as Patch Set 9 with updated CreateBubble comment. Created 9 years, 1 month 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 | « views/examples/bubble_example.cc ('k') | views/window/client_view.h » ('j') | 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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '../ui/ui.gyp:ui_resources_standard', 565 '../ui/ui.gyp:ui_resources_standard',
566 'views', 566 'views',
567 ], 567 ],
568 'include_dirs': [ 568 'include_dirs': [
569 '..', 569 '..',
570 ], 570 ],
571 'sources': [ 571 'sources': [
572 'animation/bounds_animator_unittest.cc', 572 'animation/bounds_animator_unittest.cc',
573 'bubble/bubble_delegate_unittest.cc', 573 'bubble/bubble_delegate_unittest.cc',
574 'bubble/bubble_frame_view_unittest.cc', 574 'bubble/bubble_frame_view_unittest.cc',
575 'bubble/bubble_view_unittest.cc',
576 'controls/label_unittest.cc', 575 'controls/label_unittest.cc',
577 'controls/progress_bar_unittest.cc', 576 'controls/progress_bar_unittest.cc',
578 'controls/single_split_view_unittest.cc', 577 'controls/single_split_view_unittest.cc',
579 'controls/tabbed_pane/tabbed_pane_unittest.cc', 578 'controls/tabbed_pane/tabbed_pane_unittest.cc',
580 'controls/table/table_view_unittest.cc', 579 'controls/table/table_view_unittest.cc',
581 'controls/combobox/native_combobox_views_unittest.cc', 580 'controls/combobox/native_combobox_views_unittest.cc',
582 'controls/menu/menu_model_adapter_unittest.cc', 581 'controls/menu/menu_model_adapter_unittest.cc',
583 'controls/textfield/native_textfield_views_unittest.cc', 582 'controls/textfield/native_textfield_views_unittest.cc',
584 'controls/textfield/textfield_views_model_unittest.cc', 583 'controls/textfield/textfield_views_model_unittest.cc',
585 'controls/scrollbar/scrollbar_unittest.cc', 584 'controls/scrollbar/scrollbar_unittest.cc',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'dependencies': [ 953 'dependencies': [
955 '../chrome/chrome.gyp:packed_resources', 954 '../chrome/chrome.gyp:packed_resources',
956 ], 955 ],
957 }], 956 }],
958 ], 957 ],
959 }, 958 },
960 ], 959 ],
961 }], 960 }],
962 ], 961 ],
963 } 962 }
OLDNEW
« no previous file with comments | « views/examples/bubble_example.cc ('k') | views/window/client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698