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

Side by Side Diff: views/views.gyp

Issue 8368016: Rebase BookmarkBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Anchor by View instead of Point, tweak select_on_focus, add TextfieldTest. 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
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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'bubble/bubble_delegate_unittest.cc', 578 'bubble/bubble_delegate_unittest.cc',
579 'bubble/bubble_frame_view_unittest.cc', 579 'bubble/bubble_frame_view_unittest.cc',
580 'controls/label_unittest.cc', 580 'controls/label_unittest.cc',
581 'controls/progress_bar_unittest.cc', 581 'controls/progress_bar_unittest.cc',
582 'controls/single_split_view_unittest.cc', 582 'controls/single_split_view_unittest.cc',
583 'controls/tabbed_pane/tabbed_pane_unittest.cc', 583 'controls/tabbed_pane/tabbed_pane_unittest.cc',
584 'controls/table/table_view_unittest.cc', 584 'controls/table/table_view_unittest.cc',
585 'controls/combobox/native_combobox_views_unittest.cc', 585 'controls/combobox/native_combobox_views_unittest.cc',
586 'controls/menu/menu_model_adapter_unittest.cc', 586 'controls/menu/menu_model_adapter_unittest.cc',
587 'controls/textfield/native_textfield_views_unittest.cc', 587 'controls/textfield/native_textfield_views_unittest.cc',
588 'controls/textfield/textfield_unittest.cc',
588 'controls/textfield/textfield_views_model_unittest.cc', 589 'controls/textfield/textfield_views_model_unittest.cc',
589 'controls/scrollbar/scrollbar_unittest.cc', 590 'controls/scrollbar/scrollbar_unittest.cc',
590 'events/event_unittest.cc', 591 'events/event_unittest.cc',
591 'focus/accelerator_handler_gtk_unittest.cc', 592 'focus/accelerator_handler_gtk_unittest.cc',
592 'focus/focus_manager_unittest.cc', 593 'focus/focus_manager_unittest.cc',
593 'ime/character_composer_unittest.cc', 594 'ime/character_composer_unittest.cc',
594 'layout/grid_layout_unittest.cc', 595 'layout/grid_layout_unittest.cc',
595 'layout/box_layout_unittest.cc', 596 'layout/box_layout_unittest.cc',
596 'test/views_test_base.cc', 597 'test/views_test_base.cc',
597 'test/views_test_base.h', 598 'test/views_test_base.h',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'include_dirs': [ 936 'include_dirs': [
936 '../third_party/wtl/include', 937 '../third_party/wtl/include',
937 ], 938 ],
938 }], 939 }],
939 ], 940 ],
940 }, 941 },
941 ], 942 ],
942 }], 943 }],
943 ], 944 ],
944 } 945 }
OLDNEW
« views/controls/textfield/textfield.cc ('K') | « views/examples/bubble_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698