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

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

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Maybe GYP actually works now? Created 4 years, 8 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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 'dependencies': [ 756 'dependencies': [
757 '../ozone/ozone.gyp:ozone', 757 '../ozone/ozone.gyp:ozone',
758 ], 758 ],
759 }], 759 }],
760 ['use_x11==1', { 760 ['use_x11==1', {
761 'dependencies': [ 761 'dependencies': [
762 '../../build/linux/system.gyp:x11', 762 '../../build/linux/system.gyp:x11',
763 '../../build/linux/system.gyp:xrandr', 763 '../../build/linux/system.gyp:xrandr',
764 '../events/devices/events_devices.gyp:events_devices', 764 '../events/devices/events_devices.gyp:events_devices',
765 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', 765 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
766 '../events/keycodes/events_keycodes.gyp:keycodes_x',
766 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 767 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
767 '../gfx/x/gfx_x11.gyp:gfx_x11', 768 '../gfx/x/gfx_x11.gyp:gfx_x11',
768 ], 769 ],
769 }], 770 }],
770 ['use_aura==1', { 771 ['use_aura==1', {
771 'sources': [ 772 'sources': [
772 '<@(views_aura_sources)', 773 '<@(views_aura_sources)',
773 ], 774 ],
774 'dependencies': [ 775 'dependencies': [
775 '../aura/aura.gyp:aura', 776 '../aura/aura.gyp:aura',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 '../aura/aura.gyp:aura', 1024 '../aura/aura.gyp:aura',
1024 '../wm/wm.gyp:wm', 1025 '../wm/wm.gyp:wm',
1025 ], 1026 ],
1026 }], 1027 }],
1027 ], 1028 ],
1028 }, # target_name: macviews_interactive_ui_tests 1029 }, # target_name: macviews_interactive_ui_tests
1029 ], # targets 1030 ], # targets
1030 }], 1031 }],
1031 ], # conditions 1032 ], # conditions
1032 } 1033 }
OLDNEW
« ui/events/keycodes/BUILD.gn ('K') | « ui/events/x/keysym_to_unicode.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698