| 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 'common/instant_types_unittest.cc', | 518 'common/instant_types_unittest.cc', |
| 519 'common/mac/cfbundle_blocker_unittest.mm', | 519 'common/mac/cfbundle_blocker_unittest.mm', |
| 520 'common/mac/mock_launchd.cc', | 520 'common/mac/mock_launchd.cc', |
| 521 'common/mac/mock_launchd.h', | 521 'common/mac/mock_launchd.h', |
| 522 'common/mac/objc_zombie_unittest.mm', | 522 'common/mac/objc_zombie_unittest.mm', |
| 523 'common/partial_circular_buffer_unittest.cc', | 523 'common/partial_circular_buffer_unittest.cc', |
| 524 'common/pref_names_util_unittest.cc', | 524 'common/pref_names_util_unittest.cc', |
| 525 'common/search_urls_unittest.cc', | 525 'common/search_urls_unittest.cc', |
| 526 'common/secure_origin_whitelist_unittest.cc', | 526 'common/secure_origin_whitelist_unittest.cc', |
| 527 'common/switch_utils_unittest.cc', | 527 'common/switch_utils_unittest.cc', |
| 528 'common/sync_util_unittest.cc', | |
| 529 'common/variations/variations_util_unittest.cc', | 528 'common/variations/variations_util_unittest.cc', |
| 530 'common/worker_thread_ticker_unittest.cc', | 529 'common/worker_thread_ticker_unittest.cc', |
| 531 'renderer/chrome_content_renderer_client_unittest.cc', | 530 'renderer/chrome_content_renderer_client_unittest.cc', |
| 532 'renderer/content_settings_observer_unittest.cc', | 531 'renderer/content_settings_observer_unittest.cc', |
| 533 'renderer/instant_restricted_id_cache_unittest.cc', | 532 'renderer/instant_restricted_id_cache_unittest.cc', |
| 534 'renderer/plugins/plugin_uma_unittest.cc', | 533 'renderer/plugins/plugin_uma_unittest.cc', |
| 535 'renderer/prerender/prerender_dispatcher_unittest.cc', | 534 'renderer/prerender/prerender_dispatcher_unittest.cc', |
| 536 'renderer/searchbox/search_bouncer_unittest.cc', | 535 'renderer/searchbox/search_bouncer_unittest.cc', |
| 537 'renderer/searchbox/searchbox_extension_unittest.cc', | 536 'renderer/searchbox/searchbox_extension_unittest.cc', |
| 538 'renderer/searchbox/searchbox_unittest.cc', | 537 'renderer/searchbox/searchbox_unittest.cc', |
| (...skipping 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2937 'dependencies': [ | 2936 'dependencies': [ |
| 2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2939 ], | 2938 ], |
| 2940 }], | 2939 }], |
| 2941 ], | 2940 ], |
| 2942 }, | 2941 }, |
| 2943 ], | 2942 ], |
| 2944 }], | 2943 }], |
| 2945 ], # 'conditions' | 2944 ], # 'conditions' |
| 2946 } | 2945 } |
| OLD | NEW |