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

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

Issue 186733011: Fixes bug that resulted in status bubble getting hidden (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 9 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 | « no previous file | ui/views/widget/desktop_aura/desktop_focus_rules.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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 'focus/focus_traversal_unittest.cc', 768 'focus/focus_traversal_unittest.cc',
769 'ime/input_method_bridge_unittest.cc', 769 'ime/input_method_bridge_unittest.cc',
770 'layout/box_layout_unittest.cc', 770 'layout/box_layout_unittest.cc',
771 'layout/grid_layout_unittest.cc', 771 'layout/grid_layout_unittest.cc',
772 'rect_based_targeting_utils_unittest.cc', 772 'rect_based_targeting_utils_unittest.cc',
773 'run_all_unittests.cc', 773 'run_all_unittests.cc',
774 'touchui/touch_selection_controller_impl_unittest.cc', 774 'touchui/touch_selection_controller_impl_unittest.cc',
775 'view_model_unittest.cc', 775 'view_model_unittest.cc',
776 'view_model_utils_unittest.cc', 776 'view_model_utils_unittest.cc',
777 'view_unittest.cc', 777 'view_unittest.cc',
778 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
778 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 779 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
779 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', 780 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc',
780 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 781 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
781 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 782 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
782 'widget/native_widget_aura_unittest.cc', 783 'widget/native_widget_aura_unittest.cc',
783 'widget/native_widget_unittest.cc', 784 'widget/native_widget_unittest.cc',
784 'widget/root_view_unittest.cc', 785 'widget/root_view_unittest.cc',
785 'widget/widget_unittest.cc', 786 'widget/widget_unittest.cc',
786 'widget/window_reorderer_unittest.cc', 787 'widget/window_reorderer_unittest.cc',
787 'window/dialog_client_view_unittest.cc', 788 'window/dialog_client_view_unittest.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'sources/': [ 1068 'sources/': [
1068 # This is needed because the aura rule strips it from the default 1069 # This is needed because the aura rule strips it from the default
1069 # sources list. 1070 # sources list.
1070 ['include', '^../../content/app/startup_helper_win.cc'], 1071 ['include', '^../../content/app/startup_helper_win.cc'],
1071 ], 1072 ],
1072 }], 1073 }],
1073 ], 1074 ],
1074 }, # target_name: views_examples_with_content_exe 1075 }, # target_name: views_examples_with_content_exe
1075 ], 1076 ],
1076 } 1077 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_focus_rules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698