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

Side by Side Diff: components/components_tests.gyp

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 years, 2 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 | « chrome/chrome_tests_unit.gypi ('k') | components/policy/core/browser/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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'password_manager/sync/browser/sync_username_test_base.cc', 440 'password_manager/sync/browser/sync_username_test_base.cc',
441 'password_manager/sync/browser/sync_username_test_base.h', 441 'password_manager/sync/browser/sync_username_test_base.h',
442 ], 442 ],
443 'policy_unittest_sources': [ 443 'policy_unittest_sources': [
444 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' , 444 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' ,
445 'policy/core/browser/android/policy_converter_unittest.cc', 445 'policy/core/browser/android/policy_converter_unittest.cc',
446 'policy/core/browser/autofill_policy_handler_unittest.cc', 446 'policy/core/browser/autofill_policy_handler_unittest.cc',
447 'policy/core/browser/browser_policy_connector_unittest.cc', 447 'policy/core/browser/browser_policy_connector_unittest.cc',
448 'policy/core/browser/configuration_policy_handler_unittest.cc', 448 'policy/core/browser/configuration_policy_handler_unittest.cc',
449 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 449 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
450 'policy/core/browser/proxy_policy_handler_unittest.cc',
450 'policy/core/browser/url_blacklist_manager_unittest.cc', 451 'policy/core/browser/url_blacklist_manager_unittest.cc',
451 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 452 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
452 'policy/core/common/async_policy_provider_unittest.cc', 453 'policy/core/common/async_policy_provider_unittest.cc',
453 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 454 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
454 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', 455 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
455 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 456 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
456 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 457 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
457 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc', 458 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc',
458 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 459 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
459 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 460 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'dependencies': [ 1725 'dependencies': [
1725 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1726 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1726 ], 1727 ],
1727 }], 1728 }],
1728 ], 1729 ],
1729 }, 1730 },
1730 ], 1731 ],
1731 }], 1732 }],
1732 ], 1733 ],
1733 } 1734 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698