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

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

Issue 1534563002: Move to DesktopScreenX11::UpdateDeviceScaleFactor to TestApi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win build Created 5 years 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
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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'views_test_support_aura_sources': [ 526 'views_test_support_aura_sources': [
527 'corewm/tooltip_controller_test_helper.cc', 527 'corewm/tooltip_controller_test_helper.cc',
528 'corewm/tooltip_controller_test_helper.h', 528 'corewm/tooltip_controller_test_helper.h',
529 'test/desktop_test_views_delegate_aura.cc', 529 'test/desktop_test_views_delegate_aura.cc',
530 'test/test_views_delegate_aura.cc', 530 'test/test_views_delegate_aura.cc',
531 'test/views_test_helper_aura.cc', 531 'test/views_test_helper_aura.cc',
532 'test/views_test_helper_aura.h', 532 'test/views_test_helper_aura.h',
533 'test/widget_test_aura.cc', 533 'test/widget_test_aura.cc',
534 ], 534 ],
535 'views_test_support_desktop_aura_x11_sources': [ 535 'views_test_support_desktop_aura_x11_sources': [
536 'test/desktop_screen_x11_test_api.h',
537 'test/desktop_screen_x11_test_api.cc',
536 'test/ui_controls_factory_desktop_aurax11.cc', 538 'test/ui_controls_factory_desktop_aurax11.cc',
537 'test/ui_controls_factory_desktop_aurax11.h', 539 'test/ui_controls_factory_desktop_aurax11.h',
538 ], 540 ],
539 'views_unittests_sources': [ 541 'views_unittests_sources': [
540 'accessibility/native_view_accessibility_unittest.cc', 542 'accessibility/native_view_accessibility_unittest.cc',
541 'accessibility/native_view_accessibility_win_unittest.cc', 543 'accessibility/native_view_accessibility_win_unittest.cc',
542 'accessible_pane_view_unittest.cc', 544 'accessible_pane_view_unittest.cc',
543 'animation/bounds_animator_unittest.cc', 545 'animation/bounds_animator_unittest.cc',
544 'animation/ink_drop_animation_controller_factory_unittest.cc', 546 'animation/ink_drop_animation_controller_factory_unittest.cc',
545 'animation/ink_drop_animation_unittest.cc', 547 'animation/ink_drop_animation_unittest.cc',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 '../aura/aura.gyp:aura', 974 '../aura/aura.gyp:aura',
973 '../wm/wm.gyp:wm', 975 '../wm/wm.gyp:wm',
974 ], 976 ],
975 }], 977 }],
976 ], 978 ],
977 }, # target_name: macviews_interactive_ui_tests 979 }, # target_name: macviews_interactive_ui_tests
978 ], # targets 980 ], # targets
979 }], 981 }],
980 ], # conditions 982 ], # conditions
981 } 983 }
OLDNEW
« no previous file with comments | « ui/views/test/desktop_screen_x11_test_api.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698