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

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: 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 | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3273 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 ], 3284 ],
3285 }], 3285 }],
3286 # x11 build 3286 # x11 build
3287 ['use_x11==1', { 3287 ['use_x11==1', {
3288 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 3288 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
3289 'dependencies': [ 3289 'dependencies': [
3290 '../build/linux/system.gyp:x11', 3290 '../build/linux/system.gyp:x11',
3291 '../build/linux/system.gyp:gio', 3291 '../build/linux/system.gyp:gio',
3292 '../ui/events/devices/events_devices.gyp:events_devices', 3292 '../ui/events/devices/events_devices.gyp:events_devices',
3293 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_ x11', 3293 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_ x11',
3294 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
3294 ], 3295 ],
3295 }], 3296 }],
3296 ['use_udev==1', { 3297 ['use_udev==1', {
3297 'dependencies': [ 3298 'dependencies': [
3298 '../device/udev_linux/udev.gyp:udev_linux', 3299 '../device/udev_linux/udev.gyp:udev_linux',
3299 ], 3300 ],
3300 }], 3301 }],
3301 ], 3302 ],
3302 }], 3303 }],
3303 ['enable_app_list==1', { 3304 ['enable_app_list==1', {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 ], 3373 ],
3373 'sources': [ 3374 'sources': [
3374 '<@(chrome_browser_ui_non_mobile_sources)', 3375 '<@(chrome_browser_ui_non_mobile_sources)',
3375 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3376 ], 3377 ],
3377 }], 3378 }],
3378 ], 3379 ],
3379 }, 3380 },
3380 ], 3381 ],
3381 } 3382 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698