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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix 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/it2me/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("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
7 8
8 group("all_tests") { 9 group("all_tests") {
9 testonly = true 10 testonly = true
10 11
11 deps = [ 12 deps = [
12 ":unit_tests", 13 ":unit_tests",
13 ] 14 ]
14 } 15 }
15 16
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 group("remoting_me2me_host_archive") { 845 group("remoting_me2me_host_archive") {
845 deps = [ 846 deps = [
846 "//remoting/host/installer/mac:remoting_me2me_host_archive", 847 "//remoting/host/installer/mac:remoting_me2me_host_archive",
847 ] 848 ]
848 } 849 }
849 } else { 850 } else {
850 group("remoting_me2me_host_archive") { 851 group("remoting_me2me_host_archive") {
851 } 852 }
852 } 853 }
853 } 854 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698