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

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

Issue 279073002: views: Terminate the nested message-loop correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/menu/menu_message_pump_dispatcher_win.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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'bubble/bubble_border_unittest.cc', 615 'bubble/bubble_border_unittest.cc',
616 'bubble/bubble_delegate_unittest.cc', 616 'bubble/bubble_delegate_unittest.cc',
617 'bubble/bubble_frame_view_unittest.cc', 617 'bubble/bubble_frame_view_unittest.cc',
618 'bubble/bubble_window_targeter_unittest.cc', 618 'bubble/bubble_window_targeter_unittest.cc',
619 'controls/button/custom_button_unittest.cc', 619 'controls/button/custom_button_unittest.cc',
620 'controls/button/image_button_unittest.cc', 620 'controls/button/image_button_unittest.cc',
621 'controls/button/label_button_unittest.cc', 621 'controls/button/label_button_unittest.cc',
622 'controls/combobox/combobox_unittest.cc', 622 'controls/combobox/combobox_unittest.cc',
623 'controls/label_unittest.cc', 623 'controls/label_unittest.cc',
624 'controls/menu/menu_model_adapter_unittest.cc', 624 'controls/menu/menu_model_adapter_unittest.cc',
625 'controls/menu/menu_controller_unittest.cc',
625 'controls/native/native_view_host_aura_unittest.cc', 626 'controls/native/native_view_host_aura_unittest.cc',
626 'controls/native/native_view_host_unittest.cc', 627 'controls/native/native_view_host_unittest.cc',
627 'controls/prefix_selector_unittest.cc', 628 'controls/prefix_selector_unittest.cc',
628 'controls/progress_bar_unittest.cc', 629 'controls/progress_bar_unittest.cc',
629 'controls/scrollbar/scrollbar_unittest.cc', 630 'controls/scrollbar/scrollbar_unittest.cc',
630 'controls/scroll_view_unittest.cc', 631 'controls/scroll_view_unittest.cc',
631 'controls/single_split_view_unittest.cc', 632 'controls/single_split_view_unittest.cc',
632 'controls/slider_unittest.cc', 633 'controls/slider_unittest.cc',
633 'controls/styled_label_unittest.cc', 634 'controls/styled_label_unittest.cc',
634 'controls/tabbed_pane/tabbed_pane_unittest.cc', 635 'controls/tabbed_pane/tabbed_pane_unittest.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 }], 717 }],
717 ['use_aura==1', { 718 ['use_aura==1', {
718 'dependencies': [ 719 'dependencies': [
719 '../aura/aura.gyp:aura_test_support', 720 '../aura/aura.gyp:aura_test_support',
720 ], 721 ],
721 }], 722 }],
722 ], 723 ],
723 }, # target_name: views_unittests 724 }, # target_name: views_unittests
724 ], 725 ],
725 } 726 }
OLDNEW
« no previous file with comments | « ui/views/controls/menu/menu_message_pump_dispatcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698