| 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 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2906 '../build/linux/system.gyp:dbus', | 2906 '../build/linux/system.gyp:dbus', |
| 2907 '../build/linux/system.gyp:fontconfig', | 2907 '../build/linux/system.gyp:fontconfig', |
| 2908 '../dbus/dbus.gyp:dbus', | 2908 '../dbus/dbus.gyp:dbus', |
| 2909 ], | 2909 ], |
| 2910 }], | 2910 }], |
| 2911 # x11 build | 2911 # x11 build |
| 2912 ['use_x11==1', { | 2912 ['use_x11==1', { |
| 2913 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], | 2913 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], |
| 2914 'dependencies': [ | 2914 'dependencies': [ |
| 2915 '../build/linux/system.gyp:x11', | 2915 '../build/linux/system.gyp:x11', |
| 2916 '../build/linux/system.gyp:gio', |
| 2916 ], | 2917 ], |
| 2917 }], | 2918 }], |
| 2918 ], | 2919 ], |
| 2919 }], | 2920 }], |
| 2920 ['enable_app_list==1', { | 2921 ['enable_app_list==1', { |
| 2921 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], | 2922 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], |
| 2922 'dependencies': [ | 2923 'dependencies': [ |
| 2923 '../ui/app_list/app_list.gyp:app_list', | 2924 '../ui/app_list/app_list.gyp:app_list', |
| 2924 ], | 2925 ], |
| 2925 }, { | 2926 }, { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2963 }], | 2964 }], |
| 2964 ['OS!="android" and OS!="ios"', { | 2965 ['OS!="android" and OS!="ios"', { |
| 2965 'dependencies': [ | 2966 'dependencies': [ |
| 2966 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2967 ], | 2968 ], |
| 2968 }], | 2969 }], |
| 2969 ], | 2970 ], |
| 2970 }, | 2971 }, |
| 2971 ], | 2972 ], |
| 2972 } | 2973 } |
| OLD | NEW |