| OLD | NEW |
| 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("//remoting/build/config/remoting_build.gni") | 6 import("//remoting/build/config/remoting_build.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 | 737 |
| 738 configs += [ | 738 configs += [ |
| 739 "//remoting/build/config:version", | 739 "//remoting/build/config:version", |
| 740 "//remoting/build/config:remoting_me2me_host", | 740 "//remoting/build/config:remoting_me2me_host", |
| 741 ] | 741 ] |
| 742 | 742 |
| 743 deps = [ | 743 deps = [ |
| 744 "//base", | 744 "//base", |
| 745 "//base:i18n", | 745 "//base:i18n", |
| 746 "//components/policy/core/common", | 746 "//components/policy/core/common", |
| 747 "//mojo/edk/system", |
| 747 "//net", | 748 "//net", |
| 748 "//remoting/base", | 749 "//remoting/base", |
| 749 "//remoting/host", | 750 "//remoting/host", |
| 750 "//remoting/proto", | 751 "//remoting/proto", |
| 751 "//third_party/webrtc/modules/desktop_capture", | 752 "//third_party/webrtc/modules/desktop_capture", |
| 752 ] | 753 ] |
| 753 | 754 |
| 754 if (enable_configuration_policy) { | 755 if (enable_configuration_policy) { |
| 755 deps += [ "//components/policy:generated" ] | 756 deps += [ "//components/policy:generated" ] |
| 756 } | 757 } |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1376 "mac/me2me_preference_pane_disable.xib", | 1377 "mac/me2me_preference_pane_disable.xib", |
| 1377 | 1378 |
| 1378 #"mac/me2me_preference_pane-Info.plist", | 1379 #"mac/me2me_preference_pane-Info.plist", |
| 1379 ] | 1380 ] |
| 1380 } | 1381 } |
| 1381 } else { | 1382 } else { |
| 1382 group("remoting_me2me_host_archive") { | 1383 group("remoting_me2me_host_archive") { |
| 1383 } | 1384 } |
| 1384 } | 1385 } |
| 1385 } | 1386 } |
| OLD | NEW |