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

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: rebase 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 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'keyed_service_unittest_sources': [ 331 'keyed_service_unittest_sources': [
332 'keyed_service/content/browser_context_dependency_manager_unittest.cc', 332 'keyed_service/content/browser_context_dependency_manager_unittest.cc',
333 'keyed_service/core/dependency_graph_unittest.cc', 333 'keyed_service/core/dependency_graph_unittest.cc',
334 ], 334 ],
335 'language_usage_metrics_unittest_sources': [ 335 'language_usage_metrics_unittest_sources': [
336 'language_usage_metrics/language_usage_metrics_unittest.cc', 336 'language_usage_metrics/language_usage_metrics_unittest.cc',
337 ], 337 ],
338 'leveldb_proto_unittest_sources': [ 338 'leveldb_proto_unittest_sources': [
339 'leveldb_proto/proto_database_impl_unittest.cc', 339 'leveldb_proto/proto_database_impl_unittest.cc',
340 ], 340 ],
341 'link_header_util_unittest_sources': [
342 'link_header_util/link_header_util_unittest.cc',
343 ],
341 'login_unittest_sources': [ 344 'login_unittest_sources': [
342 'login/screens/screen_context_unittest.cc', 345 'login/screens/screen_context_unittest.cc',
343 ], 346 ],
344 'memory_pressure_unittest_sources': [ 347 'memory_pressure_unittest_sources': [
345 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc', 348 'memory_pressure/direct_memory_pressure_calculator_linux_unittest.cc',
346 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc', 349 'memory_pressure/direct_memory_pressure_calculator_win_unittest.cc',
347 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc', 350 'memory_pressure/filtered_memory_pressure_calculator_unittest.cc',
348 'memory_pressure/memory_pressure_monitor_unittest.cc', 351 'memory_pressure/memory_pressure_monitor_unittest.cc',
349 'memory_pressure/memory_pressure_stats_collector_unittest.cc', 352 'memory_pressure/memory_pressure_stats_collector_unittest.cc',
350 'memory_pressure/test_memory_pressure_calculator.cc', 353 'memory_pressure/test_memory_pressure_calculator.cc',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '<@(flags_ui_unittest_sources)', 976 '<@(flags_ui_unittest_sources)',
974 '<@(gcm_driver_crypto_unittest_sources)', 977 '<@(gcm_driver_crypto_unittest_sources)',
975 '<@(gcm_driver_unittest_sources)', 978 '<@(gcm_driver_unittest_sources)',
976 '<@(google_unittest_sources)', 979 '<@(google_unittest_sources)',
977 '<@(history_unittest_sources)', 980 '<@(history_unittest_sources)',
978 '<@(instance_id_unittest_sources)', 981 '<@(instance_id_unittest_sources)',
979 '<@(json_schema_unittest_sources)', 982 '<@(json_schema_unittest_sources)',
980 '<@(keyed_service_unittest_sources)', 983 '<@(keyed_service_unittest_sources)',
981 '<@(language_usage_metrics_unittest_sources)', 984 '<@(language_usage_metrics_unittest_sources)',
982 '<@(leveldb_proto_unittest_sources)', 985 '<@(leveldb_proto_unittest_sources)',
986 '<@(link_header_util_unittest_sources)',
983 '<@(login_unittest_sources)', 987 '<@(login_unittest_sources)',
984 '<@(memory_pressure_unittest_sources)', 988 '<@(memory_pressure_unittest_sources)',
985 '<@(metrics_unittest_sources)', 989 '<@(metrics_unittest_sources)',
986 '<@(mime_util_unittest_sources)', 990 '<@(mime_util_unittest_sources)',
987 '<@(network_time_unittest_sources)', 991 '<@(network_time_unittest_sources)',
988 '<@(ntp_snippets_unittest_sources)', 992 '<@(ntp_snippets_unittest_sources)',
989 '<@(offline_page_unittest_sources)', 993 '<@(offline_page_unittest_sources)',
990 '<@(omnibox_unittest_sources)', 994 '<@(omnibox_unittest_sources)',
991 '<@(open_from_clipboard_unittest_sources)', 995 '<@(open_from_clipboard_unittest_sources)',
992 '<@(os_crypt_unittest_sources)', 996 '<@(os_crypt_unittest_sources)',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 'components.gyp:variations', 1158 'components.gyp:variations',
1155 'components.gyp:variations_net', 1159 'components.gyp:variations_net',
1156 'components.gyp:variations_service', 1160 'components.gyp:variations_service',
1157 'components.gyp:version_info', 1161 'components.gyp:version_info',
1158 'components.gyp:webdata_services_test_support', 1162 'components.gyp:webdata_services_test_support',
1159 'components.gyp:web_resource', 1163 'components.gyp:web_resource',
1160 'components.gyp:web_resource_test_support', 1164 'components.gyp:web_resource_test_support',
1161 'components_resources.gyp:components_resources', 1165 'components_resources.gyp:components_resources',
1162 'components_strings.gyp:components_strings', 1166 'components_strings.gyp:components_strings',
1163 'components_tests_pak', 1167 'components_tests_pak',
1168 'link_header_util/link_header_util.gyp:link_header_util',
1164 'mime_util/mime_util.gyp:mime_util', 1169 'mime_util/mime_util.gyp:mime_util',
1165 'prefs/prefs.gyp:prefs', 1170 'prefs/prefs.gyp:prefs',
1166 'prefs/prefs.gyp:prefs_test_support', 1171 'prefs/prefs.gyp:prefs_test_support',
1167 'url_formatter/url_formatter.gyp:url_formatter', 1172 'url_formatter/url_formatter.gyp:url_formatter',
1168 ], 1173 ],
1169 'conditions': [ 1174 'conditions': [
1170 ['OS!="mac" and OS!="ios"', { 1175 ['OS!="mac" and OS!="ios"', {
1171 'sources!': [ 1176 'sources!': [
1172 'crash/core/common/objc_zombie_unittest.mm', 1177 'crash/core/common/objc_zombie_unittest.mm',
1173 ], 1178 ],
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'dependencies': [ 1933 'dependencies': [
1929 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1930 ], 1935 ],
1931 }], 1936 }],
1932 ], 1937 ],
1933 }, 1938 },
1934 ], 1939 ],
1935 }], 1940 }],
1936 ], 1941 ],
1937 } 1942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698