| 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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1640 'browser/ui/app_list/search/history_unittest.cc', | 1640 'browser/ui/app_list/search/history_unittest.cc', |
| 1641 'browser/ui/app_list/search/omnibox_result_unittest.cc', | 1641 'browser/ui/app_list/search/omnibox_result_unittest.cc', |
| 1642 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', | 1642 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', |
| 1643 'browser/ui/app_list/speech_auth_helper_unittest.cc', | 1643 'browser/ui/app_list/speech_auth_helper_unittest.cc', |
| 1644 'browser/ui/app_list/test/fake_profile.cc', | 1644 'browser/ui/app_list/test/fake_profile.cc', |
| 1645 'browser/ui/app_list/test/fake_profile.h', | 1645 'browser/ui/app_list/test/fake_profile.h', |
| 1646 'browser/ui/app_list/test/fake_profile_store.cc', | 1646 'browser/ui/app_list/test/fake_profile_store.cc', |
| 1647 'browser/ui/app_list/test/fake_profile_store.h', | 1647 'browser/ui/app_list/test/fake_profile_store.h', |
| 1648 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 1648 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 1649 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 1649 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 1650 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | |
| 1651 ], | 1650 ], |
| 1652 # ChromeOS only sources of app_list. | 1651 # ChromeOS only sources of app_list. |
| 1653 'chrome_unit_tests_app_list_chromeos_sources': [ | 1652 'chrome_unit_tests_app_list_chromeos_sources': [ |
| 1654 'browser/ui/app_list/arc/arc_app_test.cc', | 1653 'browser/ui/app_list/arc/arc_app_test.cc', |
| 1655 'browser/ui/app_list/arc/arc_app_test.h', | 1654 'browser/ui/app_list/arc/arc_app_test.h', |
| 1656 'browser/ui/app_list/arc/arc_app_unittest.cc', | 1655 'browser/ui/app_list/arc/arc_app_unittest.cc', |
| 1657 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', | 1656 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', |
| 1658 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', | 1657 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', |
| 1659 ], | 1658 ], |
| 1660 'chrome_unit_tests_arc_sources': [ | 1659 'chrome_unit_tests_arc_sources': [ |
| (...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3035 'dependencies': [ | 3034 'dependencies': [ |
| 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3037 ], | 3036 ], |
| 3038 }], | 3037 }], |
| 3039 ], | 3038 ], |
| 3040 }, | 3039 }, |
| 3041 ], | 3040 ], |
| 3042 }], | 3041 }], |
| 3043 ], # 'conditions' | 3042 ], # 'conditions' |
| 3044 } | 3043 } |
| OLD | NEW |