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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1247533003: Revert of Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: 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',
2210 ], 2208 ],
2211 'include_dirs': [ 2209 'include_dirs': [
2212 '..', 2210 '..',
2213 ], 2211 ],
2214 'msvs_settings': { 2212 'msvs_settings': {
2215 'VCLinkerTool': { 2213 'VCLinkerTool': {
2216 'conditions': [ 2214 'conditions': [
2217 ['incremental_chrome_dll==1', { 2215 ['incremental_chrome_dll==1', {
2218 'UseLibraryDependencyInputs': "true", 2216 'UseLibraryDependencyInputs': "true",
2219 }], 2217 }],
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 'dependencies': [ 2902 'dependencies': [
2905 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2903 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2906 ], 2904 ],
2907 }], 2905 }],
2908 ], 2906 ],
2909 }, 2907 },
2910 ], 2908 ],
2911 }], 2909 }],
2912 ], # 'conditions' 2910 ], # 'conditions'
2913 } 2911 }
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