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

Side by Side Diff: remoting/host/it2me/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/host/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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//media/media_options.gni")
6 import("//remoting/remoting_enable.gni") 7 import("//remoting/remoting_enable.gni")
7 import("//remoting/remoting_locales.gni") 8 import("//remoting/remoting_locales.gni")
8 import("//remoting/remoting_version.gni") 9 import("//remoting/remoting_version.gni")
9 10
10 if (is_win) { 11 if (is_win) {
11 import("//remoting/host/predefines_win.gni") 12 import("//remoting/host/predefines_win.gni")
12 } 13 }
13 if (is_mac) { 14 if (is_mac) {
14 import("//build/config/mac/rules.gni") 15 import("//build/config/mac/rules.gni")
15 import("//third_party/icu/config.gni") 16 import("//third_party/icu/config.gni")
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 if (is_desktop_linux) { 236 if (is_desktop_linux) {
236 if (use_gtk3) { 237 if (use_gtk3) {
237 deps += [ "//build/config/linux/gtk3" ] 238 deps += [ "//build/config/linux/gtk3" ]
238 } else { 239 } else {
239 deps += [ "//build/config/linux/gtk2" ] 240 deps += [ "//build/config/linux/gtk2" ]
240 } 241 }
241 } 242 }
242 } 243 }
243 } 244 }
244 } 245 }
OLDNEW
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698