| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 364892392a536b784f9697a1c422b9fc03601a30..719780993614a6242ce790f8e327417c360155c7 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -4141,10 +4141,10 @@ static_library("test_support") {
|
| "chromeos/policy/fake_device_cloud_policy_initializer.h",
|
| "chromeos/policy/fake_device_cloud_policy_manager.cc",
|
| "chromeos/policy/fake_device_cloud_policy_manager.h",
|
| - "chromeos/policy/stub_enterprise_install_attributes.cc",
|
| - "chromeos/policy/stub_enterprise_install_attributes.h",
|
| "chromeos/settings/device_settings_test_helper.cc",
|
| "chromeos/settings/device_settings_test_helper.h",
|
| + "chromeos/settings/stub_install_attributes.cc",
|
| + "chromeos/settings/stub_install_attributes.h",
|
| ]
|
| configs += [ "//build/config/linux/dbus" ]
|
| deps += [ "//chromeos:test_support" ]
|
|
|