Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 405673003: Use msvs_shard for browser_ui.lib when syzyasan=1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698