| 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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2839 ], | 2839 ], |
| 2840 }, { # non-Mac. | 2840 }, { # non-Mac. |
| 2841 'sources': [ '<@(chrome_browser_ui_non_mac_sources)' ], | 2841 'sources': [ '<@(chrome_browser_ui_non_mac_sources)' ], |
| 2842 }], | 2842 }], |
| 2843 ['OS=="win"', { | 2843 ['OS=="win"', { |
| 2844 'include_dirs': [ | 2844 'include_dirs': [ |
| 2845 '<(DEPTH)/third_party/wtl/include', | 2845 '<(DEPTH)/third_party/wtl/include', |
| 2846 ], | 2846 ], |
| 2847 'dependencies': [ | 2847 'dependencies': [ |
| 2848 'installer_util_strings', | 2848 'installer_util_strings', |
| 2849 'launcher_support', | |
| 2850 'metro_utils', | 2849 'metro_utils', |
| 2851 '../google_update/google_update.gyp:google_update', | 2850 '../google_update/google_update.gyp:google_update', |
| 2852 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2851 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2853 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2852 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2854 '../ui/app_list/app_list.gyp:app_list', | 2853 '../ui/app_list/app_list.gyp:app_list', |
| 2855 '../ui/views/controls/webview/webview.gyp:webview', | 2854 '../ui/views/controls/webview/webview.gyp:webview', |
| 2856 '../ui/views/views.gyp:views', | 2855 '../ui/views/views.gyp:views', |
| 2857 ], | 2856 ], |
| 2858 'export_dependent_settings': [ | 2857 'export_dependent_settings': [ |
| 2859 '../ui/views/controls/webview/webview.gyp:webview', | 2858 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2960 }], | 2959 }], |
| 2961 ['OS!="android" and OS!="ios"', { | 2960 ['OS!="android" and OS!="ios"', { |
| 2962 'dependencies': [ | 2961 'dependencies': [ |
| 2963 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2962 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2964 ], | 2963 ], |
| 2965 }], | 2964 }], |
| 2966 ], | 2965 ], |
| 2967 }, | 2966 }, |
| 2968 ], | 2967 ], |
| 2969 } | 2968 } |
| OLD | NEW |