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

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

Issue 271863006: Fix gesture event handling in MenuButton (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl format Created 6 years, 7 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/controls/button/menu_button_unittest.cc ('k') | ui/views/win/hwnd_message_handler.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) 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'accessibility/native_view_accessibility_win_unittest.cc', 610 'accessibility/native_view_accessibility_win_unittest.cc',
611 'accessible_pane_view_unittest.cc', 611 'accessible_pane_view_unittest.cc',
612 'animation/bounds_animator_unittest.cc', 612 'animation/bounds_animator_unittest.cc',
613 'bubble/bubble_border_unittest.cc', 613 'bubble/bubble_border_unittest.cc',
614 'bubble/bubble_delegate_unittest.cc', 614 'bubble/bubble_delegate_unittest.cc',
615 'bubble/bubble_frame_view_unittest.cc', 615 'bubble/bubble_frame_view_unittest.cc',
616 'bubble/bubble_window_targeter_unittest.cc', 616 'bubble/bubble_window_targeter_unittest.cc',
617 'controls/button/custom_button_unittest.cc', 617 'controls/button/custom_button_unittest.cc',
618 'controls/button/image_button_unittest.cc', 618 'controls/button/image_button_unittest.cc',
619 'controls/button/label_button_unittest.cc', 619 'controls/button/label_button_unittest.cc',
620 'controls/button/menu_button_unittest.cc',
620 'controls/combobox/combobox_unittest.cc', 621 'controls/combobox/combobox_unittest.cc',
621 'controls/label_unittest.cc', 622 'controls/label_unittest.cc',
622 'controls/menu/menu_model_adapter_unittest.cc', 623 'controls/menu/menu_model_adapter_unittest.cc',
623 'controls/native/native_view_host_aura_unittest.cc', 624 'controls/native/native_view_host_aura_unittest.cc',
624 'controls/native/native_view_host_unittest.cc', 625 'controls/native/native_view_host_unittest.cc',
625 'controls/prefix_selector_unittest.cc', 626 'controls/prefix_selector_unittest.cc',
626 'controls/progress_bar_unittest.cc', 627 'controls/progress_bar_unittest.cc',
627 'controls/scrollbar/scrollbar_unittest.cc', 628 'controls/scrollbar/scrollbar_unittest.cc',
628 'controls/scroll_view_unittest.cc', 629 'controls/scroll_view_unittest.cc',
629 'controls/single_split_view_unittest.cc', 630 'controls/single_split_view_unittest.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 }], 714 }],
714 ['use_aura==1', { 715 ['use_aura==1', {
715 'dependencies': [ 716 'dependencies': [
716 '../aura/aura.gyp:aura_test_support', 717 '../aura/aura.gyp:aura_test_support',
717 ], 718 ],
718 }], 719 }],
719 ], 720 ],
720 }, # target_name: views_unittests 721 }, # target_name: views_unittests
721 ], 722 ],
722 } 723 }
OLDNEW
« no previous file with comments | « ui/views/controls/button/menu_button_unittest.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698