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