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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 24153012: Fix cyclic dependency between ProfilePolicyConnector and PrefService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'browser/chromeos/policy/enrollment_status_chromeos.cc', 713 'browser/chromeos/policy/enrollment_status_chromeos.cc',
714 'browser/chromeos/policy/enrollment_status_chromeos.h', 714 'browser/chromeos/policy/enrollment_status_chromeos.h',
715 'browser/chromeos/policy/enterprise_install_attributes.cc', 715 'browser/chromeos/policy/enterprise_install_attributes.cc',
716 'browser/chromeos/policy/enterprise_install_attributes.h', 716 'browser/chromeos/policy/enterprise_install_attributes.h',
717 'browser/chromeos/policy/login_profile_policy_provider.cc', 717 'browser/chromeos/policy/login_profile_policy_provider.cc',
718 'browser/chromeos/policy/login_profile_policy_provider.h', 718 'browser/chromeos/policy/login_profile_policy_provider.h',
719 'browser/chromeos/policy/login_screen_power_management_policy.cc', 719 'browser/chromeos/policy/login_screen_power_management_policy.cc',
720 'browser/chromeos/policy/login_screen_power_management_policy.h', 720 'browser/chromeos/policy/login_screen_power_management_policy.h',
721 'browser/chromeos/policy/network_configuration_updater.cc', 721 'browser/chromeos/policy/network_configuration_updater.cc',
722 'browser/chromeos/policy/network_configuration_updater.h', 722 'browser/chromeos/policy/network_configuration_updater.h',
723 'browser/chromeos/policy/policy_cert_service.cc',
724 'browser/chromeos/policy/policy_cert_service.h',
725 'browser/chromeos/policy/policy_cert_service_factory.cc',
726 'browser/chromeos/policy/policy_cert_service_factory.h',
723 'browser/chromeos/policy/policy_cert_verifier.cc', 727 'browser/chromeos/policy/policy_cert_verifier.cc',
724 'browser/chromeos/policy/policy_cert_verifier.h', 728 'browser/chromeos/policy/policy_cert_verifier.h',
725 'browser/chromeos/policy/policy_oauth2_token_fetcher.cc', 729 'browser/chromeos/policy/policy_oauth2_token_fetcher.cc',
726 'browser/chromeos/policy/policy_oauth2_token_fetcher.h', 730 'browser/chromeos/policy/policy_oauth2_token_fetcher.h',
727 'browser/chromeos/policy/proxy_policy_provider.cc', 731 'browser/chromeos/policy/proxy_policy_provider.cc',
728 'browser/chromeos/policy/proxy_policy_provider.h', 732 'browser/chromeos/policy/proxy_policy_provider.h',
729 'browser/chromeos/policy/recommendation_restorer.cc', 733 'browser/chromeos/policy/recommendation_restorer.cc',
730 'browser/chromeos/policy/recommendation_restorer.h', 734 'browser/chromeos/policy/recommendation_restorer.h',
731 'browser/chromeos/policy/recommendation_restorer_factory.cc', 735 'browser/chromeos/policy/recommendation_restorer_factory.cc',
732 'browser/chromeos/policy/recommendation_restorer_factory.h', 736 'browser/chromeos/policy/recommendation_restorer_factory.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'browser/chromeos/attestation/attestation_signed_data.proto', 1014 'browser/chromeos/attestation/attestation_signed_data.proto',
1011 ], 1015 ],
1012 'variables': { 1016 'variables': {
1013 'proto_in_dir': 'browser/chromeos/attestation', 1017 'proto_in_dir': 'browser/chromeos/attestation',
1014 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1018 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1015 }, 1019 },
1016 'includes': [ '../build/protoc.gypi' ] 1020 'includes': [ '../build/protoc.gypi' ]
1017 }, 1021 },
1018 ], 1022 ],
1019 } 1023 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698