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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1255653003: Add missing runtime dependencies to *_run targets. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 | « cc/cc_tests.gyp ('k') | chrome/test/BUILD.gn » ('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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 '../skia/skia.gyp:skia', 2179 '../skia/skia.gyp:skia',
2180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2181 '../third_party/icu/icu.gyp:icui18n', 2181 '../third_party/icu/icu.gyp:icui18n',
2182 '../third_party/icu/icu.gyp:icuuc', 2182 '../third_party/icu/icu.gyp:icuuc',
2183 '../third_party/libxml/libxml.gyp:libxml', 2183 '../third_party/libxml/libxml.gyp:libxml',
2184 '../ui/base/ui_base.gyp:ui_base_test_support', 2184 '../ui/base/ui_base.gyp:ui_base_test_support',
2185 '../ui/gfx/gfx.gyp:gfx_test_support', 2185 '../ui/gfx/gfx.gyp:gfx_test_support',
2186 '../ui/resources/ui_resources.gyp:ui_resources', 2186 '../ui/resources/ui_resources.gyp:ui_resources',
2187 'chrome_resources.gyp:chrome_resources', 2187 'chrome_resources.gyp:chrome_resources',
2188 'chrome_resources.gyp:chrome_strings', 2188 'chrome_resources.gyp:chrome_strings',
2189 # Only needed at runtime.
2190 '../third_party/mesa/mesa.gyp:osmesa',
2189 ], 2191 ],
2190 'include_dirs': [ 2192 'include_dirs': [
2191 '..', 2193 '..',
2192 ], 2194 ],
2193 'msvs_settings': { 2195 'msvs_settings': {
2194 'VCLinkerTool': { 2196 'VCLinkerTool': {
2195 'conditions': [ 2197 'conditions': [
2196 ['incremental_chrome_dll==1', { 2198 ['incremental_chrome_dll==1', {
2197 'UseLibraryDependencyInputs': "true", 2199 'UseLibraryDependencyInputs': "true",
2198 }], 2200 }],
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
2925 'dependencies': [ 2927 'dependencies': [
2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2927 ], 2929 ],
2928 }], 2930 }],
2929 ], 2931 ],
2930 }, 2932 },
2931 ], 2933 ],
2932 }], 2934 }],
2933 ], # 'conditions' 2935 ], # 'conditions'
2934 } 2936 }
OLDNEW
« no previous file with comments | « cc/cc_tests.gyp ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698