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

Side by Side Diff: remoting/host/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 | « remoting/BUILD.gn ('k') | remoting/host/win/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/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "//remoting/host/security_key", 318 "//remoting/host/security_key",
319 "//remoting/protocol", 319 "//remoting/protocol",
320 "//remoting/resources", 320 "//remoting/resources",
321 "//ui/base", 321 "//ui/base",
322 "//ui/events:dom_keycode_converter", 322 "//ui/events:dom_keycode_converter",
323 "//ui/events/platform", 323 "//ui/events/platform",
324 ] 324 ]
325 325
326 public_deps = [] 326 public_deps = []
327 327
328 if (enable_configuration_policy) { 328 if (!is_ios) {
329 deps += [ "//components/policy:generated" ] 329 deps += [ "//components/policy:generated" ]
330 } 330 }
331 331
332 if (is_linux && !is_chromeos) { 332 if (is_linux && !is_chromeos) {
333 libs += [ "pam" ] 333 libs += [ "pam" ]
334 } 334 }
335 335
336 if (use_x11) { 336 if (use_x11) {
337 configs += [ 337 configs += [
338 "//build/config/linux:x11", 338 "//build/config/linux:x11",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "//remoting/proto", 560 "//remoting/proto",
561 "//remoting/resources", 561 "//remoting/resources",
562 "//skia", 562 "//skia",
563 "//testing/gmock", 563 "//testing/gmock",
564 "//testing/gtest", 564 "//testing/gtest",
565 ] 565 ]
566 if (is_win) { 566 if (is_win) {
567 deps += [ "//remoting/host/win:unit_tests" ] 567 deps += [ "//remoting/host/win:unit_tests" ]
568 } 568 }
569 569
570 if (enable_configuration_policy) { 570 if (!is_ios) {
571 deps += [ "//components/policy/core/browser:test_support" ] 571 deps += [ "//components/policy/core/browser:test_support" ]
572 } 572 }
573 } 573 }
574 574
575 group("remoting_host_branded") { 575 group("remoting_host_branded") {
576 testonly = true 576 testonly = true
577 deps = [] 577 deps = []
578 if (enable_remoting_host) { 578 if (enable_remoting_host) {
579 deps += [ ":remoting_host_installation" ] 579 deps += [ ":remoting_host_installation" ]
580 } 580 }
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 "//base", 730 "//base",
731 "//base:i18n", 731 "//base:i18n",
732 "//components/policy/core/common", 732 "//components/policy/core/common",
733 "//net", 733 "//net",
734 "//remoting/base", 734 "//remoting/base",
735 "//remoting/host", 735 "//remoting/host",
736 "//remoting/proto", 736 "//remoting/proto",
737 "//third_party/webrtc/modules/desktop_capture", 737 "//third_party/webrtc/modules/desktop_capture",
738 ] 738 ]
739 739
740 if (enable_configuration_policy) { 740 if (!is_ios) {
741 deps += [ "//components/policy:generated" ] 741 deps += [ "//components/policy:generated" ]
742 } 742 }
743 743
744 if (enable_webrtc) { 744 if (enable_webrtc) {
745 deps += [ 745 deps += [
746 "//third_party/libjingle/webrtc:libjingle_webrtc", 746 "//third_party/libjingle/webrtc:libjingle_webrtc",
747 "//third_party/webrtc/libjingle/xmllite", 747 "//third_party/webrtc/libjingle/xmllite",
748 "//third_party/webrtc/libjingle/xmpp", 748 "//third_party/webrtc/libjingle/xmpp",
749 ] 749 ]
750 } 750 }
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 group("remoting_me2me_host_archive") { 838 group("remoting_me2me_host_archive") {
839 deps = [ 839 deps = [
840 "//remoting/host/installer/mac:remoting_me2me_host_archive", 840 "//remoting/host/installer/mac:remoting_me2me_host_archive",
841 ] 841 ]
842 } 842 }
843 } else { 843 } else {
844 group("remoting_me2me_host_archive") { 844 group("remoting_me2me_host_archive") {
845 } 845 }
846 } 846 }
847 } 847 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698