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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2044613003: Adds unit tests for offline_pages::PrerenderAdapter calling PrerenderManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated DCHECK to ASSERT 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
« no previous file with comments | « chrome/browser/ui/search/instant_search_prerenderer_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 ], 1641 ],
1642 'chrome_unit_tests_arc_sources': [ 1642 'chrome_unit_tests_arc_sources': [
1643 'browser/chromeos/arc/arc_auth_service_unittest.cc', 1643 'browser/chromeos/arc/arc_auth_service_unittest.cc',
1644 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', 1644 'browser/chromeos/arc/arc_policy_bridge_unittest.cc',
1645 ], 1645 ],
1646 # Sources for Offline pages. For now only for Android. 1646 # Sources for Offline pages. For now only for Android.
1647 'chrome_unit_tests_offline_pages_sources': [ 1647 'chrome_unit_tests_offline_pages_sources': [
1648 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', 1648 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
1649 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', 1649 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc',
1650 'browser/android/offline_pages/offline_page_utils_unittest.cc', 1650 'browser/android/offline_pages/offline_page_utils_unittest.cc',
1651 'browser/android/offline_pages/prerender_adapter_unittest.cc',
1651 'browser/android/offline_pages/prerendering_loader_unittest.cc', 1652 'browser/android/offline_pages/prerendering_loader_unittest.cc',
1652 'browser/android/offline_pages/prerendering_offliner_unittest.cc', 1653 'browser/android/offline_pages/prerendering_offliner_unittest.cc',
1653 'browser/android/offline_pages/recent_tab_helper_unittest.cc', 1654 'browser/android/offline_pages/recent_tab_helper_unittest.cc',
1654 'browser/android/offline_pages/request_coordinator_factory_unittest.cc', 1655 'browser/android/offline_pages/request_coordinator_factory_unittest.cc',
1655 'browser/android/offline_pages/test_offline_page_model_builder.cc', 1656 'browser/android/offline_pages/test_offline_page_model_builder.cc',
1656 'browser/android/offline_pages/test_offline_page_model_builder.h', 1657 'browser/android/offline_pages/test_offline_page_model_builder.h',
1657 ], 1658 ],
1658 }, 1659 },
1659 'targets': [ 1660 'targets': [
1660 { 1661 {
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 'dependencies': [ 3010 'dependencies': [
3010 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3011 ], 3012 ],
3012 }], 3013 }],
3013 ], 3014 ],
3014 }, 3015 },
3015 ], 3016 ],
3016 }], 3017 }],
3017 ], # 'conditions' 3018 ], # 'conditions'
3018 } 3019 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_search_prerenderer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698