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

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

Issue 923773003: Revert of Remove dependency on content from remoting_host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//remoting/remoting_version.gni") 7 import("//remoting/remoting_version.gni")
8 8
9 static_library("host") { 9 static_library("host") {
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 sources -= [ 47 sources -= [
48 "clipboard_x11.cc", 48 "clipboard_x11.cc",
49 "linux/x_server_clipboard.cc", 49 "linux/x_server_clipboard.cc",
50 "linux/x_server_clipboard.h", 50 "linux/x_server_clipboard.h",
51 ] 51 ]
52 } 52 }
53 53
54 if (is_chromeos) { 54 if (is_chromeos) {
55 deps += [ 55 deps += [
56 "//cc", 56 "//cc",
57 "//content",
57 "//ppapi/host", 58 "//ppapi/host",
58 "//skia", 59 "//skia",
59 "//ui/aura", 60 "//ui/aura",
60 "//ui/compositor", 61 "//ui/compositor",
61 "//ui/events", 62 "//ui/events",
62 "//ui/views", 63 "//ui/views",
63 ] 64 ]
64 65
65 if (use_ash) { 66 if (use_ash) {
66 deps += [ "//ash" ] 67 deps += [ "//ash" ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 104
104 if (enable_webrtc) { 105 if (enable_webrtc) {
105 deps += [ 106 deps += [
106 "//third_party/libjingle:libpeerconnection", 107 "//third_party/libjingle:libpeerconnection",
107 "//third_party/webrtc/modules/desktop_capture", 108 "//third_party/webrtc/modules/desktop_capture",
108 ] 109 ]
109 110
110 sources += rebase_path(gypi_values.remoting_cast_sources, ".", "//remoting") 111 sources += rebase_path(gypi_values.remoting_cast_sources, ".", "//remoting")
111 } 112 }
112 } 113 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc ('k') | remoting/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698