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 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2941 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], | 2941 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], |
2942 }], | 2942 }], |
2943 ['enable_service_discovery==1', { | 2943 ['enable_service_discovery==1', { |
2944 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], | 2944 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], |
2945 }], | 2945 }], |
2946 ['enable_spellcheck==1', { | 2946 ['enable_spellcheck==1', { |
2947 'dependencies': [ | 2947 'dependencies': [ |
2948 '../third_party/hunspell/hunspell.gyp:hunspell', | 2948 '../third_party/hunspell/hunspell.gyp:hunspell', |
2949 ], | 2949 ], |
2950 }], | 2950 }], |
| 2951 # Temporary fix to break the browser_ui target into smaller chunks so it |
| 2952 # will link with SyzyASan builds. |
| 2953 ['OS=="win" and syzyasan==1', { |
| 2954 'msvs_shard': 4, |
| 2955 }], |
2951 ], | 2956 ], |
2952 }, | 2957 }, |
2953 ], | 2958 ], |
2954 } | 2959 } |
OLD | NEW |