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

Side by Side Diff: components/components_tests.gyp

Issue 1606943007: Implement Windows GPO support for "dlpref" in component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace comments only Created 4 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/component_updater/configurator_impl.cc ('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 '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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 ], 779 ],
780 'update_client_unittest_sources': [ 780 'update_client_unittest_sources': [
781 'update_client/component_patcher_unittest.cc', 781 'update_client/component_patcher_unittest.cc',
782 'update_client/crx_downloader_unittest.cc', 782 'update_client/crx_downloader_unittest.cc',
783 'update_client/ping_manager_unittest.cc', 783 'update_client/ping_manager_unittest.cc',
784 'update_client/request_sender_unittest.cc', 784 'update_client/request_sender_unittest.cc',
785 'update_client/update_checker_unittest.cc', 785 'update_client/update_checker_unittest.cc',
786 'update_client/update_client_unittest.cc', 786 'update_client/update_client_unittest.cc',
787 'update_client/update_query_params_unittest.cc', 787 'update_client/update_query_params_unittest.cc',
788 'update_client/update_response_unittest.cc', 788 'update_client/update_response_unittest.cc',
789 'update_client/utils_unittest.cc',
789 ], 790 ],
790 'upload_list_unittest_sources': [ 791 'upload_list_unittest_sources': [
791 'upload_list/upload_list_unittest.cc', 792 'upload_list/upload_list_unittest.cc',
792 ], 793 ],
793 'url_formatter_unittest_sources': [ 794 'url_formatter_unittest_sources': [
794 'url_formatter/elide_url_unittest.cc', 795 'url_formatter/elide_url_unittest.cc',
795 'url_formatter/url_fixer_unittest.cc', 796 'url_formatter/url_fixer_unittest.cc',
796 'url_formatter/url_formatter_unittest.cc', 797 'url_formatter/url_formatter_unittest.cc',
797 ], 798 ],
798 'url_matcher_unittest_sources': [ 799 'url_matcher_unittest_sources': [
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'dependencies': [ 1888 'dependencies': [
1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1889 ], 1890 ],
1890 }], 1891 }],
1891 ], 1892 ],
1892 }, 1893 },
1893 ], 1894 ],
1894 }], 1895 }],
1895 ], 1896 ],
1896 } 1897 }
OLDNEW
« no previous file with comments | « components/component_updater/configurator_impl.cc ('k') | components/update_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698