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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 "chromeos/login/users/fake_supervised_user_manager.cc", 1210 "chromeos/login/users/fake_supervised_user_manager.cc",
1211 "chromeos/login/users/fake_supervised_user_manager.h", 1211 "chromeos/login/users/fake_supervised_user_manager.h",
1212 "chromeos/login/users/mock_user_manager.cc", 1212 "chromeos/login/users/mock_user_manager.cc",
1213 "chromeos/login/users/mock_user_manager.h", 1213 "chromeos/login/users/mock_user_manager.h",
1214 "chromeos/net/network_portal_detector_test_utils.cc", 1214 "chromeos/net/network_portal_detector_test_utils.cc",
1215 "chromeos/net/network_portal_detector_test_utils.h", 1215 "chromeos/net/network_portal_detector_test_utils.h",
1216 "chromeos/policy/cloud_external_data_manager_base_test_util.cc", 1216 "chromeos/policy/cloud_external_data_manager_base_test_util.cc",
1217 "chromeos/policy/cloud_external_data_manager_base_test_util.h", 1217 "chromeos/policy/cloud_external_data_manager_base_test_util.h",
1218 "chromeos/policy/device_policy_builder.cc", 1218 "chromeos/policy/device_policy_builder.cc",
1219 "chromeos/policy/device_policy_builder.h", 1219 "chromeos/policy/device_policy_builder.h",
1220 "chromeos/policy/fake_consumer_management_service.cc",
1221 "chromeos/policy/fake_consumer_management_service.h",
1222 "chromeos/policy/fake_device_cloud_policy_initializer.cc", 1220 "chromeos/policy/fake_device_cloud_policy_initializer.cc",
1223 "chromeos/policy/fake_device_cloud_policy_initializer.h", 1221 "chromeos/policy/fake_device_cloud_policy_initializer.h",
1224 "chromeos/policy/fake_device_cloud_policy_manager.cc", 1222 "chromeos/policy/fake_device_cloud_policy_manager.cc",
1225 "chromeos/policy/fake_device_cloud_policy_manager.h", 1223 "chromeos/policy/fake_device_cloud_policy_manager.h",
1226 "chromeos/policy/stub_enterprise_install_attributes.cc", 1224 "chromeos/policy/stub_enterprise_install_attributes.cc",
1227 "chromeos/policy/stub_enterprise_install_attributes.h", 1225 "chromeos/policy/stub_enterprise_install_attributes.h",
1228 "chromeos/settings/device_settings_test_helper.cc", 1226 "chromeos/settings/device_settings_test_helper.cc",
1229 "chromeos/settings/device_settings_test_helper.h", 1227 "chromeos/settings/device_settings_test_helper.h",
1230 ] 1228 ]
1231 configs += [ "//build/config/linux/dbus" ] 1229 configs += [ "//build/config/linux/dbus" ]
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 # linking all of the test support. 1352 # linking all of the test support.
1355 static_library("pepper_cdm_test_constants") { 1353 static_library("pepper_cdm_test_constants") {
1356 testonly = true 1354 testonly = true
1357 visibility = [ "//chrome/*" ] 1355 visibility = [ "//chrome/*" ]
1358 sources = [ 1356 sources = [
1359 "media/pepper_cdm_test_constants.cc", 1357 "media/pepper_cdm_test_constants.cc",
1360 "media/pepper_cdm_test_constants.h", 1358 "media/pepper_cdm_test_constants.h",
1361 ] 1359 ]
1362 } 1360 }
1363 } 1361 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698