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

Side by Side Diff: components/update_client.gypi

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another test fix. Created 4 years, 8 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/update_client 8 # GN version: //components/update_client
9 'target_name': 'update_client', 9 'target_name': 'update_client',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 26 matching lines...) Expand all
37 'update_client/component_patcher.cc', 37 'update_client/component_patcher.cc',
38 'update_client/component_patcher.h', 38 'update_client/component_patcher.h',
39 'update_client/component_patcher_operation.cc', 39 'update_client/component_patcher_operation.cc',
40 'update_client/component_patcher_operation.h', 40 'update_client/component_patcher_operation.h',
41 'update_client/component_unpacker.cc', 41 'update_client/component_unpacker.cc',
42 'update_client/component_unpacker.h', 42 'update_client/component_unpacker.h',
43 'update_client/configurator.h', 43 'update_client/configurator.h',
44 'update_client/crx_downloader.cc', 44 'update_client/crx_downloader.cc',
45 'update_client/crx_downloader.h', 45 'update_client/crx_downloader.h',
46 'update_client/crx_update_item.h', 46 'update_client/crx_update_item.h',
47 'update_client/persisted_data.cc',
48 'update_client/persisted_data.h',
47 'update_client/ping_manager.cc', 49 'update_client/ping_manager.cc',
48 'update_client/ping_manager.h', 50 'update_client/ping_manager.h',
49 'update_client/request_sender.cc', 51 'update_client/request_sender.cc',
50 'update_client/request_sender.h', 52 'update_client/request_sender.h',
51 'update_client/task.h', 53 'update_client/task.h',
52 'update_client/task_update.cc', 54 'update_client/task_update.cc',
53 'update_client/task_update.h', 55 'update_client/task_update.h',
54 'update_client/update_checker.cc', 56 'update_client/update_checker.cc',
55 'update_client/update_checker.h', 57 'update_client/update_checker.h',
56 'update_client/update_client.cc', 58 'update_client/update_client.cc',
(...skipping 30 matching lines...) Expand all
87 'update_client/test_configurator.cc', 89 'update_client/test_configurator.cc',
88 'update_client/test_configurator.h', 90 'update_client/test_configurator.h',
89 'update_client/test_installer.cc', 91 'update_client/test_installer.cc',
90 'update_client/test_installer.h', 92 'update_client/test_installer.h',
91 'update_client/url_request_post_interceptor.cc', 93 'update_client/url_request_post_interceptor.cc',
92 'update_client/url_request_post_interceptor.h', 94 'update_client/url_request_post_interceptor.h',
93 ], 95 ],
94 }, 96 },
95 ], 97 ],
96 } 98 }
OLDNEW
« no previous file with comments | « components/test/data/update_client/updatecheck_reply_4.xml ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698