| 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 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 'browser/download/test_download_shelf.cc', | 1753 'browser/download/test_download_shelf.cc', |
| 1754 'browser/download/test_download_shelf.h', | 1754 'browser/download/test_download_shelf.h', |
| 1755 'browser/media/fake_desktop_media_list.cc', | 1755 'browser/media/fake_desktop_media_list.cc', |
| 1756 'browser/media/fake_desktop_media_list.h', | 1756 'browser/media/fake_desktop_media_list.h', |
| 1757 'browser/net/dns_probe_test_util.cc', | 1757 'browser/net/dns_probe_test_util.cc', |
| 1758 'browser/net/dns_probe_test_util.h', | 1758 'browser/net/dns_probe_test_util.h', |
| 1759 'browser/net/url_request_mock_util.cc', | 1759 'browser/net/url_request_mock_util.cc', |
| 1760 'browser/net/url_request_mock_util.h', | 1760 'browser/net/url_request_mock_util.h', |
| 1761 'browser/notifications/notification_test_util.cc', | 1761 'browser/notifications/notification_test_util.cc', |
| 1762 'browser/notifications/notification_test_util.h', | 1762 'browser/notifications/notification_test_util.h', |
| 1763 'browser/notifications/stub_notification_platform_bridge.cc', |
| 1764 'browser/notifications/stub_notification_platform_bridge.h', |
| 1763 'browser/policy/test/local_policy_test_server.cc', | 1765 'browser/policy/test/local_policy_test_server.cc', |
| 1764 'browser/policy/test/local_policy_test_server.h', | 1766 'browser/policy/test/local_policy_test_server.h', |
| 1765 'browser/profile_resetter/profile_resetter_test_base.cc', | 1767 'browser/profile_resetter/profile_resetter_test_base.cc', |
| 1766 'browser/profile_resetter/profile_resetter_test_base.h', | 1768 'browser/profile_resetter/profile_resetter_test_base.h', |
| 1767 'browser/search_engines/template_url_service_factory_test_util.cc', | 1769 'browser/search_engines/template_url_service_factory_test_util.cc', |
| 1768 'browser/search_engines/template_url_service_factory_test_util.h', | 1770 'browser/search_engines/template_url_service_factory_test_util.h', |
| 1769 'browser/search_engines/template_url_service_test_util.cc', | 1771 'browser/search_engines/template_url_service_test_util.cc', |
| 1770 'browser/search_engines/template_url_service_test_util.h', | 1772 'browser/search_engines/template_url_service_test_util.h', |
| 1771 'browser/sessions/session_restore_test_helper.cc', | 1773 'browser/sessions/session_restore_test_helper.cc', |
| 1772 'browser/sessions/session_restore_test_helper.h', | 1774 'browser/sessions/session_restore_test_helper.h', |
| (...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3010 'dependencies': [ | 3012 'dependencies': [ |
| 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3012 ], | 3014 ], |
| 3013 }], | 3015 }], |
| 3014 ], | 3016 ], |
| 3015 }, | 3017 }, |
| 3016 ], | 3018 ], |
| 3017 }], | 3019 }], |
| 3018 ], # 'conditions' | 3020 ], # 'conditions' |
| 3019 } | 3021 } |
| OLD | NEW |