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

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

Issue 2365213002: Remove content dependency from remoting/host (Closed)
Patch Set: . Created 4 years, 2 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/host/chromoting_messages.h » ('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("//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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 configs += [ 295 configs += [
296 "//build/config/compiler:wexit_time_destructors", 296 "//build/config/compiler:wexit_time_destructors",
297 "//remoting/build/config:version", 297 "//remoting/build/config:version",
298 ] 298 ]
299 299
300 defines = [ "WEBRTC_CHROMIUM_BUILD" ] 300 defines = [ "WEBRTC_CHROMIUM_BUILD" ]
301 301
302 deps = [ 302 deps = [
303 "//base:i18n", 303 "//base:i18n",
304 "//components/policy/core/common", 304 "//components/policy/core/common",
305 "//content/public/common",
306 "//crypto", 305 "//crypto",
307 "//device/power_save_blocker", 306 "//device/power_save_blocker",
308 "//google_apis", 307 "//google_apis",
309 "//ipc", 308 "//ipc",
310 "//remoting/base", 309 "//remoting/base",
311 "//remoting/host/security_key", 310 "//remoting/host/security_key",
312 "//remoting/protocol", 311 "//remoting/protocol",
313 "//remoting/resources", 312 "//remoting/resources",
314 "//ui/base", 313 "//ui/base",
315 "//ui/events:dom_keycode_converter", 314 "//ui/events:dom_keycode_converter",
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 "mac/me2me_preference_pane_disable.xib", 1368 "mac/me2me_preference_pane_disable.xib",
1370 1369
1371 #"mac/me2me_preference_pane-Info.plist", 1370 #"mac/me2me_preference_pane-Info.plist",
1372 ] 1371 ]
1373 } 1372 }
1374 } else { 1373 } else {
1375 group("remoting_me2me_host_archive") { 1374 group("remoting_me2me_host_archive") {
1376 } 1375 }
1377 } 1376 }
1378 } 1377 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/chromoting_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698