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

Side by Side Diff: components/components_tests.gyp

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: address more comments Created 4 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'keyed_service_unittest_sources': [ 332 'keyed_service_unittest_sources': [
333 'keyed_service/content/browser_context_dependency_manager_unittest.cc', 333 'keyed_service/content/browser_context_dependency_manager_unittest.cc',
334 'keyed_service/core/dependency_graph_unittest.cc', 334 'keyed_service/core/dependency_graph_unittest.cc',
335 ], 335 ],
336 'language_usage_metrics_unittest_sources': [ 336 'language_usage_metrics_unittest_sources': [
337 'language_usage_metrics/language_usage_metrics_unittest.cc', 337 'language_usage_metrics/language_usage_metrics_unittest.cc',
338 ], 338 ],
339 'leveldb_proto_unittest_sources': [ 339 'leveldb_proto_unittest_sources': [
340 'leveldb_proto/proto_database_impl_unittest.cc', 340 'leveldb_proto/proto_database_impl_unittest.cc',
341 ], 341 ],
342 'link_header_util_unittest_sources': [
343 'link_header_util/link_header_util_unittest.cc',
344 ],
342 'login_unittest_sources': [ 345 'login_unittest_sources': [
343 'login/screens/screen_context_unittest.cc', 346 'login/screens/screen_context_unittest.cc',
344 ], 347 ],
345 'memory_pressure_unittest_sources': [ 348 'memory_pressure_unittest_sources': [
346 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc', 349 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc',
347 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', 350 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc',
348 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 351 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
349 'memory_pressure/memory_pressure_monitor_unittest.cc', 352 'memory_pressure/memory_pressure_monitor_unittest.cc',
350 'memory_pressure/memory_pressure_stats_collector_unittest.cc', 353 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
351 'memory_pressure/test_memory_pressure_calculator.cc', 354 'memory_pressure/test_memory_pressure_calculator.cc',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 '<@(flags_ui_unittest_sources)', 982 '<@(flags_ui_unittest_sources)',
980 '<@(gcm_driver_crypto_unittest_sources)', 983 '<@(gcm_driver_crypto_unittest_sources)',
981 '<@(gcm_driver_unittest_sources)', 984 '<@(gcm_driver_unittest_sources)',
982 '<@(google_unittest_sources)', 985 '<@(google_unittest_sources)',
983 '<@(history_unittest_sources)', 986 '<@(history_unittest_sources)',
984 '<@(instance_id_unittest_sources)', 987 '<@(instance_id_unittest_sources)',
985 '<@(json_schema_unittest_sources)', 988 '<@(json_schema_unittest_sources)',
986 '<@(keyed_service_unittest_sources)', 989 '<@(keyed_service_unittest_sources)',
987 '<@(language_usage_metrics_unittest_sources)', 990 '<@(language_usage_metrics_unittest_sources)',
988 '<@(leveldb_proto_unittest_sources)', 991 '<@(leveldb_proto_unittest_sources)',
992 '<@(link_header_util_unittest_sources)',
989 '<@(login_unittest_sources)', 993 '<@(login_unittest_sources)',
990 '<@(memory_pressure_unittest_sources)', 994 '<@(memory_pressure_unittest_sources)',
991 '<@(metrics_unittest_sources)', 995 '<@(metrics_unittest_sources)',
992 '<@(mime_util_unittest_sources)', 996 '<@(mime_util_unittest_sources)',
993 '<@(network_time_unittest_sources)', 997 '<@(network_time_unittest_sources)',
994 '<@(ntp_snippets_unittest_sources)', 998 '<@(ntp_snippets_unittest_sources)',
995 '<@(offline_page_unittest_sources)', 999 '<@(offline_page_unittest_sources)',
996 '<@(omnibox_unittest_sources)', 1000 '<@(omnibox_unittest_sources)',
997 '<@(open_from_clipboard_unittest_sources)', 1001 '<@(open_from_clipboard_unittest_sources)',
998 '<@(os_crypt_unittest_sources)', 1002 '<@(os_crypt_unittest_sources)',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'components.gyp:variations', 1165 'components.gyp:variations',
1162 'components.gyp:variations_net', 1166 'components.gyp:variations_net',
1163 'components.gyp:variations_service', 1167 'components.gyp:variations_service',
1164 'components.gyp:version_info', 1168 'components.gyp:version_info',
1165 'components.gyp:webdata_services_test_support', 1169 'components.gyp:webdata_services_test_support',
1166 'components.gyp:web_resource', 1170 'components.gyp:web_resource',
1167 'components.gyp:web_resource_test_support', 1171 'components.gyp:web_resource_test_support',
1168 'components_resources.gyp:components_resources', 1172 'components_resources.gyp:components_resources',
1169 'components_strings.gyp:components_strings', 1173 'components_strings.gyp:components_strings',
1170 'components_tests_pak', 1174 'components_tests_pak',
1175 'link_header_util/link_header_util.gyp:link_header_util',
1171 'mime_util/mime_util.gyp:mime_util', 1176 'mime_util/mime_util.gyp:mime_util',
1172 'prefs/prefs.gyp:prefs', 1177 'prefs/prefs.gyp:prefs',
1173 'prefs/prefs.gyp:prefs_test_support', 1178 'prefs/prefs.gyp:prefs_test_support',
1174 'url_formatter/url_formatter.gyp:url_formatter', 1179 'url_formatter/url_formatter.gyp:url_formatter',
1175 ], 1180 ],
1176 'conditions': [ 1181 'conditions': [
1177 ['OS!="mac" and OS!="ios"', { 1182 ['OS!="mac" and OS!="ios"', {
1178 'sources!': [ 1183 'sources!': [
1179 'crash/core/common/objc_zombie_unittest.mm', 1184 'crash/core/common/objc_zombie_unittest.mm',
1180 ], 1185 ],
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 'dependencies': [ 1919 'dependencies': [
1915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1920 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1916 ], 1921 ],
1917 }], 1922 }],
1918 ], 1923 ],
1919 }, 1924 },
1920 ], 1925 ],
1921 }], 1926 }],
1922 ], 1927 ],
1923 } 1928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698