Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1185753008: Proposed alternative for supporting ChromeVox keyboard commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ui/events/* changes. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'chrome_unit_tests_gtestjs_sources': [ 1129 'chrome_unit_tests_gtestjs_sources': [
1130 'browser/resources/google_now/background_unittest.gtestjs', 1130 'browser/resources/google_now/background_unittest.gtestjs',
1131 'browser/resources/google_now/cards_unittest.gtestjs', 1131 'browser/resources/google_now/cards_unittest.gtestjs',
1132 'browser/resources/google_now/utility_unittest.gtestjs', 1132 'browser/resources/google_now/utility_unittest.gtestjs',
1133 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs' , 1133 'browser/resources/print_preview/data/measurement_system_unittest.gtestjs' ,
1134 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1134 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1135 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', 1135 'renderer/resources/extensions/notifications_custom_bindings.gtestjs',
1136 ], 1136 ],
1137 'chrome_unit_tests_chromeos_sources': [ 1137 'chrome_unit_tests_chromeos_sources': [
1138 'browser/chromeos/accessibility/magnification_manager_unittest.cc', 1138 'browser/chromeos/accessibility/magnification_manager_unittest.cc',
1139 'browser/chromeos/accessibility/spoken_feedback_event_rewriter_unittest.cc ',
1139 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', 1140 'browser/chromeos/attestation/attestation_ca_client_unittest.cc',
1140 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', 1141 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc',
1141 'browser/chromeos/attestation/fake_certificate.cc', 1142 'browser/chromeos/attestation/fake_certificate.cc',
1142 'browser/chromeos/attestation/fake_certificate.h', 1143 'browser/chromeos/attestation/fake_certificate.h',
1143 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', 1144 'browser/chromeos/attestation/platform_verification_flow_unittest.cc',
1144 'browser/chromeos/customization/customization_document_unittest.cc', 1145 'browser/chromeos/customization/customization_document_unittest.cc',
1145 'browser/chromeos/display/display_preferences_unittest.cc', 1146 'browser/chromeos/display/display_preferences_unittest.cc',
1146 'browser/chromeos/drive/change_list_loader_unittest.cc', 1147 'browser/chromeos/drive/change_list_loader_unittest.cc',
1147 'browser/chromeos/drive/change_list_processor_unittest.cc', 1148 'browser/chromeos/drive/change_list_processor_unittest.cc',
1148 'browser/chromeos/drive/directory_loader_unittest.cc', 1149 'browser/chromeos/drive/directory_loader_unittest.cc',
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 'dependencies': [ 2866 'dependencies': [
2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2867 ], 2868 ],
2868 }], 2869 }],
2869 ], 2870 ],
2870 }, 2871 },
2871 ], 2872 ],
2872 }], 2873 }],
2873 ], # 'conditions' 2874 ], # 'conditions'
2874 } 2875 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698