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

Side by Side Diff: components/update_client.gypi

Issue 1805263002: Move CUP to new component client_update_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorin review 1 Created 4 years, 9 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/components_tests.gyp ('k') | components/update_client/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 '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',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../courgette/courgette.gyp:courgette_lib', 13 '../courgette/courgette.gyp:courgette_lib',
14 '../crypto/crypto.gyp:crypto', 14 '../crypto/crypto.gyp:crypto',
15 '../third_party/libxml/libxml.gyp:libxml', 15 '../third_party/libxml/libxml.gyp:libxml',
16 '../third_party/zlib/google/zip.gyp:zip', 16 '../third_party/zlib/google/zip.gyp:zip',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 'client_update_protocol',
19 'crx_file', 20 'crx_file',
20 ], 21 ],
21 22
22 'include_dirs': [ 23 'include_dirs': [
23 '..', 24 '..',
24 ], 25 ],
25 'sources': [ 26 'sources': [
26 'update_client/action.cc', 27 'update_client/action.cc',
27 'update_client/action.h', 28 'update_client/action.h',
28 'update_client/action_update.cc', 29 'update_client/action_update.cc',
29 'update_client/action_update.h', 30 'update_client/action_update.h',
30 'update_client/action_update_check.cc', 31 'update_client/action_update_check.cc',
31 'update_client/action_update_check.h', 32 'update_client/action_update_check.h',
32 'update_client/action_wait.cc', 33 'update_client/action_wait.cc',
33 'update_client/action_wait.h', 34 'update_client/action_wait.h',
34 'update_client/background_downloader_win.cc', 35 'update_client/background_downloader_win.cc',
35 'update_client/background_downloader_win.h', 36 'update_client/background_downloader_win.h',
36 'update_client/client_update_protocol_ecdsa.cc',
37 'update_client/client_update_protocol_ecdsa.h',
38 'update_client/component_patcher.cc', 37 'update_client/component_patcher.cc',
39 'update_client/component_patcher.h', 38 'update_client/component_patcher.h',
40 'update_client/component_patcher_operation.cc', 39 'update_client/component_patcher_operation.cc',
41 'update_client/component_patcher_operation.h', 40 'update_client/component_patcher_operation.h',
42 'update_client/component_unpacker.cc', 41 'update_client/component_unpacker.cc',
43 'update_client/component_unpacker.h', 42 'update_client/component_unpacker.h',
44 'update_client/configurator.h', 43 'update_client/configurator.h',
45 'update_client/crx_downloader.cc', 44 'update_client/crx_downloader.cc',
46 'update_client/crx_downloader.h', 45 'update_client/crx_downloader.h',
47 'update_client/crx_update_item.h', 46 'update_client/crx_update_item.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'update_client/test_configurator.cc', 87 'update_client/test_configurator.cc',
89 'update_client/test_configurator.h', 88 'update_client/test_configurator.h',
90 'update_client/test_installer.cc', 89 'update_client/test_installer.cc',
91 'update_client/test_installer.h', 90 'update_client/test_installer.h',
92 'update_client/url_request_post_interceptor.cc', 91 'update_client/url_request_post_interceptor.cc',
93 'update_client/url_request_post_interceptor.h', 92 'update_client/url_request_post_interceptor.h',
94 ], 93 ],
95 }, 94 },
96 ], 95 ],
97 } 96 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698