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

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

Issue 1782773002: MacViews: Fix ViewTest.HandleAccelerator by faking window activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Faked activations for everyone! Created 4 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
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_mac_interactive_uitest.mm » ('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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 # GN version: //ui/views:test_support 803 # GN version: //ui/views:test_support
804 'target_name': 'views_test_support', 804 'target_name': 'views_test_support',
805 'type': 'static_library', 805 'type': 'static_library',
806 'dependencies': [ 806 'dependencies': [
807 '../../base/base.gyp:base', 807 '../../base/base.gyp:base',
808 '../../ipc/ipc.gyp:test_support_ipc', 808 '../../ipc/ipc.gyp:test_support_ipc',
809 '../../skia/skia.gyp:skia', 809 '../../skia/skia.gyp:skia',
810 '../../testing/gtest.gyp:gtest', 810 '../../testing/gtest.gyp:gtest',
811 '../base/ime/ui_base_ime.gyp:ui_base_ime', 811 '../base/ime/ui_base_ime.gyp:ui_base_ime',
812 '../base/ui_base.gyp:ui_base', 812 '../base/ui_base.gyp:ui_base',
813 '../base/ui_base.gyp:ui_base_test_support',
813 '../compositor/compositor.gyp:compositor', 814 '../compositor/compositor.gyp:compositor',
814 '../compositor/compositor.gyp:compositor_test_support', 815 '../compositor/compositor.gyp:compositor_test_support',
815 '../events/events.gyp:events', 816 '../events/events.gyp:events',
816 '../events/events.gyp:events_test_support', 817 '../events/events.gyp:events_test_support',
817 '../events/platform/events_platform.gyp:events_platform', 818 '../events/platform/events_platform.gyp:events_platform',
818 '../gfx/gfx.gyp:gfx', 819 '../gfx/gfx.gyp:gfx',
819 '../gfx/gfx.gyp:gfx_geometry', 820 '../gfx/gfx.gyp:gfx_geometry',
820 'resources/views_resources.gyp:views_resources', 821 'resources/views_resources.gyp:views_resources',
821 'views', 822 'views',
822 ], 823 ],
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../aura/aura.gyp:aura', 1012 '../aura/aura.gyp:aura',
1012 '../wm/wm.gyp:wm', 1013 '../wm/wm.gyp:wm',
1013 ], 1014 ],
1014 }], 1015 }],
1015 ], 1016 ],
1016 }, # target_name: macviews_interactive_ui_tests 1017 }, # target_name: macviews_interactive_ui_tests
1017 ], # targets 1018 ], # targets
1018 }], 1019 }],
1019 ], # conditions 1020 ], # conditions
1020 } 1021 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_mac_interactive_uitest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698