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

Side by Side Diff: chrome/chrome_browser_ui.gypi

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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 3274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 ], 3285 ],
3286 }], 3286 }],
3287 # x11 build 3287 # x11 build
3288 ['use_x11==1', { 3288 ['use_x11==1', {
3289 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 3289 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
3290 'dependencies': [ 3290 'dependencies': [
3291 '../build/linux/system.gyp:x11', 3291 '../build/linux/system.gyp:x11',
3292 '../build/linux/system.gyp:gio', 3292 '../build/linux/system.gyp:gio',
3293 '../ui/events/devices/events_devices.gyp:events_devices', 3293 '../ui/events/devices/events_devices.gyp:events_devices',
3294 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_ x11', 3294 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_ x11',
3295 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x',
3295 ], 3296 ],
3296 }], 3297 }],
3297 ['use_udev==1', { 3298 ['use_udev==1', {
3298 'dependencies': [ 3299 'dependencies': [
3299 '../device/udev_linux/udev.gyp:udev_linux', 3300 '../device/udev_linux/udev.gyp:udev_linux',
3300 ], 3301 ],
3301 }], 3302 }],
3302 ], 3303 ],
3303 }], 3304 }],
3304 ['enable_app_list==1', { 3305 ['enable_app_list==1', {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 ], 3374 ],
3374 'sources': [ 3375 'sources': [
3375 '<@(chrome_browser_ui_non_mobile_sources)', 3376 '<@(chrome_browser_ui_non_mobile_sources)',
3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3377 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3377 ], 3378 ],
3378 }], 3379 }],
3379 ], 3380 ],
3380 }, 3381 },
3381 ], 3382 ],
3382 } 3383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698