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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1211003002: Revert of Proposed alternative for supporting ChromeVox keyboard commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ',
1140 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', 1139 'browser/chromeos/attestation/attestation_ca_client_unittest.cc',
1141 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', 1140 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc',
1142 'browser/chromeos/attestation/fake_certificate.cc', 1141 'browser/chromeos/attestation/fake_certificate.cc',
1143 'browser/chromeos/attestation/fake_certificate.h', 1142 'browser/chromeos/attestation/fake_certificate.h',
1144 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', 1143 'browser/chromeos/attestation/platform_verification_flow_unittest.cc',
1145 'browser/chromeos/customization/customization_document_unittest.cc', 1144 'browser/chromeos/customization/customization_document_unittest.cc',
1146 'browser/chromeos/display/display_preferences_unittest.cc', 1145 'browser/chromeos/display/display_preferences_unittest.cc',
1147 'browser/chromeos/drive/change_list_loader_unittest.cc', 1146 'browser/chromeos/drive/change_list_loader_unittest.cc',
1148 'browser/chromeos/drive/change_list_processor_unittest.cc', 1147 'browser/chromeos/drive/change_list_processor_unittest.cc',
1149 'browser/chromeos/drive/directory_loader_unittest.cc', 1148 'browser/chromeos/drive/directory_loader_unittest.cc',
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2865 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2867 ],
2869 }], 2868 }],
2870 ], 2869 ],
2871 }, 2870 },
2872 ], 2871 ],
2873 }], 2872 }],
2874 ], # 'conditions' 2873 ], # 'conditions'
2875 } 2874 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698