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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1613 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', | 1613 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', |
1614 'browser/ui/app_list/speech_auth_helper_unittest.cc', | 1614 'browser/ui/app_list/speech_auth_helper_unittest.cc', |
1615 'browser/ui/app_list/test/fake_profile.cc', | 1615 'browser/ui/app_list/test/fake_profile.cc', |
1616 'browser/ui/app_list/test/fake_profile.h', | 1616 'browser/ui/app_list/test/fake_profile.h', |
1617 'browser/ui/app_list/test/fake_profile_store.cc', | 1617 'browser/ui/app_list/test/fake_profile_store.cc', |
1618 'browser/ui/app_list/test/fake_profile_store.h', | 1618 'browser/ui/app_list/test/fake_profile_store.h', |
1619 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 1619 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
1620 ], | 1620 ], |
1621 # ChromeOS only sources of app_list. | 1621 # ChromeOS only sources of app_list. |
1622 'chrome_unit_tests_app_list_chromeos_sources': [ | 1622 'chrome_unit_tests_app_list_chromeos_sources': [ |
1623 'browser/ui/app_list/search/launcher_search/extension_badged_icon_image_un
ittest.cc', | 1623 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', |
1624 ], | 1624 ], |
1625 }, | 1625 }, |
1626 'targets': [ | 1626 'targets': [ |
1627 { | 1627 { |
1628 # This target contains mocks and test utilities that don't belong in | 1628 # This target contains mocks and test utilities that don't belong in |
1629 # production libraries but are used by more than one test executable. | 1629 # production libraries but are used by more than one test executable. |
1630 # | 1630 # |
1631 # GN version: //chrome/test:test_support | 1631 # GN version: //chrome/test:test_support |
1632 'target_name': 'test_support_common', | 1632 'target_name': 'test_support_common', |
1633 'type': 'static_library', | 1633 'type': 'static_library', |
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2856 'dependencies': [ | 2856 'dependencies': [ |
2857 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2857 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2858 ], | 2858 ], |
2859 }], | 2859 }], |
2860 ], | 2860 ], |
2861 }, | 2861 }, |
2862 ], | 2862 ], |
2863 }], | 2863 }], |
2864 ], # 'conditions' | 2864 ], # 'conditions' |
2865 } | 2865 } |
OLD | NEW |