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

Side by Side Diff: components/update_client.gypi

Issue 952543002: Correct paths in gypi files in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/constrained_window/BUILD.gn ('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',
(...skipping 13 matching lines...) Expand all
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'update_client/background_downloader_win.cc', 26 'update_client/background_downloader_win.cc',
27 'update_client/background_downloader_win.h', 27 'update_client/background_downloader_win.h',
28 'update_client/component_patcher.cc', 28 'update_client/component_patcher.cc',
29 'update_client/component_patcher.h', 29 'update_client/component_patcher.h',
30 'update_client/component_patcher_operation.cc', 30 'update_client/component_patcher_operation.cc',
31 'update_client/component_patcher_operation.h', 31 'update_client/component_patcher_operation.h',
32 'update_client/component_unpacker.cc', 32 'update_client/component_unpacker.cc',
33 'update_client/component_unpacker.h', 33 'update_client/component_unpacker.h',
34 'update_client/configurator.h',
34 'update_client/crx_downloader.cc', 35 'update_client/crx_downloader.cc',
35 'update_client/crx_downloader.h', 36 'update_client/crx_downloader.h',
36 'update_client/crx_update_item.h', 37 'update_client/crx_update_item.h',
37 'update_client/ping_manager.cc', 38 'update_client/ping_manager.cc',
38 'update_client/ping_manager.h', 39 'update_client/ping_manager.h',
39 'update_client/request_sender.cc', 40 'update_client/request_sender.cc',
40 'update_client/request_sender.h', 41 'update_client/request_sender.h',
41 'update_client/update_checker.cc', 42 'update_client/update_checker.cc',
42 'update_client/update_checker.h', 43 'update_client/update_checker.h',
43 'update_client/update_client.cc', 44 'update_client/update_client.cc',
(...skipping 27 matching lines...) Expand all
71 'update_client/test/test_configurator.cc', 72 'update_client/test/test_configurator.cc',
72 'update_client/test/test_configurator.h', 73 'update_client/test/test_configurator.h',
73 'update_client/test/test_installer.cc', 74 'update_client/test/test_installer.cc',
74 'update_client/test/test_installer.h', 75 'update_client/test/test_installer.h',
75 'update_client/test/url_request_post_interceptor.cc', 76 'update_client/test/url_request_post_interceptor.cc',
76 'update_client/test/url_request_post_interceptor.h', 77 'update_client/test/url_request_post_interceptor.h',
77 ], 78 ],
78 }, 79 },
79 ], 80 ],
80 } 81 }
OLDNEW
« no previous file with comments | « components/constrained_window/BUILD.gn ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698