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

Side by Side Diff: components/components_tests.gyp

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'metrics/metrics_log_manager_unittest.cc', 275 'metrics/metrics_log_manager_unittest.cc',
276 'metrics/metrics_log_unittest.cc', 276 'metrics/metrics_log_unittest.cc',
277 'metrics/metrics_reporting_scheduler_unittest.cc', 277 'metrics/metrics_reporting_scheduler_unittest.cc',
278 'metrics/metrics_service_unittest.cc', 278 'metrics/metrics_service_unittest.cc',
279 'metrics/metrics_state_manager_unittest.cc', 279 'metrics/metrics_state_manager_unittest.cc',
280 'metrics/net/net_metrics_log_uploader_unittest.cc', 280 'metrics/net/net_metrics_log_uploader_unittest.cc',
281 'metrics/persisted_logs_unittest.cc', 281 'metrics/persisted_logs_unittest.cc',
282 'metrics/profiler/profiler_metrics_provider_unittest.cc', 282 'metrics/profiler/profiler_metrics_provider_unittest.cc',
283 'metrics/profiler/tracking_synchronizer_unittest.cc', 283 'metrics/profiler/tracking_synchronizer_unittest.cc',
284 ], 284 ],
285 'mime_util_unittest_sources': [
286 'mime_util/mime_util_unittest.cc',
287 ],
285 'nacl_unittest_sources': [ 288 'nacl_unittest_sources': [
286 'nacl/browser/nacl_file_host_unittest.cc', 289 'nacl/browser/nacl_file_host_unittest.cc',
287 'nacl/browser/nacl_process_host_unittest.cc', 290 'nacl/browser/nacl_process_host_unittest.cc',
288 'nacl/browser/nacl_validation_cache_unittest.cc', 291 'nacl/browser/nacl_validation_cache_unittest.cc',
289 'nacl/browser/pnacl_host_unittest.cc', 292 'nacl/browser/pnacl_host_unittest.cc',
290 'nacl/browser/pnacl_translation_cache_unittest.cc', 293 'nacl/browser/pnacl_translation_cache_unittest.cc',
291 'nacl/browser/test_nacl_browser_delegate.cc', 294 'nacl/browser/test_nacl_browser_delegate.cc',
292 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', 295 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
293 ], 296 ],
294 'navigation_interception_unittest_sources': [ 297 'navigation_interception_unittest_sources': [
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 '<@(favicon_unittest_sources)', 652 '<@(favicon_unittest_sources)',
650 '<@(gcm_driver_unittest_sources)', 653 '<@(gcm_driver_unittest_sources)',
651 '<@(google_unittest_sources)', 654 '<@(google_unittest_sources)',
652 '<@(history_unittest_sources)', 655 '<@(history_unittest_sources)',
653 '<@(json_schema_unittest_sources)', 656 '<@(json_schema_unittest_sources)',
654 '<@(keyed_service_unittest_sources)', 657 '<@(keyed_service_unittest_sources)',
655 '<@(language_usage_metrics_unittest_sources)', 658 '<@(language_usage_metrics_unittest_sources)',
656 '<@(leveldb_proto_unittest_sources)', 659 '<@(leveldb_proto_unittest_sources)',
657 '<@(login_unittest_sources)', 660 '<@(login_unittest_sources)',
658 '<@(metrics_unittest_sources)', 661 '<@(metrics_unittest_sources)',
662 '<@(mime_util_unittest_sources)',
659 '<@(network_time_unittest_sources)', 663 '<@(network_time_unittest_sources)',
660 '<@(omnibox_unittest_sources)', 664 '<@(omnibox_unittest_sources)',
661 '<@(os_crypt_unittest_sources)', 665 '<@(os_crypt_unittest_sources)',
662 '<@(ownership_unittest_sources)', 666 '<@(ownership_unittest_sources)',
663 '<@(packed_ct_ev_whitelist_unittest_sources)', 667 '<@(packed_ct_ev_whitelist_unittest_sources)',
664 '<@(password_manager_unittest_sources)', 668 '<@(password_manager_unittest_sources)',
665 '<@(precache_unittest_sources)', 669 '<@(precache_unittest_sources)',
666 '<@(query_parser_unittest_sources)', 670 '<@(query_parser_unittest_sources)',
667 '<@(rappor_unittest_sources)', 671 '<@(rappor_unittest_sources)',
668 '<@(search_unittest_sources)', 672 '<@(search_unittest_sources)',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'components.gyp:update_client_test_support', 792 'components.gyp:update_client_test_support',
789 'components.gyp:url_fixer', 793 'components.gyp:url_fixer',
790 'components.gyp:variations', 794 'components.gyp:variations',
791 'components.gyp:variations_http_provider', 795 'components.gyp:variations_http_provider',
792 'components.gyp:wallpaper', 796 'components.gyp:wallpaper',
793 'components.gyp:web_resource', 797 'components.gyp:web_resource',
794 'components.gyp:web_resource_test_support', 798 'components.gyp:web_resource_test_support',
795 'components_resources.gyp:components_resources', 799 'components_resources.gyp:components_resources',
796 'components_strings.gyp:components_strings', 800 'components_strings.gyp:components_strings',
797 'components_tests_pak', 801 'components_tests_pak',
802 'mime_util/mime_util.gyp:mime_util',
798 ], 803 ],
799 'conditions': [ 804 'conditions': [
800 ['toolkit_views == 1', { 805 ['toolkit_views == 1', {
801 'sources': [ 806 'sources': [
802 'bookmarks/browser/bookmark_node_data_unittest.cc', 807 'bookmarks/browser/bookmark_node_data_unittest.cc',
803 'constrained_window/constrained_window_views_unittest.cc', 808 'constrained_window/constrained_window_views_unittest.cc',
804 ], 809 ],
805 'dependencies': [ 810 'dependencies': [
806 '<(DEPTH)/ui/views/views.gyp:views_test_support', 811 '<(DEPTH)/ui/views/views.gyp:views_test_support',
807 'components.gyp:constrained_window', 812 'components.gyp:constrained_window',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 ], 1430 ],
1426 'variables': { 1431 'variables': {
1427 'test_suite_name': 'components_unittests', 1432 'test_suite_name': 'components_unittests',
1428 }, 1433 },
1429 'includes': [ '../build/apk_test.gypi' ], 1434 'includes': [ '../build/apk_test.gypi' ],
1430 }, 1435 },
1431 ], 1436 ],
1432 }], 1437 }],
1433 ], 1438 ],
1434 } 1439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698