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

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

Issue 16361009: Do not allow Views new-dialog-style windows to be resized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make DialogTest.HitTest more flexible. Created 7 years, 6 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
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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'focus/focus_manager_unittest.cc', 711 'focus/focus_manager_unittest.cc',
712 'focus/focus_manager_unittest_win.cc', 712 'focus/focus_manager_unittest_win.cc',
713 'focus/focus_traversal_unittest.cc', 713 'focus/focus_traversal_unittest.cc',
714 'layout/box_layout_unittest.cc', 714 'layout/box_layout_unittest.cc',
715 'layout/grid_layout_unittest.cc', 715 'layout/grid_layout_unittest.cc',
716 'touchui/touch_selection_controller_impl_unittest.cc', 716 'touchui/touch_selection_controller_impl_unittest.cc',
717 'view_model_unittest.cc', 717 'view_model_unittest.cc',
718 'view_model_utils_unittest.cc', 718 'view_model_utils_unittest.cc',
719 'view_unittest.cc', 719 'view_unittest.cc',
720 'window/dialog_client_view_unittest.cc', 720 'window/dialog_client_view_unittest.cc',
721 'window/dialog_delegate_unittest.cc',
721 'widget/desktop_aura/desktop_capture_client_unittest.cc', 722 'widget/desktop_aura/desktop_capture_client_unittest.cc',
722 'widget/native_widget_aura_unittest.cc', 723 'widget/native_widget_aura_unittest.cc',
723 'widget/native_widget_unittest.cc', 724 'widget/native_widget_unittest.cc',
724 'widget/native_widget_win_unittest.cc', 725 'widget/native_widget_win_unittest.cc',
725 'widget/widget_unittest.cc', 726 'widget/widget_unittest.cc',
726 'run_all_unittests.cc', 727 'run_all_unittests.cc',
727 ], 728 ],
728 'conditions': [ 729 'conditions': [
729 ['chromeos==0', { 730 ['chromeos==0', {
730 'sources!': [ 731 'sources!': [
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'sources/': [ 1006 'sources/': [
1006 # This is needed because the aura rule strips it from the default 1007 # This is needed because the aura rule strips it from the default
1007 # sources list. 1008 # sources list.
1008 ['include', '^../../content/app/startup_helper_win.cc'], 1009 ['include', '^../../content/app/startup_helper_win.cc'],
1009 ], 1010 ],
1010 }], 1011 }],
1011 ], 1012 ],
1012 }, # target_name: views_examples_with_content_exe 1013 }, # target_name: views_examples_with_content_exe
1013 ], 1014 ],
1014 } 1015 }
OLDNEW
« no previous file with comments | « ui/views/bubble/bubble_frame_view_unittest.cc ('k') | ui/views/window/dialog_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698