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

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

Issue 193593002: Revert 256067 "Merge 255714 "Fixes bug that resulted in status b..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'focus/focus_traversal_unittest.cc', 784 'focus/focus_traversal_unittest.cc',
785 'ime/input_method_bridge_unittest.cc', 785 'ime/input_method_bridge_unittest.cc',
786 'layout/box_layout_unittest.cc', 786 'layout/box_layout_unittest.cc',
787 'layout/grid_layout_unittest.cc', 787 'layout/grid_layout_unittest.cc',
788 'rect_based_targeting_utils_unittest.cc', 788 'rect_based_targeting_utils_unittest.cc',
789 'run_all_unittests.cc', 789 'run_all_unittests.cc',
790 'touchui/touch_selection_controller_impl_unittest.cc', 790 'touchui/touch_selection_controller_impl_unittest.cc',
791 'view_model_unittest.cc', 791 'view_model_unittest.cc',
792 'view_model_utils_unittest.cc', 792 'view_model_utils_unittest.cc',
793 'view_unittest.cc', 793 'view_unittest.cc',
794 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
795 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 794 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
796 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', 795 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc',
797 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 796 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
798 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 797 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
799 'widget/native_widget_aura_unittest.cc', 798 'widget/native_widget_aura_unittest.cc',
800 'widget/native_widget_unittest.cc', 799 'widget/native_widget_unittest.cc',
801 'widget/native_widget_win_unittest.cc', 800 'widget/native_widget_win_unittest.cc',
802 'widget/root_view_unittest.cc', 801 'widget/root_view_unittest.cc',
803 'widget/widget_unittest.cc', 802 'widget/widget_unittest.cc',
804 'widget/window_reorderer_unittest.cc', 803 'widget/window_reorderer_unittest.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 'sources/': [ 1086 'sources/': [
1088 # This is needed because the aura rule strips it from the default 1087 # This is needed because the aura rule strips it from the default
1089 # sources list. 1088 # sources list.
1090 ['include', '^../../content/app/startup_helper_win.cc'], 1089 ['include', '^../../content/app/startup_helper_win.cc'],
1091 ], 1090 ],
1092 }], 1091 }],
1093 ], 1092 ],
1094 }, # target_name: views_examples_with_content_exe 1093 }, # target_name: views_examples_with_content_exe
1095 ], 1094 ],
1096 } 1095 }
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