| 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 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 '../components/components.gyp:user_prefs_tracked_test_support', | 1721 '../components/components.gyp:user_prefs_tracked_test_support', |
| 1722 '../components/prefs/prefs.gyp:prefs_test_support', | 1722 '../components/prefs/prefs.gyp:prefs_test_support', |
| 1723 '../content/content.gyp:content_app_both', | 1723 '../content/content.gyp:content_app_both', |
| 1724 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 1724 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
| 1725 '../content/content_shell_and_tests.gyp:test_support_content', | 1725 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1726 '../net/net.gyp:net', | 1726 '../net/net.gyp:net', |
| 1727 '../net/net.gyp:net_test_support', | 1727 '../net/net.gyp:net_test_support', |
| 1728 '../skia/skia.gyp:skia', | 1728 '../skia/skia.gyp:skia', |
| 1729 '../sql/sql.gyp:sql', | 1729 '../sql/sql.gyp:sql', |
| 1730 '../sql/sql.gyp:test_support_sql', | 1730 '../sql/sql.gyp:test_support_sql', |
| 1731 '../sync/sync.gyp:sync', | 1731 '../components/sync.gyp:sync', |
| 1732 '../testing/gmock.gyp:gmock', | 1732 '../testing/gmock.gyp:gmock', |
| 1733 '../testing/gtest.gyp:gtest', | 1733 '../testing/gtest.gyp:gtest', |
| 1734 '../third_party/zlib/zlib.gyp:zlib', | 1734 '../third_party/zlib/zlib.gyp:zlib', |
| 1735 '../ui/gfx/gfx.gyp:gfx_test_support', | 1735 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1736 '../ui/message_center/message_center.gyp:message_center_test_support', | 1736 '../ui/message_center/message_center.gyp:message_center_test_support', |
| 1737 ], | 1737 ], |
| 1738 'export_dependent_settings': [ | 1738 'export_dependent_settings': [ |
| 1739 '../base/base.gyp:test_support_base', | 1739 '../base/base.gyp:test_support_base', |
| 1740 '../components/components.gyp:policy_component_test_support', | 1740 '../components/components.gyp:policy_component_test_support', |
| 1741 '../components/components.gyp:policy_test_support', | 1741 '../components/components.gyp:policy_test_support', |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 'type': 'static_library', | 2203 'type': 'static_library', |
| 2204 'dependencies': [ | 2204 'dependencies': [ |
| 2205 'chrome_resources.gyp:chrome_resources', | 2205 'chrome_resources.gyp:chrome_resources', |
| 2206 'chrome_resources.gyp:chrome_strings', | 2206 'chrome_resources.gyp:chrome_strings', |
| 2207 'browser', | 2207 'browser', |
| 2208 'common', | 2208 'common', |
| 2209 'test_support_common', | 2209 'test_support_common', |
| 2210 '../base/base.gyp:base', | 2210 '../base/base.gyp:base', |
| 2211 '../mojo/mojo_edk.gyp:mojo_system_impl', | 2211 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 2212 '../skia/skia.gyp:skia', | 2212 '../skia/skia.gyp:skia', |
| 2213 '../sync/sync.gyp:sync', | 2213 '../components/sync.gyp:sync', |
| 2214 '../testing/gmock.gyp:gmock', | 2214 '../testing/gmock.gyp:gmock', |
| 2215 '../testing/gtest.gyp:gtest', | 2215 '../testing/gtest.gyp:gtest', |
| 2216 ], | 2216 ], |
| 2217 'include_dirs': [ | 2217 'include_dirs': [ |
| 2218 '..', | 2218 '..', |
| 2219 ], | 2219 ], |
| 2220 'sources': [ | 2220 'sources': [ |
| 2221 'browser/sync/glue/session_sync_test_helper.cc', | 2221 'browser/sync/glue/session_sync_test_helper.cc', |
| 2222 'browser/sync/glue/session_sync_test_helper.h', | 2222 'browser/sync/glue/session_sync_test_helper.h', |
| 2223 'test/base/run_all_unittests.cc', | 2223 'test/base/run_all_unittests.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 2251 '../components/components.gyp:content_settings_core_test_support', | 2251 '../components/components.gyp:content_settings_core_test_support', |
| 2252 '../components/components.gyp:gcm_driver', | 2252 '../components/components.gyp:gcm_driver', |
| 2253 '../components/components.gyp:password_manager_core_browser_test_support
', | 2253 '../components/components.gyp:password_manager_core_browser_test_support
', |
| 2254 '../components/components.gyp:syncable_prefs_test_support', | 2254 '../components/components.gyp:syncable_prefs_test_support', |
| 2255 '../components/components.gyp:zoom_test_support', | 2255 '../components/components.gyp:zoom_test_support', |
| 2256 '../content/content_shell_and_tests.gyp:test_support_content', | 2256 '../content/content_shell_and_tests.gyp:test_support_content', |
| 2257 '../content/content.gyp:content_app_both', | 2257 '../content/content.gyp:content_app_both', |
| 2258 '../crypto/crypto.gyp:crypto_test_support', | 2258 '../crypto/crypto.gyp:crypto_test_support', |
| 2259 '../net/net.gyp:net', | 2259 '../net/net.gyp:net', |
| 2260 '../net/net.gyp:net_test_support', | 2260 '../net/net.gyp:net_test_support', |
| 2261 '../sync/sync.gyp:test_support_sync_api', | 2261 '../components/sync.gyp:test_support_sync_api', |
| 2262 '../sync/sync.gyp:test_support_sync_core', | 2262 '../components/sync.gyp:test_support_sync_core', |
| 2263 '../sync/sync.gyp:test_support_sync_internal_api', | 2263 '../components/sync.gyp:test_support_sync_core_impl', |
| 2264 '../testing/gmock.gyp:gmock', | 2264 '../testing/gmock.gyp:gmock', |
| 2265 '../testing/gtest.gyp:gtest', | 2265 '../testing/gtest.gyp:gtest', |
| 2266 'test_support_common', | 2266 'test_support_common', |
| 2267 'test_support_unit', | 2267 'test_support_unit', |
| 2268 # 3) anything tests directly depend on | 2268 # 3) anything tests directly depend on |
| 2269 '../components/components.gyp:component_updater_test_support', | 2269 '../components/components.gyp:component_updater_test_support', |
| 2270 '../components/components.gyp:generate_version_info', | 2270 '../components/components.gyp:generate_version_info', |
| 2271 '../components/components.gyp:subresource_filter_core_browser_test_suppo
rt', | 2271 '../components/components.gyp:subresource_filter_core_browser_test_suppo
rt', |
| 2272 '../courgette/courgette.gyp:courgette_lib', | 2272 '../courgette/courgette.gyp:courgette_lib', |
| 2273 '../google_apis/google_apis.gyp:google_apis', | 2273 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3035 'dependencies': [ | 3035 'dependencies': [ |
| 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3037 ], | 3037 ], |
| 3038 }], | 3038 }], |
| 3039 ], | 3039 ], |
| 3040 }, | 3040 }, |
| 3041 ], | 3041 ], |
| 3042 }], | 3042 }], |
| 3043 ], # 'conditions' | 3043 ], # 'conditions' |
| 3044 } | 3044 } |
| OLD | NEW |