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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn secondary, mac .S not on windows Created 5 years, 1 month 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
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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'browser/media_galleries/media_galleries_test_util.cc', 2046 'browser/media_galleries/media_galleries_test_util.cc',
2047 'browser/media_galleries/media_galleries_test_util.h', 2047 'browser/media_galleries/media_galleries_test_util.h',
2048 'common/extensions/extension_test_util.cc', 2048 'common/extensions/extension_test_util.cc',
2049 'common/extensions/extension_test_util.h', 2049 'common/extensions/extension_test_util.h',
2050 ], 2050 ],
2051 }], 2051 }],
2052 ['OS=="win"', { 2052 ['OS=="win"', {
2053 'include_dirs': [ 2053 'include_dirs': [
2054 '<(DEPTH)/third_party/wtl/include', 2054 '<(DEPTH)/third_party/wtl/include',
2055 ], 2055 ],
2056 'conditions': [ 2056 'dependencies': [
2057 ['use_aura==1', { 2057 '../components/components.gyp:crash_component',
2058 'dependencies': [ 2058 '../win8/win8.gyp:test_registrar_constants',
2059 '../win8/win8.gyp:test_registrar_constants', 2059 '../win8/win8.gyp:test_support_win8',
2060 '../win8/win8.gyp:test_support_win8', 2060 ],
2061 ], 2061 'sources': [
2062 }], 2062 'app/chrome_crash_reporter_client.cc',
Mark Mentovai 2015/11/19 22:21:37 Weird file, being built in several targets…
scottmg 2015/11/20 19:52:48 Yeah, I don't love it. I'm hoping to simplify in f
2063 ], 2063 ],
2064 }], 2064 }],
2065 ['OS=="win" or OS=="mac"', { 2065 ['OS=="win" or OS=="mac"', {
2066 'sources': [ 2066 'sources': [
2067 'common/media_galleries/picasa_test_util.cc', 2067 'common/media_galleries/picasa_test_util.cc',
2068 'common/media_galleries/picasa_test_util.cc', 2068 'common/media_galleries/picasa_test_util.cc',
2069 'common/media_galleries/pmp_test_util.cc', 2069 'common/media_galleries/pmp_test_util.cc',
2070 'common/media_galleries/pmp_test_util.h', 2070 'common/media_galleries/pmp_test_util.h',
2071 ], 2071 ],
2072 }], 2072 }],
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 'dependencies': [ 2985 'dependencies': [
2986 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2986 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2987 ], 2987 ],
2988 }], 2988 }],
2989 ], 2989 ],
2990 }, 2990 },
2991 ], 2991 ],
2992 }], 2992 }],
2993 ], # 'conditions' 2993 ], # 'conditions'
2994 } 2994 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698