| 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 1619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1630 'browser/ui/app_list/search/history_unittest.cc', | 1630 'browser/ui/app_list/search/history_unittest.cc', |
| 1631 'browser/ui/app_list/search/omnibox_result_unittest.cc', | 1631 'browser/ui/app_list/search/omnibox_result_unittest.cc', |
| 1632 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', | 1632 'browser/ui/app_list/search/suggestions/suggestions_search_provider_unitte
st.cc', |
| 1633 'browser/ui/app_list/speech_auth_helper_unittest.cc', | 1633 'browser/ui/app_list/speech_auth_helper_unittest.cc', |
| 1634 'browser/ui/app_list/test/fake_profile.cc', | 1634 'browser/ui/app_list/test/fake_profile.cc', |
| 1635 'browser/ui/app_list/test/fake_profile.h', | 1635 'browser/ui/app_list/test/fake_profile.h', |
| 1636 'browser/ui/app_list/test/fake_profile_store.cc', | 1636 'browser/ui/app_list/test/fake_profile_store.cc', |
| 1637 'browser/ui/app_list/test/fake_profile_store.h', | 1637 'browser/ui/app_list/test/fake_profile_store.h', |
| 1638 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 1638 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 1639 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 1639 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 1640 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | |
| 1641 ], | 1640 ], |
| 1642 # ChromeOS only sources of app_list. | 1641 # ChromeOS only sources of app_list. |
| 1643 'chrome_unit_tests_app_list_chromeos_sources': [ | 1642 'chrome_unit_tests_app_list_chromeos_sources': [ |
| 1644 'browser/ui/app_list/arc/arc_app_test.cc', | 1643 'browser/ui/app_list/arc/arc_app_test.cc', |
| 1645 'browser/ui/app_list/arc/arc_app_test.h', | 1644 'browser/ui/app_list/arc/arc_app_test.h', |
| 1646 'browser/ui/app_list/arc/arc_app_unittest.cc', | 1645 'browser/ui/app_list/arc/arc_app_unittest.cc', |
| 1647 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', | 1646 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', |
| 1648 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', | 1647 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', |
| 1649 ], | 1648 ], |
| 1650 'chrome_unit_tests_arc_sources': [ | 1649 'chrome_unit_tests_arc_sources': [ |
| (...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3023 'dependencies': [ | 3022 'dependencies': [ |
| 3024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3025 ], | 3024 ], |
| 3026 }], | 3025 }], |
| 3027 ], | 3026 ], |
| 3028 }, | 3027 }, |
| 3029 ], | 3028 ], |
| 3030 }], | 3029 }], |
| 3031 ], # 'conditions' | 3030 ], # 'conditions' |
| 3032 } | 3031 } |
| OLD | NEW |