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

Side by Side Diff: components/components_tests.gyp

Issue 2011763005: Splits the OfflinePageModel into and interface and and implementation class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix to take ExpirePages defn out of model i/f as StorageManager defines it currently Created 4 years, 6 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'offline_pages_background_unittest_sources': [ 424 'offline_pages_background_unittest_sources': [
425 'offline_pages/background/request_coordinator_unittest.cc', 425 'offline_pages/background/request_coordinator_unittest.cc',
426 'offline_pages/background/request_queue_in_memory_store_unittest.cc', 426 'offline_pages/background/request_queue_in_memory_store_unittest.cc',
427 'offline_pages/background/request_queue_unittest.cc', 427 'offline_pages/background/request_queue_unittest.cc',
428 'offline_pages/background/save_page_request_unittest.cc', 428 'offline_pages/background/save_page_request_unittest.cc',
429 ], 429 ],
430 'offline_pages_unittest_sources': [ 430 'offline_pages_unittest_sources': [
431 'offline_pages/archive_manager_unittest.cc', 431 'offline_pages/archive_manager_unittest.cc',
432 'offline_pages/client_policy_controller_unittest.cc', 432 'offline_pages/client_policy_controller_unittest.cc',
433 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 433 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
434 'offline_pages/offline_page_model_unittest.cc', 434 'offline_pages/offline_page_model_impl_unittest.cc',
435 'offline_pages/offline_page_storage_manager_unittest.cc', 435 'offline_pages/offline_page_storage_manager_unittest.cc',
436 'offline_pages/snapshot_controller_unittest.cc', 436 'offline_pages/snapshot_controller_unittest.cc',
437 ], 437 ],
438 'omnibox_unittest_sources': [ 438 'omnibox_unittest_sources': [
439 'omnibox/browser/answers_cache_unittest.cc', 439 'omnibox/browser/answers_cache_unittest.cc',
440 'omnibox/browser/autocomplete_input_unittest.cc', 440 'omnibox/browser/autocomplete_input_unittest.cc',
441 'omnibox/browser/autocomplete_match_unittest.cc', 441 'omnibox/browser/autocomplete_match_unittest.cc',
442 'omnibox/browser/autocomplete_provider_unittest.cc', 442 'omnibox/browser/autocomplete_provider_unittest.cc',
443 'omnibox/browser/autocomplete_result_unittest.cc', 443 'omnibox/browser/autocomplete_result_unittest.cc',
444 'omnibox/browser/base_search_provider_unittest.cc', 444 'omnibox/browser/base_search_provider_unittest.cc',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 'dependencies': [ 1958 'dependencies': [
1959 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1959 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1960 ], 1960 ],
1961 }], 1961 }],
1962 ], 1962 ],
1963 }, 1963 },
1964 ], 1964 ],
1965 }], 1965 }],
1966 ], 1966 ],
1967 } 1967 }
OLDNEW
« no previous file with comments | « chrome/browser/android/offline_pages/test_offline_page_model_builder.cc ('k') | components/offline_pages.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698