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

Side by Side Diff: components/components_tests.gyp

Issue 2114673002: Fix restore of a tab from a recently-closed browser window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 4 years, 5 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/sessions/tab_restore_browsertest.cc ('k') | components/sessions/BUILD.gn » ('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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ], 754 ],
755 'security_state_unittest_sources': [ 755 'security_state_unittest_sources': [
756 'security_state/security_state_model_unittest.cc', 756 'security_state/security_state_model_unittest.cc',
757 ], 757 ],
758 'sessions_unittest_sources': [ 758 'sessions_unittest_sources': [
759 'sessions/content/content_serialized_navigation_builder_unittest.cc', 759 'sessions/content/content_serialized_navigation_builder_unittest.cc',
760 'sessions/content/content_serialized_navigation_driver_unittest.cc', 760 'sessions/content/content_serialized_navigation_driver_unittest.cc',
761 'sessions/core/serialized_navigation_entry_unittest.cc', 761 'sessions/core/serialized_navigation_entry_unittest.cc',
762 'sessions/core/session_backend_unittest.cc', 762 'sessions/core/session_backend_unittest.cc',
763 'sessions/core/session_types_unittest.cc', 763 'sessions/core/session_types_unittest.cc',
764 'sessions/core/tab_restore_service_unittest.cc',
764 'sessions/ios/ios_serialized_navigation_builder_unittest.mm', 765 'sessions/ios/ios_serialized_navigation_builder_unittest.mm',
765 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 766 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
766 ], 767 ],
767 'signin_unittest_sources': [ 768 'signin_unittest_sources': [
768 'signin/core/browser/account_info_unittest.cc', 769 'signin/core/browser/account_info_unittest.cc',
769 'signin/core/browser/account_investigator_unittest.cc', 770 'signin/core/browser/account_investigator_unittest.cc',
770 'signin/core/browser/account_tracker_service_unittest.cc', 771 'signin/core/browser/account_tracker_service_unittest.cc',
771 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 772 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
772 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 773 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
773 'signin/core/browser/signin_error_controller_unittest.cc', 774 'signin/core/browser/signin_error_controller_unittest.cc',
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'dependencies': [ 2030 'dependencies': [
2030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2031 ], 2032 ],
2032 }], 2033 }],
2033 ], 2034 ],
2034 }, 2035 },
2035 ], 2036 ],
2036 }], 2037 }],
2037 ], 2038 ],
2038 } 2039 }
OLDNEW
« no previous file with comments | « chrome/browser/sessions/tab_restore_browsertest.cc ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698