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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix presubmit and revert some needless changes Created 4 years, 7 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
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 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 'browser/media_galleries/media_galleries_test_util.h', 2074 'browser/media_galleries/media_galleries_test_util.h',
2075 'common/extensions/extension_test_util.cc', 2075 'common/extensions/extension_test_util.cc',
2076 'common/extensions/extension_test_util.h', 2076 'common/extensions/extension_test_util.h',
2077 ], 2077 ],
2078 }], 2078 }],
2079 ['OS=="win"', { 2079 ['OS=="win"', {
2080 'include_dirs': [ 2080 'include_dirs': [
2081 '<(DEPTH)/third_party/wtl/include', 2081 '<(DEPTH)/third_party/wtl/include',
2082 ], 2082 ],
2083 'dependencies': [ 2083 'dependencies': [
2084 'chrome.gyp:install_static_util',
2084 '../components/components.gyp:crash_component', 2085 '../components/components.gyp:crash_component',
2085 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl er', 2086 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl er',
2086 '../win8/win8.gyp:test_registrar_constants', 2087 '../win8/win8.gyp:test_registrar_constants',
2087 '../win8/win8.gyp:test_support_win8', 2088 '../win8/win8.gyp:test_support_win8',
2088 ], 2089 ],
2089 'sources': [ 2090 'sources': [
2090 'app/chrome_crash_reporter_client_win.cc', 2091 'app/chrome_crash_reporter_client_win.cc',
2091 ], 2092 ],
2092 }], 2093 }],
2093 ['OS=="win" or OS=="mac"', { 2094 ['OS=="win" or OS=="mac"', {
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3000 'dependencies': [ 3001 'dependencies': [
3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3002 ], 3003 ],
3003 }], 3004 }],
3004 ], 3005 ],
3005 }, 3006 },
3006 ], 3007 ],
3007 }], 3008 }],
3008 ], # 'conditions' 3009 ], # 'conditions'
3009 } 3010 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698