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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1242323004: Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: osmesa really need to be a dep of each exe Created 5 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 | « cc/cc_tests.gyp ('k') | components/components_tests.gyp » ('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 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 '../skia/skia.gyp:skia', 2198 '../skia/skia.gyp:skia',
2199 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2199 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2200 '../third_party/icu/icu.gyp:icui18n', 2200 '../third_party/icu/icu.gyp:icui18n',
2201 '../third_party/icu/icu.gyp:icuuc', 2201 '../third_party/icu/icu.gyp:icuuc',
2202 '../third_party/libxml/libxml.gyp:libxml', 2202 '../third_party/libxml/libxml.gyp:libxml',
2203 '../ui/base/ui_base.gyp:ui_base_test_support', 2203 '../ui/base/ui_base.gyp:ui_base_test_support',
2204 '../ui/gfx/gfx.gyp:gfx_test_support', 2204 '../ui/gfx/gfx.gyp:gfx_test_support',
2205 '../ui/resources/ui_resources.gyp:ui_resources', 2205 '../ui/resources/ui_resources.gyp:ui_resources',
2206 'chrome_resources.gyp:chrome_resources', 2206 'chrome_resources.gyp:chrome_resources',
2207 'chrome_resources.gyp:chrome_strings', 2207 'chrome_resources.gyp:chrome_strings',
2208 # Only needed at runtime.
2209 '../third_party/mesa/mesa.gyp:osmesa',
2208 ], 2210 ],
2209 'include_dirs': [ 2211 'include_dirs': [
2210 '..', 2212 '..',
2211 ], 2213 ],
2212 'msvs_settings': { 2214 'msvs_settings': {
2213 'VCLinkerTool': { 2215 'VCLinkerTool': {
2214 'conditions': [ 2216 'conditions': [
2215 ['incremental_chrome_dll==1', { 2217 ['incremental_chrome_dll==1', {
2216 'UseLibraryDependencyInputs': "true", 2218 'UseLibraryDependencyInputs': "true",
2217 }], 2219 }],
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'dependencies': [ 2904 'dependencies': [
2903 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2905 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2904 ], 2906 ],
2905 }], 2907 }],
2906 ], 2908 ],
2907 }, 2909 },
2908 ], 2910 ],
2909 }], 2911 }],
2910 ], # 'conditions' 2912 ], # 'conditions'
2911 } 2913 }
OLDNEW
« no previous file with comments | « cc/cc_tests.gyp ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698