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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1601063002: Removes ImeController::UsingFrenchInputMethod and thus ImeControlDelegate::RemapAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/ui/ash/ime_controller_chromeos_unittest.cc ('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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc', 683 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc',
684 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc', 684 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc',
685 ], 685 ],
686 'chrome_unit_tests_ash_sources': [ 686 'chrome_unit_tests_ash_sources': [
687 'browser/media/desktop_media_list_ash_unittest.cc', 687 'browser/media/desktop_media_list_ash_unittest.cc',
688 'browser/signin/signin_error_notifier_ash_unittest.cc', 688 'browser/signin/signin_error_notifier_ash_unittest.cc',
689 'browser/sync/sync_error_notifier_ash_unittest.cc', 689 'browser/sync/sync_error_notifier_ash_unittest.cc',
690 # Ash implies the app list is enabled (only disabled on mobile). 690 # Ash implies the app list is enabled (only disabled on mobile).
691 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc', 691 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc',
692 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc', 692 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc',
693 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
694 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 693 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
695 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' , 694 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' ,
696 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 695 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
697 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', 696 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc',
698 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc', 697 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc',
699 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc' , 698 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc' ,
700 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc', 699 'browser/ui/ash/session_state_delegate_chromeos_unittest.cc',
701 'browser/ui/ash/window_positioner_unittest.cc', 700 'browser/ui/ash/window_positioner_unittest.cc',
702 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', 701 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
703 ], 702 ],
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 'dependencies': [ 3058 'dependencies': [
3060 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3061 ], 3060 ],
3062 }], 3061 }],
3063 ], 3062 ],
3064 }, 3063 },
3065 ], 3064 ],
3066 }], 3065 }],
3067 ], # 'conditions' 3066 ], # 'conditions'
3068 } 3067 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/ime_controller_chromeos_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698