| 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 2985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2996 ['use_x11==1', { | 2996 ['use_x11==1', { |
| 2997 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], | 2997 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], |
| 2998 'dependencies': [ | 2998 'dependencies': [ |
| 2999 '../build/linux/system.gyp:x11', | 2999 '../build/linux/system.gyp:x11', |
| 3000 '../build/linux/system.gyp:gio', | 3000 '../build/linux/system.gyp:gio', |
| 3001 '../ui/events/devices/events_devices.gyp:events_devices', | 3001 '../ui/events/devices/events_devices.gyp:events_devices', |
| 3002 ], | 3002 ], |
| 3003 }], | 3003 }], |
| 3004 ['use_udev==1', { | 3004 ['use_udev==1', { |
| 3005 'dependencies': [ | 3005 'dependencies': [ |
| 3006 '../build/linux/system.gyp:udev', | 3006 '../device/udev_linux/udev.gyp:udev_linux', |
| 3007 ], | 3007 ], |
| 3008 }], | 3008 }], |
| 3009 ], | 3009 ], |
| 3010 }], | 3010 }], |
| 3011 ['enable_app_list==1', { | 3011 ['enable_app_list==1', { |
| 3012 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], | 3012 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], |
| 3013 'dependencies': [ | 3013 'dependencies': [ |
| 3014 '../ui/app_list/app_list.gyp:app_list', | 3014 '../ui/app_list/app_list.gyp:app_list', |
| 3015 ], | 3015 ], |
| 3016 }, { | 3016 }, { |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3075 ['OS!="android" and OS!="ios"', { | 3075 ['OS!="android" and OS!="ios"', { |
| 3076 'dependencies': [ | 3076 'dependencies': [ |
| 3077 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3077 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3078 ], | 3078 ], |
| 3079 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3079 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
| 3080 }], | 3080 }], |
| 3081 ], | 3081 ], |
| 3082 }, | 3082 }, |
| 3083 ], | 3083 ], |
| 3084 } | 3084 } |
| OLD | NEW |