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 11639012: Add tests to verify accelerators properly work on constrained window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 11 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/test/test_widget_observer.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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 ], 580 ],
581 'sources': [ 581 'sources': [
582 'test/capture_tracking_view.cc', 582 'test/capture_tracking_view.cc',
583 'test/capture_tracking_view.h', 583 'test/capture_tracking_view.h',
584 'test/child_modal_window.cc', 584 'test/child_modal_window.cc',
585 'test/child_modal_window.h', 585 'test/child_modal_window.h',
586 'test/desktop_test_views_delegate.cc', 586 'test/desktop_test_views_delegate.cc',
587 'test/desktop_test_views_delegate.h', 587 'test/desktop_test_views_delegate.h',
588 'test/test_views_delegate.cc', 588 'test/test_views_delegate.cc',
589 'test/test_views_delegate.h', 589 'test/test_views_delegate.h',
590 'test/test_widget_observer.cc',
591 'test/test_widget_observer.h',
590 'test/views_test_base.cc', 592 'test/views_test_base.cc',
591 'test/views_test_base.h', 593 'test/views_test_base.h',
592 ], 594 ],
593 'conditions': [ 595 'conditions': [
594 ['use_aura==1', { 596 ['use_aura==1', {
595 'dependencies': [ 597 'dependencies': [
596 '../aura/aura.gyp:aura_test_support', 598 '../aura/aura.gyp:aura_test_support',
597 '../compositor/compositor.gyp:compositor', 599 '../compositor/compositor.gyp:compositor',
598 ], 600 ],
599 }, { # use_aura==0 601 }, { # use_aura==0
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'sources/': [ 986 'sources/': [
985 # This is needed because the aura rule strips it from the default 987 # This is needed because the aura rule strips it from the default
986 # sources list. 988 # sources list.
987 ['include', '^../../content/app/startup_helper_win.cc'], 989 ['include', '^../../content/app/startup_helper_win.cc'],
988 ], 990 ],
989 }], 991 }],
990 ], 992 ],
991 }, # target_name: views_examples_with_content_exe 993 }, # target_name: views_examples_with_content_exe
992 ], 994 ],
993 } 995 }
OLDNEW
« no previous file with comments | « ui/views/test/test_widget_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698