OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |