| OLD | NEW |
| 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 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2222 '../google_apis/google_apis.gyp:google_apis', | 2222 '../google_apis/google_apis.gyp:google_apis', |
| 2223 '../skia/skia.gyp:skia', | 2223 '../skia/skia.gyp:skia', |
| 2224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 2225 # Unit tests should be independent of the CLD2 access mechanism, | 2225 # Unit tests should be independent of the CLD2 access mechanism, |
| 2226 # just use static for simplicity. | 2226 # just use static for simplicity. |
| 2227 '../third_party/cld_2/cld_2.gyp:cld2_static', | 2227 '../third_party/cld_2/cld_2.gyp:cld2_static', |
| 2228 '../third_party/icu/icu.gyp:icui18n', | 2228 '../third_party/icu/icu.gyp:icui18n', |
| 2229 '../third_party/icu/icu.gyp:icuuc', | 2229 '../third_party/icu/icu.gyp:icuuc', |
| 2230 '../third_party/libxml/libxml.gyp:libxml', | 2230 '../third_party/libxml/libxml.gyp:libxml', |
| 2231 '../ui/base/ui_base.gyp:ui_base_test_support', | 2231 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 2232 '../ui/display/display.gyp:display_test_support', |
| 2232 '../ui/gfx/gfx.gyp:gfx_test_support', | 2233 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 2233 '../ui/resources/ui_resources.gyp:ui_resources', | 2234 '../ui/resources/ui_resources.gyp:ui_resources', |
| 2234 'chrome_features.gyp:chrome_common_features', | 2235 'chrome_features.gyp:chrome_common_features', |
| 2235 'chrome_resources.gyp:chrome_resources', | 2236 'chrome_resources.gyp:chrome_resources', |
| 2236 'chrome_resources.gyp:chrome_strings', | 2237 'chrome_resources.gyp:chrome_strings', |
| 2237 ], | 2238 ], |
| 2238 'include_dirs': [ | 2239 'include_dirs': [ |
| 2239 '..', | 2240 '..', |
| 2240 ], | 2241 ], |
| 2241 'msvs_settings': { | 2242 'msvs_settings': { |
| (...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2989 'dependencies': [ | 2990 'dependencies': [ |
| 2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2991 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2991 ], | 2992 ], |
| 2992 }], | 2993 }], |
| 2993 ], | 2994 ], |
| 2994 }, | 2995 }, |
| 2995 ], | 2996 ], |
| 2996 }], | 2997 }], |
| 2997 ], # 'conditions' | 2998 ], # 'conditions' |
| 2998 } | 2999 } |
| OLD | NEW |