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

Side by Side Diff: components/components_tests.gyp

Issue 1932953002: [Offline pages] Empty RequestQueue and SavePageRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nits from Pete 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
« no previous file with comments | « components/BUILD.gn ('k') | components/offline_pages.gypi » ('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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 398 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 399 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
400 ], 400 ],
401 'network_time_unittest_sources': [ 401 'network_time_unittest_sources': [
402 'network_time/network_time_tracker_unittest.cc', 402 'network_time/network_time_tracker_unittest.cc',
403 ], 403 ],
404 'ntp_snippets_unittest_sources': [ 404 'ntp_snippets_unittest_sources': [
405 'ntp_snippets/inner_iterator_unittest.cc', 405 'ntp_snippets/inner_iterator_unittest.cc',
406 'ntp_snippets/ntp_snippets_service_unittest.cc', 406 'ntp_snippets/ntp_snippets_service_unittest.cc',
407 ], 407 ],
408 'offline_page_unittest_sources': [ 408 'offline_pages_background_unittest_sources': [
409 'offline_pages/background/save_page_request_unittest.cc',
410 ],
411 'offline_pages_unittest_sources': [
409 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 412 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
410 'offline_pages/offline_page_model_unittest.cc', 413 'offline_pages/offline_page_model_unittest.cc',
411 'offline_pages/snapshot_controller_unittest.cc', 414 'offline_pages/snapshot_controller_unittest.cc',
412 ], 415 ],
413 'omnibox_unittest_sources': [ 416 'omnibox_unittest_sources': [
414 'omnibox/browser/answers_cache_unittest.cc', 417 'omnibox/browser/answers_cache_unittest.cc',
415 'omnibox/browser/autocomplete_input_unittest.cc', 418 'omnibox/browser/autocomplete_input_unittest.cc',
416 'omnibox/browser/autocomplete_match_unittest.cc', 419 'omnibox/browser/autocomplete_match_unittest.cc',
417 'omnibox/browser/autocomplete_provider_unittest.cc', 420 'omnibox/browser/autocomplete_provider_unittest.cc',
418 'omnibox/browser/autocomplete_result_unittest.cc', 421 'omnibox/browser/autocomplete_result_unittest.cc',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
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)',
989 '<@(login_unittest_sources)', 992 '<@(login_unittest_sources)',
990 '<@(memory_pressure_unittest_sources)', 993 '<@(memory_pressure_unittest_sources)',
991 '<@(metrics_unittest_sources)', 994 '<@(metrics_unittest_sources)',
992 '<@(mime_util_unittest_sources)', 995 '<@(mime_util_unittest_sources)',
993 '<@(network_time_unittest_sources)', 996 '<@(network_time_unittest_sources)',
994 '<@(ntp_snippets_unittest_sources)', 997 '<@(ntp_snippets_unittest_sources)',
995 '<@(offline_page_unittest_sources)', 998 '<@(offline_pages_background_unittest_sources)',
999 '<@(offline_pages_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)',
999 '<@(password_manager_unittest_sources)', 1003 '<@(password_manager_unittest_sources)',
1000 '<@(precache_unittest_sources)', 1004 '<@(precache_unittest_sources)',
1001 '<@(proxy_config_unittest_sources)', 1005 '<@(proxy_config_unittest_sources)',
1002 '<@(prefs_unittest_sources)', 1006 '<@(prefs_unittest_sources)',
1003 '<@(query_parser_unittest_sources)', 1007 '<@(query_parser_unittest_sources)',
1004 '<@(rappor_unittest_sources)', 1008 '<@(rappor_unittest_sources)',
1005 '<@(search_engines_unittest_sources)', 1009 '<@(search_engines_unittest_sources)',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'components.gyp:memory_pressure', 1112 'components.gyp:memory_pressure',
1109 'components.gyp:metrics', 1113 'components.gyp:metrics',
1110 'components.gyp:metrics_net', 1114 'components.gyp:metrics_net',
1111 'components.gyp:metrics_profiler', 1115 'components.gyp:metrics_profiler',
1112 'components.gyp:metrics_test_support', 1116 'components.gyp:metrics_test_support',
1113 'components.gyp:metrics_ui', 1117 'components.gyp:metrics_ui',
1114 'components.gyp:net_log', 1118 'components.gyp:net_log',
1115 'components.gyp:network_time', 1119 'components.gyp:network_time',
1116 'components.gyp:ntp_snippets', 1120 'components.gyp:ntp_snippets',
1117 'components.gyp:offline_pages', 1121 'components.gyp:offline_pages',
1122 'components.gyp:offline_pages_background_offliner',
1118 'components.gyp:offline_pages_test_support', 1123 'components.gyp:offline_pages_test_support',
1119 'components.gyp:omnibox_browser', 1124 'components.gyp:omnibox_browser',
1120 'components.gyp:omnibox_test_support', 1125 'components.gyp:omnibox_test_support',
1121 'components.gyp:open_from_clipboard', 1126 'components.gyp:open_from_clipboard',
1122 'components.gyp:open_from_clipboard_test_support', 1127 'components.gyp:open_from_clipboard_test_support',
1123 'components.gyp:os_crypt', 1128 'components.gyp:os_crypt',
1124 'components.gyp:password_manager_core_browser', 1129 'components.gyp:password_manager_core_browser',
1125 'components.gyp:password_manager_core_browser_test_support', 1130 'components.gyp:password_manager_core_browser_test_support',
1126 'components.gyp:password_manager_sync_browser', 1131 'components.gyp:password_manager_sync_browser',
1127 'components.gyp:precache_core', 1132 'components.gyp:precache_core',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 'dependencies': [ 1920 'dependencies': [
1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1921 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1917 ], 1922 ],
1918 }], 1923 }],
1919 ], 1924 ],
1920 }, 1925 },
1921 ], 1926 ],
1922 }], 1927 }],
1923 ], 1928 ],
1924 } 1929 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/offline_pages.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698