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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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/chromeos/BUILD.gn ('k') | content/content_shell.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 3274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 '../dbus/dbus.gyp:dbus', 3285 '../dbus/dbus.gyp:dbus',
3286 ], 3286 ],
3287 }], 3287 }],
3288 # x11 build 3288 # x11 build
3289 ['use_x11==1', { 3289 ['use_x11==1', {
3290 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 3290 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
3291 'dependencies': [ 3291 'dependencies': [
3292 '../build/linux/system.gyp:x11', 3292 '../build/linux/system.gyp:x11',
3293 '../build/linux/system.gyp:gio', 3293 '../build/linux/system.gyp:gio',
3294 '../ui/events/devices/events_devices.gyp:events_devices', 3294 '../ui/events/devices/events_devices.gyp:events_devices',
3295 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_ x11',
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
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698