| 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 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 '../net/net.gyp:net_test_support', | 2196 '../net/net.gyp:net_test_support', |
| 2197 '../sync/sync.gyp:test_support_sync_api', | 2197 '../sync/sync.gyp:test_support_sync_api', |
| 2198 '../sync/sync.gyp:test_support_sync_core', | 2198 '../sync/sync.gyp:test_support_sync_core', |
| 2199 '../sync/sync.gyp:test_support_sync_internal_api', | 2199 '../sync/sync.gyp:test_support_sync_internal_api', |
| 2200 '../testing/gmock.gyp:gmock', | 2200 '../testing/gmock.gyp:gmock', |
| 2201 '../testing/gtest.gyp:gtest', | 2201 '../testing/gtest.gyp:gtest', |
| 2202 'test_support_common', | 2202 'test_support_common', |
| 2203 'test_support_unit', | 2203 'test_support_unit', |
| 2204 # 3) anything tests directly depend on | 2204 # 3) anything tests directly depend on |
| 2205 '../components/components.gyp:generate_version_info', | 2205 '../components/components.gyp:generate_version_info', |
| 2206 '../components/components.gyp:sync_driver_features', | |
| 2207 '../courgette/courgette.gyp:courgette_lib', | 2206 '../courgette/courgette.gyp:courgette_lib', |
| 2208 '../google_apis/google_apis.gyp:google_apis', | 2207 '../google_apis/google_apis.gyp:google_apis', |
| 2209 '../skia/skia.gyp:skia', | 2208 '../skia/skia.gyp:skia', |
| 2210 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2209 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 2211 '../third_party/icu/icu.gyp:icui18n', | 2210 '../third_party/icu/icu.gyp:icui18n', |
| 2212 '../third_party/icu/icu.gyp:icuuc', | 2211 '../third_party/icu/icu.gyp:icuuc', |
| 2213 '../third_party/libxml/libxml.gyp:libxml', | 2212 '../third_party/libxml/libxml.gyp:libxml', |
| 2214 '../ui/base/ui_base.gyp:ui_base_test_support', | 2213 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 2215 '../ui/gfx/gfx.gyp:gfx_test_support', | 2214 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 2216 '../ui/resources/ui_resources.gyp:ui_resources', | 2215 '../ui/resources/ui_resources.gyp:ui_resources', |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2997 'dependencies': [ | 2996 'dependencies': [ |
| 2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2999 ], | 2998 ], |
| 3000 }], | 2999 }], |
| 3001 ], | 3000 ], |
| 3002 }, | 3001 }, |
| 3003 ], | 3002 ], |
| 3004 }], | 3003 }], |
| 3005 ], # 'conditions' | 3004 ], # 'conditions' |
| 3006 } | 3005 } |
| OLD | NEW |