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