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

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: Fix typo. Created 4 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
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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ], 775 ],
776 'update_client_unittest_sources': [ 776 'update_client_unittest_sources': [
777 'update_client/component_patcher_unittest.cc', 777 'update_client/component_patcher_unittest.cc',
778 'update_client/crx_downloader_unittest.cc', 778 'update_client/crx_downloader_unittest.cc',
779 'update_client/ping_manager_unittest.cc', 779 'update_client/ping_manager_unittest.cc',
780 'update_client/request_sender_unittest.cc', 780 'update_client/request_sender_unittest.cc',
781 'update_client/update_checker_unittest.cc', 781 'update_client/update_checker_unittest.cc',
782 'update_client/update_client_unittest.cc', 782 'update_client/update_client_unittest.cc',
783 'update_client/update_query_params_unittest.cc', 783 'update_client/update_query_params_unittest.cc',
784 'update_client/update_response_unittest.cc', 784 'update_client/update_response_unittest.cc',
785 'update_client/utils_unittest.cc',
785 ], 786 ],
786 'upload_list_unittest_sources': [ 787 'upload_list_unittest_sources': [
787 'upload_list/upload_list_unittest.cc', 788 'upload_list/upload_list_unittest.cc',
788 ], 789 ],
789 'url_formatter_unittest_sources': [ 790 'url_formatter_unittest_sources': [
790 'url_formatter/elide_url_unittest.cc', 791 'url_formatter/elide_url_unittest.cc',
791 'url_formatter/url_fixer_unittest.cc', 792 'url_formatter/url_fixer_unittest.cc',
792 'url_formatter/url_formatter_unittest.cc', 793 'url_formatter/url_formatter_unittest.cc',
793 ], 794 ],
794 'url_matcher_unittest_sources': [ 795 'url_matcher_unittest_sources': [
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'dependencies': [ 1886 'dependencies': [
1886 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1887 ], 1888 ],
1888 }], 1889 }],
1889 ], 1890 ],
1890 }, 1891 },
1891 ], 1892 ],
1892 }], 1893 }],
1893 ], 1894 ],
1894 } 1895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698