| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |