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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2964 '../build/linux/system.gyp:fontconfig', | 2964 '../build/linux/system.gyp:fontconfig', |
2965 '../dbus/dbus.gyp:dbus', | 2965 '../dbus/dbus.gyp:dbus', |
2966 ], | 2966 ], |
2967 }], | 2967 }], |
2968 # x11 build | 2968 # x11 build |
2969 ['use_x11==1', { | 2969 ['use_x11==1', { |
2970 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], | 2970 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], |
2971 'dependencies': [ | 2971 'dependencies': [ |
2972 '../build/linux/system.gyp:x11', | 2972 '../build/linux/system.gyp:x11', |
2973 '../build/linux/system.gyp:gio', | 2973 '../build/linux/system.gyp:gio', |
| 2974 '../ui/events/devices/events_devices.gyp:events_devices', |
2974 ], | 2975 ], |
2975 }], | 2976 }], |
2976 ['use_udev==1', { | 2977 ['use_udev==1', { |
2977 'dependencies': [ | 2978 'dependencies': [ |
2978 '../build/linux/system.gyp:udev', | 2979 '../build/linux/system.gyp:udev', |
2979 ], | 2980 ], |
2980 }], | 2981 }], |
2981 ], | 2982 ], |
2982 }], | 2983 }], |
2983 ['enable_app_list==1', { | 2984 ['enable_app_list==1', { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3044 ['OS!="android" and OS!="ios"', { | 3045 ['OS!="android" and OS!="ios"', { |
3045 'dependencies': [ | 3046 'dependencies': [ |
3046 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3047 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3047 ], | 3048 ], |
3048 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3049 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3049 }], | 3050 }], |
3050 ], | 3051 ], |
3051 }, | 3052 }, |
3052 ], | 3053 ], |
3053 } | 3054 } |
OLD | NEW |