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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 733613005: Move the notification part out of ConsumerEnrollmentHandler so that it can be reused for unenrollme… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enroll
Patch Set: Added a check for UserManager. Created 6 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
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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'browser/chromeos/policy/cloud_external_data_policy_observer.cc', 700 'browser/chromeos/policy/cloud_external_data_policy_observer.cc',
701 'browser/chromeos/policy/cloud_external_data_policy_observer.h', 701 'browser/chromeos/policy/cloud_external_data_policy_observer.h',
702 'browser/chromeos/policy/cloud_external_data_store.cc', 702 'browser/chromeos/policy/cloud_external_data_store.cc',
703 'browser/chromeos/policy/cloud_external_data_store.h', 703 'browser/chromeos/policy/cloud_external_data_store.h',
704 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc', 704 'browser/chromeos/policy/configuration_policy_handler_chromeos.cc',
705 'browser/chromeos/policy/configuration_policy_handler_chromeos.h', 705 'browser/chromeos/policy/configuration_policy_handler_chromeos.h',
706 'browser/chromeos/policy/consumer_enrollment_handler.cc', 706 'browser/chromeos/policy/consumer_enrollment_handler.cc',
707 'browser/chromeos/policy/consumer_enrollment_handler.h', 707 'browser/chromeos/policy/consumer_enrollment_handler.h',
708 'browser/chromeos/policy/consumer_enrollment_handler_factory.cc', 708 'browser/chromeos/policy/consumer_enrollment_handler_factory.cc',
709 'browser/chromeos/policy/consumer_enrollment_handler_factory.h', 709 'browser/chromeos/policy/consumer_enrollment_handler_factory.h',
710 'browser/chromeos/policy/consumer_management_notifier.cc',
711 'browser/chromeos/policy/consumer_management_notifier.h',
712 'browser/chromeos/policy/consumer_management_notifier_factory.cc',
713 'browser/chromeos/policy/consumer_management_notifier_factory.h',
710 'browser/chromeos/policy/consumer_management_service.cc', 714 'browser/chromeos/policy/consumer_management_service.cc',
711 'browser/chromeos/policy/consumer_management_service.h', 715 'browser/chromeos/policy/consumer_management_service.h',
712 'browser/chromeos/policy/device_cloud_policy_initializer.cc', 716 'browser/chromeos/policy/device_cloud_policy_initializer.cc',
713 'browser/chromeos/policy/device_cloud_policy_initializer.h', 717 'browser/chromeos/policy/device_cloud_policy_initializer.h',
714 'browser/chromeos/policy/device_cloud_policy_invalidator.cc', 718 'browser/chromeos/policy/device_cloud_policy_invalidator.cc',
715 'browser/chromeos/policy/device_cloud_policy_invalidator.h', 719 'browser/chromeos/policy/device_cloud_policy_invalidator.h',
716 'browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc', 720 'browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc',
717 'browser/chromeos/policy/device_cloud_policy_manager_chromeos.h', 721 'browser/chromeos/policy/device_cloud_policy_manager_chromeos.h',
718 'browser/chromeos/policy/device_cloud_policy_store_chromeos.cc', 722 'browser/chromeos/policy/device_cloud_policy_store_chromeos.cc',
719 'browser/chromeos/policy/device_cloud_policy_store_chromeos.h', 723 'browser/chromeos/policy/device_cloud_policy_store_chromeos.h',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 'browser/chromeos/attestation/attestation_signed_data.proto', 1279 'browser/chromeos/attestation/attestation_signed_data.proto',
1276 ], 1280 ],
1277 'variables': { 1281 'variables': {
1278 'proto_in_dir': 'browser/chromeos/attestation', 1282 'proto_in_dir': 'browser/chromeos/attestation',
1279 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1283 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1280 }, 1284 },
1281 'includes': [ '../build/protoc.gypi' ] 1285 'includes': [ '../build/protoc.gypi' ]
1282 }, 1286 },
1283 ], 1287 ],
1284 } 1288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698