| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 ], | 755 ], |
| 756 'chrome_unit_tests_speech_sources': [ | 756 'chrome_unit_tests_speech_sources': [ |
| 757 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', | 757 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', |
| 758 'browser/speech/tts_controller_unittest.cc', | 758 'browser/speech/tts_controller_unittest.cc', |
| 759 ], | 759 ], |
| 760 'chrome_unit_tests_notifications_sources': [ | 760 'chrome_unit_tests_notifications_sources': [ |
| 761 'browser/notifications/desktop_notification_profile_util_unittest.cc', | 761 'browser/notifications/desktop_notification_profile_util_unittest.cc', |
| 762 'browser/notifications/message_center_notifications_unittest.cc', | 762 'browser/notifications/message_center_notifications_unittest.cc', |
| 763 'browser/notifications/message_center_settings_controller_unittest.cc', | 763 'browser/notifications/message_center_settings_controller_unittest.cc', |
| 764 'browser/notifications/notification_permission_context_unittest.cc', | 764 'browser/notifications/notification_permission_context_unittest.cc', |
| 765 'browser/notifications/notification_platform_bridge_mac_unittest.mm', |
| 765 'browser/notifications/platform_notification_service_unittest.cc', | 766 'browser/notifications/platform_notification_service_unittest.cc', |
| 766 ], | 767 ], |
| 767 # Used by Full Safe Browsing (safe_browsing==1) | 768 # Used by Full Safe Browsing (safe_browsing==1) |
| 768 # and by Mobile Safe Browsing (==2) modes. | 769 # and by Mobile Safe Browsing (==2) modes. |
| 769 'chrome_unit_tests_shared_safe_browsing_sources': [ | 770 'chrome_unit_tests_shared_safe_browsing_sources': [ |
| 770 'browser/safe_browsing/ping_manager_unittest.cc', | 771 'browser/safe_browsing/ping_manager_unittest.cc', |
| 771 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', | 772 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', |
| 772 'browser/safe_browsing/threat_details_unittest.cc', | 773 'browser/safe_browsing/threat_details_unittest.cc', |
| 773 'browser/safe_browsing/ui_manager_unittest.cc', | 774 'browser/safe_browsing/ui_manager_unittest.cc', |
| 774 'common/safe_browsing/file_type_policies_unittest.cc', | 775 'common/safe_browsing/file_type_policies_unittest.cc', |
| (...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3021 'dependencies': [ | 3022 'dependencies': [ |
| 3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3023 ], | 3024 ], |
| 3024 }], | 3025 }], |
| 3025 ], | 3026 ], |
| 3026 }, | 3027 }, |
| 3027 ], | 3028 ], |
| 3028 }], | 3029 }], |
| 3029 ], # 'conditions' | 3030 ], # 'conditions' |
| 3030 } | 3031 } |
| OLD | NEW |