| 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/test/fast_show_pickler_unittest.cc', | 1640 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 1641 ], | 1641 ], |
| 1642 # ChromeOS only sources of app_list. | 1642 # ChromeOS only sources of app_list. |
| 1643 'chrome_unit_tests_app_list_chromeos_sources': [ | 1643 'chrome_unit_tests_app_list_chromeos_sources': [ |
| 1644 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', | 1644 'browser/ui/app_list/search/launcher_search/launcher_search_icon_image_loa
der_unittest.cc', |
| 1645 ], | 1645 ], |
| 1646 # ARC only sources of app_list. | 1646 # ARC only sources of app_list. |
| 1647 'chrome_unit_tests_app_list_chromeos_arc_sources': [ | 1647 'chrome_unit_tests_app_list_chromeos_arc_sources': [ |
| 1648 'browser/ui/app_list/arc/arc_app_unittest.cc', | 1648 'browser/ui/app_list/arc/arc_app_unittest.cc', |
| 1649 ], | 1649 ], |
| 1650 'chrome_unit_tests_arc_settings_bridge_sources': [ | 1650 'chrome_unit_tests_arc_sources': [ |
| 1651 'browser/chromeos/arc/arc_settings_bridge_unittest.cc', | 1651 'browser/chromeos/arc/arc_settings_bridge_unittest.cc', |
| 1652 'browser/chromeos/arc/arc_opt_in_manager_unittest.cc', |
| 1652 ], | 1653 ], |
| 1653 # Sources for Offline pages. For now only for Android. | 1654 # Sources for Offline pages. For now only for Android. |
| 1654 'chrome_unit_tests_offline_pages_sources': [ | 1655 'chrome_unit_tests_offline_pages_sources': [ |
| 1655 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1656 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
| 1656 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1657 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
| 1657 'browser/android/offline_pages/test_offline_page_model_builder.cc', | 1658 'browser/android/offline_pages/test_offline_page_model_builder.cc', |
| 1658 'browser/android/offline_pages/test_offline_page_model_builder.h', | 1659 'browser/android/offline_pages/test_offline_page_model_builder.h', |
| 1659 ], | 1660 ], |
| 1660 }, | 1661 }, |
| 1661 'targets': [ | 1662 'targets': [ |
| (...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2808 ['enable_app_list==1 and chromeos==1', { | 2809 ['enable_app_list==1 and chromeos==1', { |
| 2809 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], | 2810 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_sources)' ], |
| 2810 }], | 2811 }], |
| 2811 ['enable_app_list==1 and chromeos==1', { | 2812 ['enable_app_list==1 and chromeos==1', { |
| 2812 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ], | 2813 'sources': [ '<@(chrome_unit_tests_app_list_chromeos_arc_sources)' ], |
| 2813 'dependencies': [ | 2814 'dependencies': [ |
| 2814 '../components/components.gyp:arc_test_support', | 2815 '../components/components.gyp:arc_test_support', |
| 2815 ], | 2816 ], |
| 2816 }], | 2817 }], |
| 2817 ['chromeos==1', { | 2818 ['chromeos==1', { |
| 2818 'sources': [ '<@(chrome_unit_tests_arc_settings_bridge_sources)' ], | 2819 'sources': [ '<@(chrome_unit_tests_arc_sources)' ], |
| 2819 'dependencies': [ | 2820 'dependencies': [ |
| 2820 '../components/components.gyp:arc_test_support', | 2821 '../components/components.gyp:arc_test_support', |
| 2821 ], | 2822 ], |
| 2822 }], | 2823 }], |
| 2823 ['enable_plugin_installation==0', { | 2824 ['enable_plugin_installation==0', { |
| 2824 'sources!': [ | 2825 'sources!': [ |
| 2825 'browser/plugins/plugin_installer_unittest.cc', | 2826 'browser/plugins/plugin_installer_unittest.cc', |
| 2826 ], | 2827 ], |
| 2827 }], | 2828 }], |
| 2828 ['safe_browsing==1 and OS=="mac"', { | 2829 ['safe_browsing==1 and OS=="mac"', { |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3055 'dependencies': [ | 3056 'dependencies': [ |
| 3056 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3057 ], | 3058 ], |
| 3058 }], | 3059 }], |
| 3059 ], | 3060 ], |
| 3060 }, | 3061 }, |
| 3061 ], | 3062 ], |
| 3062 }], | 3063 }], |
| 3063 ], # 'conditions' | 3064 ], # 'conditions' |
| 3064 } | 3065 } |
| OLD | NEW |