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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1481703002: win: Move Crashpad all into chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix and rebase Created 5 years 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 | « chrome/chrome_exe.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | 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 '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 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'common/extensions/extension_test_util.cc', 2061 'common/extensions/extension_test_util.cc',
2062 'common/extensions/extension_test_util.h', 2062 'common/extensions/extension_test_util.h',
2063 ], 2063 ],
2064 }], 2064 }],
2065 ['OS=="win"', { 2065 ['OS=="win"', {
2066 'include_dirs': [ 2066 'include_dirs': [
2067 '<(DEPTH)/third_party/wtl/include', 2067 '<(DEPTH)/third_party/wtl/include',
2068 ], 2068 ],
2069 'dependencies': [ 2069 'dependencies': [
2070 '../components/components.gyp:crash_component', 2070 '../components/components.gyp:crash_component',
2071 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl er',
2071 '../win8/win8.gyp:test_registrar_constants', 2072 '../win8/win8.gyp:test_registrar_constants',
2072 '../win8/win8.gyp:test_support_win8', 2073 '../win8/win8.gyp:test_support_win8',
2073 ], 2074 ],
2074 'sources': [ 2075 'sources': [
2075 'app/chrome_crash_reporter_client.cc', 2076 'app/chrome_crash_reporter_client.cc',
2076 ], 2077 ],
2077 }], 2078 }],
2078 ['OS=="win" or OS=="mac"', { 2079 ['OS=="win" or OS=="mac"', {
2079 'sources': [ 2080 'sources': [
2080 'common/media_galleries/picasa_test_util.cc', 2081 'common/media_galleries/picasa_test_util.cc',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
3004 'dependencies': [ 3005 'dependencies': [
3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3006 ], 3007 ],
3007 }], 3008 }],
3008 ], 3009 ],
3009 }, 3010 },
3010 ], 3011 ],
3011 }], 3012 }],
3012 ], # 'conditions' 3013 ], # 'conditions'
3013 } 3014 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698