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

Side by Side Diff: components/components_tests.gyp

Issue 2176013002: Add support for OfflinePagesDownloadBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback and tests. Created 4 years, 4 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'ntp_tiles/most_visited_sites_unittest.cc', 432 'ntp_tiles/most_visited_sites_unittest.cc',
433 ], 433 ],
434 'offline_pages_background_unittest_sources': [ 434 'offline_pages_background_unittest_sources': [
435 'offline_pages/background/request_coordinator_event_logger_unittest.cc', 435 'offline_pages/background/request_coordinator_event_logger_unittest.cc',
436 'offline_pages/background/request_coordinator_unittest.cc', 436 'offline_pages/background/request_coordinator_unittest.cc',
437 'offline_pages/background/request_picker_unittest.cc', 437 'offline_pages/background/request_picker_unittest.cc',
438 'offline_pages/background/request_queue_store_unittest.cc', 438 'offline_pages/background/request_queue_store_unittest.cc',
439 'offline_pages/background/request_queue_unittest.cc', 439 'offline_pages/background/request_queue_unittest.cc',
440 'offline_pages/background/save_page_request_unittest.cc', 440 'offline_pages/background/save_page_request_unittest.cc',
441 ], 441 ],
442 'offline_pages_downloads_unittest_sources': [
443 'offline_pages/downloads/download_ui_adapter_unittest.cc',
444 ],
442 'offline_pages_unittest_sources': [ 445 'offline_pages_unittest_sources': [
443 'offline_pages/archive_manager_unittest.cc', 446 'offline_pages/archive_manager_unittest.cc',
444 'offline_pages/client_policy_controller_unittest.cc', 447 'offline_pages/client_policy_controller_unittest.cc',
445 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 448 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
446 'offline_pages/offline_page_model_event_logger_unittest.cc', 449 'offline_pages/offline_page_model_event_logger_unittest.cc',
447 'offline_pages/offline_page_model_impl_unittest.cc', 450 'offline_pages/offline_page_model_impl_unittest.cc',
448 'offline_pages/offline_page_storage_manager_unittest.cc', 451 'offline_pages/offline_page_storage_manager_unittest.cc',
449 'offline_pages/snapshot_controller_unittest.cc', 452 'offline_pages/snapshot_controller_unittest.cc',
450 ], 453 ],
451 'omnibox_unittest_sources': [ 454 'omnibox_unittest_sources': [
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 'dependencies': [ 2046 'dependencies': [
2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2045 ], 2048 ],
2046 }], 2049 }],
2047 ], 2050 ],
2048 }, 2051 },
2049 ], 2052 ],
2050 }], 2053 }],
2051 ], 2054 ],
2052 } 2055 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698