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

Side by Side Diff: components/components_tests.gyp

Issue 1950733002: Add unit test for request coordiator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback per FGorski 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,
11 11
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 ], 403 ],
404 'network_time_unittest_sources': [ 404 'network_time_unittest_sources': [
405 'network_time/network_time_tracker_unittest.cc', 405 'network_time/network_time_tracker_unittest.cc',
406 ], 406 ],
407 'ntp_snippets_unittest_sources': [ 407 'ntp_snippets_unittest_sources': [
408 'ntp_snippets/inner_iterator_unittest.cc', 408 'ntp_snippets/inner_iterator_unittest.cc',
409 'ntp_snippets/ntp_snippets_fetcher_unittest.cc', 409 'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
410 'ntp_snippets/ntp_snippets_service_unittest.cc', 410 'ntp_snippets/ntp_snippets_service_unittest.cc',
411 ], 411 ],
412 'offline_pages_background_unittest_sources': [ 412 'offline_pages_background_unittest_sources': [
413 'offline_pages/background/request_coordinator_unittest.cc',
413 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 414 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
414 'offline_pages/background/save_page_request_unittest.cc', 415 'offline_pages/background/save_page_request_unittest.cc',
415 ], 416 ],
416 'offline_pages_unittest_sources': [ 417 'offline_pages_unittest_sources': [
417 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 418 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
418 'offline_pages/offline_page_model_unittest.cc', 419 'offline_pages/offline_page_model_unittest.cc',
419 'offline_pages/snapshot_controller_unittest.cc', 420 'offline_pages/snapshot_controller_unittest.cc',
420 ], 421 ],
421 'omnibox_unittest_sources': [ 422 'omnibox_unittest_sources': [
422 'omnibox/browser/answers_cache_unittest.cc', 423 'omnibox/browser/answers_cache_unittest.cc',
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 'dependencies': [ 1933 'dependencies': [
1933 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1934 ], 1935 ],
1935 }], 1936 }],
1936 ], 1937 ],
1937 }, 1938 },
1938 ], 1939 ],
1939 }], 1940 }],
1940 ], 1941 ],
1941 } 1942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698