| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ], | 1642 ], |
| 1643 # ChromeOS only sources of app_list. | 1643 # ChromeOS only sources of app_list. |
| 1644 'chrome_unit_tests_app_list_chromeos_sources': [ | 1644 'chrome_unit_tests_app_list_chromeos_sources': [ |
| 1645 'browser/ui/app_list/arc/arc_app_test.cc', |
| 1646 'browser/ui/app_list/arc/arc_app_test.h', |
| 1647 'browser/ui/app_list/arc/arc_app_unittest.cc', |
| 1645 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', | 1648 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', |
| 1646 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', | 1649 'browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc', |
| 1647 ], | 1650 ], |
| 1648 # ARC only sources of app_list. | |
| 1649 'chrome_unit_tests_app_list_chromeos_arc_sources': [ | |
| 1650 'browser/ui/app_list/arc/arc_app_test.cc', | |
| 1651 'browser/ui/app_list/arc/arc_app_test.h', | |
| 1652 'browser/ui/app_list/arc/arc_app_unittest.cc', | |
| 1653 ], | |
| 1654 'chrome_unit_tests_arc_sources': [ | 1651 'chrome_unit_tests_arc_sources': [ |
| 1655 'browser/chromeos/arc/arc_auth_service_unittest.cc', | 1652 'browser/chromeos/arc/arc_auth_service_unittest.cc', |
| 1656 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', | 1653 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', |
| 1657 ], | 1654 ], |
| 1658 # Sources for Offline pages. For now only for Android. | 1655 # Sources for Offline pages. For now only for Android. |
| 1659 'chrome_unit_tests_offline_pages_sources': [ | 1656 'chrome_unit_tests_offline_pages_sources': [ |
| 1660 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1657 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
| 1661 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', | 1658 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', |
| 1662 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1659 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
| 1663 'browser/android/offline_pages/recent_tab_helper_unittest.cc', | 1660 'browser/android/offline_pages/recent_tab_helper_unittest.cc', |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2743 ['safe_browsing==1 and enable_extensions==1', { | 2740 ['safe_browsing==1 and enable_extensions==1', { |
| 2744 'sources': [ | 2741 'sources': [ |
| 2745 'browser/extensions/blacklist_unittest.cc', | 2742 'browser/extensions/blacklist_unittest.cc', |
| 2746 ], | 2743 ], |
| 2747 }], | 2744 }], |
| 2748 ['enable_app_list==1', { | 2745 ['enable_app_list==1', { |
| 2749 'sources': [ '<@(chrome_unit_tests_app_list_sources)' ], | 2746 'sources': [ '<@(chrome_unit_tests_app_list_sources)' ], |
| 2750 'dependencies': [ | 2747 'dependencies': [ |
| 2751 '../ui/app_list/app_list.gyp:app_list_test_support', | 2748 '../ui/app_list/app_list.gyp:app_list_test_support', |
| 2752 ], | 2749 ], |
| 2753 }], | 2750 'conditions': [ |
| 2754 ['enable_app_list==1 and chromeos==1', { | 2751 ['chromeos==1', { |
| 2755 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], | 2752 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], |
| 2756 }], | 2753 'dependencies': [ |
| 2757 ['enable_app_list==1 and chromeos==1', { | 2754 '../components/components.gyp:arc_test_support', |
| 2758 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ], | 2755 ], |
| 2759 'dependencies': [ | 2756 }], |
| 2760 '../components/components.gyp:arc_test_support', | 2757 ['OS=="mac"', { |
| 2758 'sources!': [ |
| 2759 # This assumes the AppList is views-based, but Mac only links |
| 2760 # browser parts for the Cocoa implementation. |
| 2761 'browser/ui/app_list/app_list_shower_views_unittest.cc', |
| 2762 ], |
| 2763 }], |
| 2761 ], | 2764 ], |
| 2762 }], | 2765 }], |
| 2763 ['chromeos==1', { | 2766 ['chromeos==1', { |
| 2764 'sources': [ '<@(chrome_unit_tests_arc_sources)' ], | 2767 'sources': [ '<@(chrome_unit_tests_arc_sources)' ], |
| 2765 'dependencies': [ | 2768 'dependencies': [ |
| 2766 '../components/components.gyp:arc_test_support', | 2769 '../components/components.gyp:arc_test_support', |
| 2767 ], | 2770 ], |
| 2768 }], | 2771 }], |
| 2769 ['enable_plugin_installation==0', { | 2772 ['enable_plugin_installation==0', { |
| 2770 'sources!': [ | 2773 'sources!': [ |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3007 'dependencies': [ | 3010 'dependencies': [ |
| 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3009 ], | 3012 ], |
| 3010 }], | 3013 }], |
| 3011 ], | 3014 ], |
| 3012 }, | 3015 }, |
| 3013 ], | 3016 ], |
| 3014 }], | 3017 }], |
| 3015 ], # 'conditions' | 3018 ], # 'conditions' |
| 3016 } | 3019 } |
| OLD | NEW |