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

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

Issue 2382833002: Rename policy::EnterpriseInstallAttributes to chromeos::InstallAttributes. (Closed)
Patch Set: Add missing #includes. Created 4 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 | « no previous file | chrome/browser/chromeos/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 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 4123 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 "chromeos/net/network_portal_detector_test_utils.cc", 4134 "chromeos/net/network_portal_detector_test_utils.cc",
4135 "chromeos/net/network_portal_detector_test_utils.h", 4135 "chromeos/net/network_portal_detector_test_utils.h",
4136 "chromeos/policy/cloud_external_data_manager_base_test_util.cc", 4136 "chromeos/policy/cloud_external_data_manager_base_test_util.cc",
4137 "chromeos/policy/cloud_external_data_manager_base_test_util.h", 4137 "chromeos/policy/cloud_external_data_manager_base_test_util.h",
4138 "chromeos/policy/device_policy_builder.cc", 4138 "chromeos/policy/device_policy_builder.cc",
4139 "chromeos/policy/device_policy_builder.h", 4139 "chromeos/policy/device_policy_builder.h",
4140 "chromeos/policy/fake_device_cloud_policy_initializer.cc", 4140 "chromeos/policy/fake_device_cloud_policy_initializer.cc",
4141 "chromeos/policy/fake_device_cloud_policy_initializer.h", 4141 "chromeos/policy/fake_device_cloud_policy_initializer.h",
4142 "chromeos/policy/fake_device_cloud_policy_manager.cc", 4142 "chromeos/policy/fake_device_cloud_policy_manager.cc",
4143 "chromeos/policy/fake_device_cloud_policy_manager.h", 4143 "chromeos/policy/fake_device_cloud_policy_manager.h",
4144 "chromeos/policy/stub_enterprise_install_attributes.cc",
4145 "chromeos/policy/stub_enterprise_install_attributes.h",
4146 "chromeos/settings/device_settings_test_helper.cc", 4144 "chromeos/settings/device_settings_test_helper.cc",
4147 "chromeos/settings/device_settings_test_helper.h", 4145 "chromeos/settings/device_settings_test_helper.h",
4146 "chromeos/settings/stub_install_attributes.cc",
4147 "chromeos/settings/stub_install_attributes.h",
4148 ] 4148 ]
4149 configs += [ "//build/config/linux/dbus" ] 4149 configs += [ "//build/config/linux/dbus" ]
4150 deps += [ "//chromeos:test_support" ] 4150 deps += [ "//chromeos:test_support" ]
4151 } 4151 }
4152 4152
4153 if (enable_configuration_policy) { 4153 if (enable_configuration_policy) {
4154 sources += [ 4154 sources += [
4155 "policy/test/local_policy_test_server.cc", 4155 "policy/test/local_policy_test_server.cc",
4156 "policy/test/local_policy_test_server.h", 4156 "policy/test/local_policy_test_server.h",
4157 ] 4157 ]
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
4270 # linking all of the test support. 4270 # linking all of the test support.
4271 static_library("pepper_cdm_test_constants") { 4271 static_library("pepper_cdm_test_constants") {
4272 testonly = true 4272 testonly = true
4273 visibility = [ "//chrome/*" ] 4273 visibility = [ "//chrome/*" ]
4274 sources = [ 4274 sources = [
4275 "media/pepper_cdm_test_constants.cc", 4275 "media/pepper_cdm_test_constants.cc",
4276 "media/pepper_cdm_test_constants.h", 4276 "media/pepper_cdm_test_constants.h",
4277 ] 4277 ]
4278 } 4278 }
4279 } 4279 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698