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

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: Fix bad rebase. 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
« no previous file with comments | « ui/events/x/events_x.gyp ('k') | 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'dependencies': [ 757 'dependencies': [
758 '../ozone/ozone.gyp:ozone', 758 '../ozone/ozone.gyp:ozone',
759 ], 759 ],
760 }], 760 }],
761 ['use_x11==1', { 761 ['use_x11==1', {
762 'dependencies': [ 762 'dependencies': [
763 '../../build/linux/system.gyp:x11', 763 '../../build/linux/system.gyp:x11',
764 '../../build/linux/system.gyp:xrandr', 764 '../../build/linux/system.gyp:xrandr',
765 '../events/devices/events_devices.gyp:events_devices', 765 '../events/devices/events_devices.gyp:events_devices',
766 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11', 766 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
767 '../events/keycodes/events_keycodes.gyp:keycodes_x11',
767 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 768 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
768 '../gfx/x/gfx_x11.gyp:gfx_x11', 769 '../gfx/x/gfx_x11.gyp:gfx_x11',
769 ], 770 ],
770 }], 771 }],
771 ['use_aura==1', { 772 ['use_aura==1', {
772 'sources': [ 773 'sources': [
773 '<@(views_aura_sources)', 774 '<@(views_aura_sources)',
774 ], 775 ],
775 'dependencies': [ 776 'dependencies': [
776 '../aura/aura.gyp:aura', 777 '../aura/aura.gyp:aura',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '../aura/aura.gyp:aura', 1025 '../aura/aura.gyp:aura',
1025 '../wm/wm.gyp:wm', 1026 '../wm/wm.gyp:wm',
1026 ], 1027 ],
1027 }], 1028 }],
1028 ], 1029 ],
1029 }, # target_name: macviews_interactive_ui_tests 1030 }, # target_name: macviews_interactive_ui_tests
1030 ], # targets 1031 ], # targets
1031 }], 1032 }],
1032 ], # conditions 1033 ], # conditions
1033 } 1034 }
OLDNEW
« no previous file with comments | « ui/events/x/events_x.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698