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

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: Rebased 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
« no previous file with comments | « components/BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('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 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 '<@(favicon_unittest_sources)', 655 '<@(favicon_unittest_sources)',
653 '<@(gcm_driver_unittest_sources)', 656 '<@(gcm_driver_unittest_sources)',
654 '<@(google_unittest_sources)', 657 '<@(google_unittest_sources)',
655 '<@(history_unittest_sources)', 658 '<@(history_unittest_sources)',
656 '<@(json_schema_unittest_sources)', 659 '<@(json_schema_unittest_sources)',
657 '<@(keyed_service_unittest_sources)', 660 '<@(keyed_service_unittest_sources)',
658 '<@(language_usage_metrics_unittest_sources)', 661 '<@(language_usage_metrics_unittest_sources)',
659 '<@(leveldb_proto_unittest_sources)', 662 '<@(leveldb_proto_unittest_sources)',
660 '<@(login_unittest_sources)', 663 '<@(login_unittest_sources)',
661 '<@(metrics_unittest_sources)', 664 '<@(metrics_unittest_sources)',
665 '<@(mime_util_unittest_sources)',
662 '<@(network_time_unittest_sources)', 666 '<@(network_time_unittest_sources)',
663 '<@(omnibox_unittest_sources)', 667 '<@(omnibox_unittest_sources)',
664 '<@(os_crypt_unittest_sources)', 668 '<@(os_crypt_unittest_sources)',
665 '<@(ownership_unittest_sources)', 669 '<@(ownership_unittest_sources)',
666 '<@(packed_ct_ev_whitelist_unittest_sources)', 670 '<@(packed_ct_ev_whitelist_unittest_sources)',
667 '<@(password_manager_unittest_sources)', 671 '<@(password_manager_unittest_sources)',
668 '<@(precache_unittest_sources)', 672 '<@(precache_unittest_sources)',
669 '<@(query_parser_unittest_sources)', 673 '<@(query_parser_unittest_sources)',
670 '<@(rappor_unittest_sources)', 674 '<@(rappor_unittest_sources)',
671 '<@(search_unittest_sources)', 675 '<@(search_unittest_sources)',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'components.gyp:update_client_test_support', 795 'components.gyp:update_client_test_support',
792 'components.gyp:url_fixer', 796 'components.gyp:url_fixer',
793 'components.gyp:variations', 797 'components.gyp:variations',
794 'components.gyp:variations_http_provider', 798 'components.gyp:variations_http_provider',
795 'components.gyp:wallpaper', 799 'components.gyp:wallpaper',
796 'components.gyp:web_resource', 800 'components.gyp:web_resource',
797 'components.gyp:web_resource_test_support', 801 'components.gyp:web_resource_test_support',
798 'components_resources.gyp:components_resources', 802 'components_resources.gyp:components_resources',
799 'components_strings.gyp:components_strings', 803 'components_strings.gyp:components_strings',
800 'components_tests_pak', 804 'components_tests_pak',
805 'mime_util/mime_util.gyp:mime_util',
801 ], 806 ],
802 'conditions': [ 807 'conditions': [
803 ['toolkit_views == 1', { 808 ['toolkit_views == 1', {
804 'sources': [ 809 'sources': [
805 'bookmarks/browser/bookmark_node_data_unittest.cc', 810 'bookmarks/browser/bookmark_node_data_unittest.cc',
806 'constrained_window/constrained_window_views_unittest.cc', 811 'constrained_window/constrained_window_views_unittest.cc',
807 ], 812 ],
808 'dependencies': [ 813 'dependencies': [
809 '<(DEPTH)/ui/views/views.gyp:views_test_support', 814 '<(DEPTH)/ui/views/views.gyp:views_test_support',
810 'components.gyp:constrained_window', 815 'components.gyp:constrained_window',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 ], 1433 ],
1429 'variables': { 1434 'variables': {
1430 'test_suite_name': 'components_unittests', 1435 'test_suite_name': 'components_unittests',
1431 }, 1436 },
1432 'includes': [ '../build/apk_test.gypi' ], 1437 'includes': [ '../build/apk_test.gypi' ],
1433 }, 1438 },
1434 ], 1439 ],
1435 }], 1440 }],
1436 ], 1441 ],
1437 } 1442 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698