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

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

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge Created 4 years 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 | « build/config/features.gni ('k') | components/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 4044 matching lines...) Expand 10 before | Expand all | Expand 10 after
4055 } 4055 }
4056 4056
4057 if (is_win) { 4057 if (is_win) {
4058 static_library("chrome_process_finder") { 4058 static_library("chrome_process_finder") {
4059 sources = [ 4059 sources = [
4060 "win/chrome_process_finder.cc", 4060 "win/chrome_process_finder.cc",
4061 "win/chrome_process_finder.h", 4061 "win/chrome_process_finder.h",
4062 ] 4062 ]
4063 deps = [ 4063 deps = [
4064 "//base", 4064 "//base",
4065 "//chrome/browser/policy:path_parser",
4065 "//chrome/common:constants", 4066 "//chrome/common:constants",
4066 ] 4067 ]
4067 if (enable_configuration_policy) {
4068 deps += [ "//chrome/browser/policy:path_parser" ]
4069 }
4070 } 4068 }
4071 } 4069 }
4072 4070
4073 source_set("theme_properties") { 4071 source_set("theme_properties") {
4074 sources = [ 4072 sources = [
4075 "themes/theme_properties.h", 4073 "themes/theme_properties.h",
4076 ] 4074 ]
4077 } 4075 }
4078 4076
4079 proto_library("resource_prefetch_predictor_proto") { 4077 proto_library("resource_prefetch_predictor_proto") {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 "media/webrtc/fake_desktop_media_list.cc", 4182 "media/webrtc/fake_desktop_media_list.cc",
4185 "media/webrtc/fake_desktop_media_list.h", 4183 "media/webrtc/fake_desktop_media_list.h",
4186 "net/dns_probe_test_util.cc", 4184 "net/dns_probe_test_util.cc",
4187 "net/dns_probe_test_util.h", 4185 "net/dns_probe_test_util.h",
4188 "net/url_request_mock_util.cc", 4186 "net/url_request_mock_util.cc",
4189 "net/url_request_mock_util.h", 4187 "net/url_request_mock_util.h",
4190 "notifications/notification_test_util.cc", 4188 "notifications/notification_test_util.cc",
4191 "notifications/notification_test_util.h", 4189 "notifications/notification_test_util.h",
4192 "notifications/stub_notification_platform_bridge.cc", 4190 "notifications/stub_notification_platform_bridge.cc",
4193 "notifications/stub_notification_platform_bridge.h", 4191 "notifications/stub_notification_platform_bridge.h",
4192 "policy/test/local_policy_test_server.cc",
4193 "policy/test/local_policy_test_server.h",
4194 "search_engines/template_url_service_factory_test_util.cc", 4194 "search_engines/template_url_service_factory_test_util.cc",
4195 "search_engines/template_url_service_factory_test_util.h", 4195 "search_engines/template_url_service_factory_test_util.h",
4196 "search_engines/template_url_service_test_util.cc", 4196 "search_engines/template_url_service_test_util.cc",
4197 "search_engines/template_url_service_test_util.h", 4197 "search_engines/template_url_service_test_util.h",
4198 "signin/fake_account_fetcher_service_builder.cc", 4198 "signin/fake_account_fetcher_service_builder.cc",
4199 "signin/fake_account_fetcher_service_builder.h", 4199 "signin/fake_account_fetcher_service_builder.h",
4200 "signin/fake_gaia_cookie_manager_service_builder.cc", 4200 "signin/fake_gaia_cookie_manager_service_builder.cc",
4201 "signin/fake_gaia_cookie_manager_service_builder.h", 4201 "signin/fake_gaia_cookie_manager_service_builder.h",
4202 "signin/fake_profile_oauth2_token_service_builder.cc", 4202 "signin/fake_profile_oauth2_token_service_builder.cc",
4203 "signin/fake_profile_oauth2_token_service_builder.h", 4203 "signin/fake_profile_oauth2_token_service_builder.h",
(...skipping 22 matching lines...) Expand all
4226 ] 4226 ]
4227 deps = [ 4227 deps = [
4228 "//chrome/app/theme:theme_resources", 4228 "//chrome/app/theme:theme_resources",
4229 "//chrome/browser", 4229 "//chrome/browser",
4230 "//chrome/common", 4230 "//chrome/common",
4231 "//chrome/common/safe_browsing:proto", 4231 "//chrome/common/safe_browsing:proto",
4232 "//components/browser_sync:test_support", 4232 "//components/browser_sync:test_support",
4233 "//components/invalidation/impl", 4233 "//components/invalidation/impl",
4234 "//components/invalidation/impl:test_support", 4234 "//components/invalidation/impl:test_support",
4235 "//components/password_manager/core/browser:test_support", 4235 "//components/password_manager/core/browser:test_support",
4236 "//components/policy/core/browser:test_support",
4236 "//components/prefs:test_support", 4237 "//components/prefs:test_support",
4237 "//components/search_engines:test_support", 4238 "//components/search_engines:test_support",
4238 "//components/sessions:test_support", 4239 "//components/sessions:test_support",
4239 "//components/subresource_filter/core/browser:test_support", 4240 "//components/subresource_filter/core/browser:test_support",
4240 "//components/subresource_filter/core/common:test_support", 4241 "//components/subresource_filter/core/common:test_support",
4241 "//components/sync_preferences:test_support", 4242 "//components/sync_preferences:test_support",
4242 "//components/user_prefs/tracked:user_prefs_tracked_test_support", 4243 "//components/user_prefs/tracked:user_prefs_tracked_test_support",
4243 "//content/test:test_support", 4244 "//content/test:test_support",
4244 "//google_apis:test_support", 4245 "//google_apis:test_support",
4245 "//net:test_support", 4246 "//net:test_support",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
4324 "chromeos/policy/fake_device_cloud_policy_manager.h", 4325 "chromeos/policy/fake_device_cloud_policy_manager.h",
4325 "chromeos/settings/device_settings_test_helper.cc", 4326 "chromeos/settings/device_settings_test_helper.cc",
4326 "chromeos/settings/device_settings_test_helper.h", 4327 "chromeos/settings/device_settings_test_helper.h",
4327 "chromeos/settings/stub_install_attributes.cc", 4328 "chromeos/settings/stub_install_attributes.cc",
4328 "chromeos/settings/stub_install_attributes.h", 4329 "chromeos/settings/stub_install_attributes.h",
4329 ] 4330 ]
4330 configs += [ "//build/config/linux/dbus" ] 4331 configs += [ "//build/config/linux/dbus" ]
4331 deps += [ "//chromeos:test_support" ] 4332 deps += [ "//chromeos:test_support" ]
4332 } 4333 }
4333 4334
4334 if (enable_configuration_policy) {
4335 sources += [
4336 "policy/test/local_policy_test_server.cc",
4337 "policy/test/local_policy_test_server.h",
4338 ]
4339 public_deps += [ "//components/policy/core/browser:test_support" ]
4340 }
4341
4342 if (safe_browsing_mode == 1) { 4335 if (safe_browsing_mode == 1) {
4343 sources += [ 4336 sources += [
4344 "extensions/fake_safe_browsing_database_manager.cc", 4337 "extensions/fake_safe_browsing_database_manager.cc",
4345 "extensions/fake_safe_browsing_database_manager.h", 4338 "extensions/fake_safe_browsing_database_manager.h",
4346 ] 4339 ]
4347 } 4340 }
4348 4341
4349 if (enable_extensions) { 4342 if (enable_extensions) {
4350 sources += [ 4343 sources += [
4351 "extensions/api/messaging/native_messaging_test_util.cc", 4344 "extensions/api/messaging/native_messaging_test_util.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 # linking all of the test support. 4444 # linking all of the test support.
4452 static_library("pepper_cdm_test_constants") { 4445 static_library("pepper_cdm_test_constants") {
4453 testonly = true 4446 testonly = true
4454 visibility = [ "//chrome/*" ] 4447 visibility = [ "//chrome/*" ]
4455 sources = [ 4448 sources = [
4456 "media/pepper_cdm_test_constants.cc", 4449 "media/pepper_cdm_test_constants.cc",
4457 "media/pepper_cdm_test_constants.h", 4450 "media/pepper_cdm_test_constants.h",
4458 ] 4451 ]
4459 } 4452 }
4460 } 4453 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698