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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comment Created 4 years, 8 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.gypi ('k') | components/arc.gypi » ('j') | 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc', 684 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc',
685 'browser/extensions/api/mdns/mdns_api_unittest.cc', 685 'browser/extensions/api/mdns/mdns_api_unittest.cc',
686 ], 686 ],
687 'chrome_unit_tests_extensions_non_chromeos_sources': [ 687 'chrome_unit_tests_extensions_non_chromeos_sources': [
688 'browser/extensions/api/messaging/native_message_process_host_unittest.cc' , 688 'browser/extensions/api/messaging/native_message_process_host_unittest.cc' ,
689 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc', 689 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc',
690 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc', 690 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc',
691 ], 691 ],
692 'chrome_unit_tests_ash_sources': [ 692 'chrome_unit_tests_ash_sources': [
693 'browser/media/desktop_media_list_ash_unittest.cc', 693 'browser/media/desktop_media_list_ash_unittest.cc',
694 'browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc',
694 'browser/signin/signin_error_notifier_ash_unittest.cc', 695 'browser/signin/signin_error_notifier_ash_unittest.cc',
695 'browser/sync/sync_error_notifier_ash_unittest.cc', 696 'browser/sync/sync_error_notifier_ash_unittest.cc',
696 # Ash implies the app list is enabled (only disabled on mobile). 697 # Ash implies the app list is enabled (only disabled on mobile).
697 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc', 698 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc',
698 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc', 699 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc',
699 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 700 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
700 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' , 701 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' ,
701 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 702 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
702 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', 703 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc',
703 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc', 704 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc',
(...skipping 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'dependencies': [ 3013 'dependencies': [
3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3014 ], 3015 ],
3015 }], 3016 }],
3016 ], 3017 ],
3017 }, 3018 },
3018 ], 3019 ],
3019 }], 3020 }],
3020 ], # 'conditions' 3021 ], # 'conditions'
3021 } 3022 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698