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

Side by Side Diff: remoting/BUILD.gn

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Fix build. Created 3 years, 7 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 | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/client/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//remoting/build/config/remoting_build.gni") 6 import("//remoting/build/config/remoting_build.gni")
7 7
8 group("remoting_all") { 8 group("remoting_all") {
9 testonly = true 9 testonly = true
10 10
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 ] 147 ]
148 148
149 deps = [ 149 deps = [
150 ":test_support", 150 ":test_support",
151 "//base", 151 "//base",
152 "//base/test:test_support", 152 "//base/test:test_support",
153 "//google_apis", 153 "//google_apis",
154 "//remoting/base:unit_tests", 154 "//remoting/base:unit_tests",
155 "//remoting/client:unit_tests", 155 "//remoting/client:unit_tests",
156 "//remoting/client/display:unit_tests", 156 "//remoting/client/display:unit_tests",
157 "//remoting/client/input:unit_tests",
157 "//remoting/client/ui:unit_tests", 158 "//remoting/client/ui:unit_tests",
158 "//remoting/protocol:unit_tests", 159 "//remoting/protocol:unit_tests",
159 "//remoting/signaling:unit_tests", 160 "//remoting/signaling:unit_tests",
160 "//remoting/test:unit_tests", 161 "//remoting/test:unit_tests",
161 "//testing/gmock", 162 "//testing/gmock",
162 "//testing/gtest", 163 "//testing/gtest",
163 ] 164 ]
164 165
165 if (enable_remoting_host) { 166 if (enable_remoting_host) {
166 deps += [ 167 deps += [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 if (is_win) { 223 if (is_win) {
223 defines += [ "_ALT_NO_EXCEPTIONS" ] 224 defines += [ "_ALT_NO_EXCEPTIONS" ]
224 225
225 libs += [ 226 libs += [
226 "rpcrt4.lib", 227 "rpcrt4.lib",
227 "wtsapi32.lib", 228 "wtsapi32.lib",
228 ] 229 ]
229 } 230 }
230 } 231 }
231 } 232 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698