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

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 comments 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
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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc', 680 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc',
681 'browser/extensions/api/mdns/mdns_api_unittest.cc', 681 'browser/extensions/api/mdns/mdns_api_unittest.cc',
682 ], 682 ],
683 'chrome_unit_tests_extensions_non_chromeos_sources': [ 683 'chrome_unit_tests_extensions_non_chromeos_sources': [
684 'browser/extensions/api/messaging/native_message_process_host_unittest.cc' , 684 'browser/extensions/api/messaging/native_message_process_host_unittest.cc' ,
685 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc', 685 'browser/extensions/api/messaging/native_messaging_host_manifest_unittest. cc',
686 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc', 686 'browser/extensions/api/messaging/native_messaging_policy_handler_unittest .cc',
687 ], 687 ],
688 'chrome_unit_tests_ash_sources': [ 688 'chrome_unit_tests_ash_sources': [
689 'browser/media/desktop_media_list_ash_unittest.cc', 689 'browser/media/desktop_media_list_ash_unittest.cc',
690 'browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc',
690 'browser/signin/signin_error_notifier_ash_unittest.cc', 691 'browser/signin/signin_error_notifier_ash_unittest.cc',
691 'browser/sync/sync_error_notifier_ash_unittest.cc', 692 'browser/sync/sync_error_notifier_ash_unittest.cc',
692 # Ash implies the app list is enabled (only disabled on mobile). 693 # Ash implies the app list is enabled (only disabled on mobile).
693 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc', 694 'browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc',
694 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc', 695 'browser/ui/ash/chrome_screenshot_grabber_unittest.cc',
695 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc', 696 'browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc',
696 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' , 697 'browser/ui/ash/launcher/launcher_application_menu_item_model_unittest.cc' ,
697 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc', 698 'browser/ui/ash/launcher/launcher_context_menu_unittest.cc',
698 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc', 699 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc',
699 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc', 700 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unitte st.cc',
(...skipping 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 'dependencies': [ 3004 'dependencies': [
3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3005 ], 3006 ],
3006 }], 3007 }],
3007 ], 3008 ],
3008 }, 3009 },
3009 ], 3010 ],
3010 }], 3011 }],
3011 ], # 'conditions' 3012 ], # 'conditions'
3012 } 3013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698