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

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

Issue 2027943002: [WIP] Make content_shell run under Wayland Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'views_desktop_aura_win_sources': [ 478 'views_desktop_aura_win_sources': [
479 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', 479 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc',
480 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 480 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
481 'widget/desktop_aura/desktop_drag_drop_client_win.h', 481 'widget/desktop_aura/desktop_drag_drop_client_win.h',
482 'widget/desktop_aura/desktop_screen_win.cc', 482 'widget/desktop_aura/desktop_screen_win.cc',
483 'widget/desktop_aura/desktop_screen_win.h', 483 'widget/desktop_aura/desktop_screen_win.h',
484 'widget/desktop_aura/desktop_window_tree_host_win.cc', 484 'widget/desktop_aura/desktop_window_tree_host_win.cc',
485 'widget/desktop_aura/desktop_window_tree_host_win.h', 485 'widget/desktop_aura/desktop_window_tree_host_win.h',
486 ], 486 ],
487 'views_desktop_aura_ozone_sources': [ 487 'views_desktop_aura_ozone_sources': [
488 'widget/desktop_aura/desktop_drag_drop_client_wayland.cc',
489 'widget/desktop_aura/desktop_drag_drop_client_wayland.h',
488 'widget/desktop_aura/desktop_factory_ozone.cc', 490 'widget/desktop_aura/desktop_factory_ozone.cc',
489 'widget/desktop_aura/desktop_factory_ozone.h', 491 'widget/desktop_aura/desktop_factory_ozone.h',
492 'widget/desktop_aura/desktop_factory_wayland.cc',
493 'widget/desktop_aura/desktop_factory_wayland.h',
490 'widget/desktop_aura/desktop_screen_ozone.cc', 494 'widget/desktop_aura/desktop_screen_ozone.cc',
495 'widget/desktop_aura/desktop_screen_wayland.cc',
496 'widget/desktop_aura/desktop_screen_wayland.h',
491 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', 497 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
498 'widget/desktop_aura/desktop_window_tree_host_wayland.cc',
499 'widget/desktop_aura/desktop_window_tree_host_wayland.h',
492 ], 500 ],
493 'views_test_support_sources': [ 501 'views_test_support_sources': [
494 'animation/test/flood_fill_ink_drop_ripple_test_api.cc', 502 'animation/test/flood_fill_ink_drop_ripple_test_api.cc',
495 'animation/test/flood_fill_ink_drop_ripple_test_api.h', 503 'animation/test/flood_fill_ink_drop_ripple_test_api.h',
496 'animation/test/ink_drop_ripple_test_api.cc', 504 'animation/test/ink_drop_ripple_test_api.cc',
497 'animation/test/ink_drop_ripple_test_api.h', 505 'animation/test/ink_drop_ripple_test_api.h',
498 'animation/test/ink_drop_impl_test_api.cc', 506 'animation/test/ink_drop_impl_test_api.cc',
499 'animation/test/ink_drop_impl_test_api.h', 507 'animation/test/ink_drop_impl_test_api.h',
500 'animation/test/ink_drop_hover_test_api.cc', 508 'animation/test/ink_drop_hover_test_api.cc',
501 'animation/test/ink_drop_hover_test_api.h', 509 'animation/test/ink_drop_hover_test_api.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ], 768 ],
761 }, 769 },
762 }, 770 },
763 }, 771 },
764 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 772 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
765 'msvs_disabled_warnings': [ 4267, ], 773 'msvs_disabled_warnings': [ 4267, ],
766 }], 774 }],
767 ['use_ozone==1', { 775 ['use_ozone==1', {
768 'dependencies': [ 776 'dependencies': [
769 '../ozone/ozone.gyp:ozone', 777 '../ozone/ozone.gyp:ozone',
778 '../../third_party/wayland/wayland.gyp:wayland_client',
770 ], 779 ],
771 }], 780 }],
772 ['use_x11==1', { 781 ['use_x11==1', {
773 'dependencies': [ 782 'dependencies': [
774 '../../build/linux/system.gyp:x11', 783 '../../build/linux/system.gyp:x11',
775 '../../build/linux/system.gyp:xrandr', 784 '../../build/linux/system.gyp:xrandr',
776 '../events/devices/events_devices.gyp:events_devices', 785 '../events/devices/events_devices.gyp:events_devices',
777 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', 786 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
778 '../events/keycodes/events_keycodes.gyp:keycodes_x11', 787 '../events/keycodes/events_keycodes.gyp:keycodes_x11',
779 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 788 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 '../aura/aura.gyp:aura', 1048 '../aura/aura.gyp:aura',
1040 '../wm/wm.gyp:wm', 1049 '../wm/wm.gyp:wm',
1041 ], 1050 ],
1042 }], 1051 }],
1043 ], 1052 ],
1044 }, # target_name: macviews_interactive_ui_tests 1053 }, # target_name: macviews_interactive_ui_tests
1045 ], # targets 1054 ], # targets
1046 }], 1055 }],
1047 ], # conditions 1056 ], # conditions
1048 } 1057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698