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

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

Issue 798023002: Enable CaptureControllerTest on ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | 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 # 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 ], 820 ],
821 }], 821 }],
822 ['use_x11==1', { 822 ['use_x11==1', {
823 'dependencies': [ 823 'dependencies': [
824 '../../build/linux/system.gyp:x11', 824 '../../build/linux/system.gyp:x11',
825 '../../build/linux/system.gyp:xext', 825 '../../build/linux/system.gyp:xext',
826 '../events/devices/events_devices.gyp:events_devices', 826 '../events/devices/events_devices.gyp:events_devices',
827 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 827 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
828 ], 828 ],
829 }], 829 }],
830 ['use_ozone==1', {
831 'sources!': [
832 'corewm/capture_controller_unittest.cc',
833 ],
834 }],
835 ['use_aura==1', { 830 ['use_aura==1', {
836 'sources': [ '<@(views_unittests_aura_sources)' ], 831 'sources': [ '<@(views_unittests_aura_sources)' ],
837 'dependencies': [ 832 'dependencies': [
838 '../aura/aura.gyp:aura', 833 '../aura/aura.gyp:aura',
839 '../aura/aura.gyp:aura_test_support', 834 '../aura/aura.gyp:aura_test_support',
840 '../wm/wm.gyp:wm', 835 '../wm/wm.gyp:wm',
841 ], 836 ],
842 'conditions': [ 837 'conditions': [
843 ['chromeos == 0', { 838 ['chromeos == 0', {
844 'sources': [ '<@(views_unittests_desktop_aura_sources)' ], 839 'sources': [ '<@(views_unittests_desktop_aura_sources)' ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 '../aura/aura.gyp:aura', 890 '../aura/aura.gyp:aura',
896 '../wm/wm.gyp:wm', 891 '../wm/wm.gyp:wm',
897 ], 892 ],
898 }], 893 }],
899 ], 894 ],
900 }, # target_name: macviews_interactive_ui_tests 895 }, # target_name: macviews_interactive_ui_tests
901 ], # targets 896 ], # targets
902 }], 897 }],
903 ], # conditions 898 ], # conditions
904 } 899 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698