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