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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... 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.gypi ('k') | components/OWNERS » ('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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 616 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
617 'tools/convert_dict/convert_dict_unittest.cc', 617 'tools/convert_dict/convert_dict_unittest.cc',
618 ], 618 ],
619 'chrome_unit_tests_background_sources': [ 619 'chrome_unit_tests_background_sources': [
620 'browser/background/background_application_list_model_unittest.cc', 620 'browser/background/background_application_list_model_unittest.cc',
621 'browser/background/background_contents_service_unittest.cc', 621 'browser/background/background_contents_service_unittest.cc',
622 'browser/background/background_mode_manager_unittest.cc', 622 'browser/background/background_mode_manager_unittest.cc',
623 ], 623 ],
624 'chrome_unit_tests_extensions_sources': [ 624 'chrome_unit_tests_extensions_sources': [
625 '../apps/saved_files_service_unittest.cc', 625 '../apps/saved_files_service_unittest.cc',
626 '../components/drive/drive_api_util_unittest.cc',
627 '../components/drive/drive_app_registry_unittest.cc',
628 '../components/drive/drive_uploader_unittest.cc',
629 '../components/drive/event_logger_unittest.cc',
630 '../components/drive/service/drive_api_service_unittest.cc',
631 '../components/drive/service/fake_drive_service_unittest.cc',
626 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', 632 'browser/apps/app_shim/app_shim_host_mac_unittest.cc',
627 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 633 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
628 'browser/apps/drive/drive_app_mapping_unittest.cc', 634 'browser/apps/drive/drive_app_mapping_unittest.cc',
629 'browser/apps/ephemeral_app_service_unittest.cc', 635 'browser/apps/ephemeral_app_service_unittest.cc',
630 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', 636 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc',
631 'browser/drive/drive_api_service_unittest.cc',
632 'browser/drive/drive_api_util_unittest.cc',
633 'browser/drive/drive_app_registry_unittest.cc',
634 'browser/drive/drive_uploader_unittest.cc',
635 'browser/drive/event_logger_unittest.cc',
636 'browser/drive/fake_drive_service_unittest.cc',
637 'browser/extensions/active_script_controller_unittest.cc', 637 'browser/extensions/active_script_controller_unittest.cc',
638 'browser/extensions/active_tab_unittest.cc', 638 'browser/extensions/active_tab_unittest.cc',
639 'browser/extensions/activity_log/activity_database_unittest.cc', 639 'browser/extensions/activity_log/activity_database_unittest.cc',
640 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', 640 'browser/extensions/activity_log/activity_log_enabled_unittest.cc',
641 'browser/extensions/activity_log/activity_log_policy_unittest.cc', 641 'browser/extensions/activity_log/activity_log_policy_unittest.cc',
642 'browser/extensions/activity_log/activity_log_unittest.cc', 642 'browser/extensions/activity_log/activity_log_unittest.cc',
643 'browser/extensions/activity_log/ad_injection_unittest.cc', 643 'browser/extensions/activity_log/ad_injection_unittest.cc',
644 'browser/extensions/activity_log/counting_policy_unittest.cc', 644 'browser/extensions/activity_log/counting_policy_unittest.cc',
645 'browser/extensions/activity_log/database_string_table_unittest.cc', 645 'browser/extensions/activity_log/database_string_table_unittest.cc',
646 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', 646 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 '../build/linux/system.gyp:ssl', 1988 '../build/linux/system.gyp:ssl',
1989 ], 1989 ],
1990 }], 1990 }],
1991 ['enable_print_preview==1', { 1991 ['enable_print_preview==1', {
1992 'dependencies': [ 1992 'dependencies': [
1993 'service', 1993 'service',
1994 ], 1994 ],
1995 }], 1995 }],
1996 ['enable_extensions==1', { 1996 ['enable_extensions==1', {
1997 'dependencies': [ 1997 'dependencies': [
1998 '../components/components.gyp:drive_test_support',
1998 '../components/components.gyp:storage_monitor_test_support', 1999 '../components/components.gyp:storage_monitor_test_support',
1999 '../extensions/extensions.gyp:extensions_test_support', 2000 '../extensions/extensions.gyp:extensions_test_support',
2000 'common/extensions/api/api.gyp:chrome_api', 2001 'common/extensions/api/api.gyp:chrome_api',
2001 ], 2002 ],
2002 'sources': [ 2003 'sources': [
2003 'browser/drive/dummy_drive_service.cc',
2004 'browser/drive/dummy_drive_service.h',
2005 'browser/drive/fake_drive_service.cc',
2006 'browser/drive/fake_drive_service.h',
2007 'browser/drive/test_util.cc',
2008 'browser/drive/test_util.h',
2009 'browser/extensions/api/messaging/native_messaging_test_util.cc', 2004 'browser/extensions/api/messaging/native_messaging_test_util.cc',
2010 'browser/extensions/api/messaging/native_messaging_test_util.h', 2005 'browser/extensions/api/messaging/native_messaging_test_util.h',
2011 'browser/extensions/extension_action_test_util.cc', 2006 'browser/extensions/extension_action_test_util.cc',
2012 'browser/extensions/extension_action_test_util.h', 2007 'browser/extensions/extension_action_test_util.h',
2013 'browser/extensions/extension_notification_observer.cc', 2008 'browser/extensions/extension_notification_observer.cc',
2014 'browser/extensions/extension_notification_observer.h', 2009 'browser/extensions/extension_notification_observer.h',
2015 'browser/extensions/mock_extension_special_storage_policy.cc', 2010 'browser/extensions/mock_extension_special_storage_policy.cc',
2016 'browser/extensions/mock_extension_special_storage_policy.h', 2011 'browser/extensions/mock_extension_special_storage_policy.h',
2017 'browser/extensions/test_blacklist.cc', 2012 'browser/extensions/test_blacklist.cc',
2018 'browser/extensions/test_blacklist.h', 2013 'browser/extensions/test_blacklist.h',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 'dependencies': [ 2890 'dependencies': [
2896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2897 ], 2892 ],
2898 }], 2893 }],
2899 ], 2894 ],
2900 }, 2895 },
2901 ], 2896 ],
2902 }], 2897 }],
2903 ], # 'conditions' 2898 ], # 'conditions'
2904 } 2899 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698