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

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

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 years, 3 months 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 | « extensions/shell/BUILD.gn ('k') | ui/chromeos/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("//remoting/remoting_enable.gni") 6 import("//remoting/remoting_enable.gni")
7 import("//remoting/remoting_srcs.gni") 7 import("//remoting/remoting_srcs.gni")
8 import("//remoting/remoting_locales.gni") 8 import("//remoting/remoting_locales.gni")
9 import("//remoting/remoting_version.gni") 9 import("//remoting/remoting_version.gni")
10 10
(...skipping 18 matching lines...) Expand all
29 ] 29 ]
30 } 30 }
31 31
32 configs += [ 32 configs += [
33 "//build/config/compiler:wexit_time_destructors", 33 "//build/config/compiler:wexit_time_destructors",
34 "//remoting:version", 34 "//remoting:version",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 "//base:i18n", 38 "//base:i18n",
39 "//net:net", 39 "//net",
40 "//remoting/base", 40 "//remoting/base",
41 "//remoting/host", 41 "//remoting/host",
42 "//remoting/protocol", 42 "//remoting/protocol",
43 "//remoting/resources", 43 "//remoting/resources",
44 ] 44 ]
45 } 45 }
46 46
47 if (!is_chromeos && !is_android && enable_remoting_host) { 47 if (!is_chromeos && !is_android && enable_remoting_host) {
48 if (is_win) { 48 if (is_win) {
49 # GYP version: 49 # GYP version:
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 if (enable_webrtc) { 174 if (enable_webrtc) {
175 deps += [ "//third_party/libjingle:libjingle_webrtc" ] 175 deps += [ "//third_party/libjingle:libjingle_webrtc" ]
176 } 176 }
177 177
178 if (is_desktop_linux) { 178 if (is_desktop_linux) {
179 deps += [ "//build/config/linux/gtk2" ] 179 deps += [ "//build/config/linux/gtk2" ]
180 } 180 }
181 } 181 }
182 } 182 }
183 } 183 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698