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

Side by Side Diff: components/components_tests.gyp

Issue 843113002: EndSessionWatcherWindow implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge ToT. Created 5 years, 11 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 | « components/browser_watcher/endsession_watcher_window_win_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 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'autofill/core/browser/webdata/web_data_service_unittest.cc', 65 'autofill/core/browser/webdata/web_data_service_unittest.cc',
66 'autofill/core/common/form_data_unittest.cc', 66 'autofill/core/common/form_data_unittest.cc',
67 'autofill/core/common/form_field_data_unittest.cc', 67 'autofill/core/common/form_field_data_unittest.cc',
68 'autofill/core/common/password_form_fill_data_unittest.cc', 68 'autofill/core/common/password_form_fill_data_unittest.cc',
69 'autofill/core/common/save_password_progress_logger_unittest.cc', 69 'autofill/core/common/save_password_progress_logger_unittest.cc',
70 'bookmarks/browser/bookmark_codec_unittest.cc', 70 'bookmarks/browser/bookmark_codec_unittest.cc',
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
72 'bookmarks/browser/bookmark_index_unittest.cc', 72 'bookmarks/browser/bookmark_index_unittest.cc',
73 'bookmarks/browser/bookmark_model_unittest.cc', 73 'bookmarks/browser/bookmark_model_unittest.cc',
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'browser_watcher/endsession_watcher_window_win_unittest.cc',
75 'browser_watcher/exit_funnel_win_unittest.cc', 76 'browser_watcher/exit_funnel_win_unittest.cc',
76 'browser_watcher/exit_code_watcher_win_unittest.cc', 77 'browser_watcher/exit_code_watcher_win_unittest.cc',
77 'browser_watcher/watcher_client_win_unittest.cc', 78 'browser_watcher/watcher_client_win_unittest.cc',
78 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
79 'crash/app/crash_keys_win_unittest.cc', 80 'crash/app/crash_keys_win_unittest.cc',
80 'captive_portal/captive_portal_detector_unittest.cc', 81 'captive_portal/captive_portal_detector_unittest.cc',
81 'cloud_devices/common/cloud_devices_urls_unittest.cc', 82 'cloud_devices/common/cloud_devices_urls_unittest.cc',
82 'cloud_devices/common/printer_description_unittest.cc', 83 'cloud_devices/common/printer_description_unittest.cc',
83 'component_updater/test/component_patcher_unittest.cc', 84 'component_updater/test/component_patcher_unittest.cc',
84 'component_updater/test/component_updater_ping_manager_unittest.cc', 85 'component_updater/test/component_updater_ping_manager_unittest.cc',
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'dependencies': [ 1118 'dependencies': [
1118 '../base/allocator/allocator.gyp:allocator', 1119 '../base/allocator/allocator.gyp:allocator',
1119 ], 1120 ],
1120 }], 1121 }],
1121 ], 1122 ],
1122 }, 1123 },
1123 ], 1124 ],
1124 }], 1125 }],
1125 ], 1126 ],
1126 } 1127 }
OLDNEW
« no previous file with comments | « components/browser_watcher/endsession_watcher_window_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698