| 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 3274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |