summaryrefslogtreecommitdiff
path: root/chromium/remoting/ios/facade
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 13:57:45 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-19 13:44:40 +0000
commit6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch)
treeb87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/remoting/ios/facade
parentec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff)
downloadqtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/remoting/ios/facade')
-rw-r--r--chromium/remoting/ios/facade/BUILD.gn30
1 files changed, 30 insertions, 0 deletions
diff --git a/chromium/remoting/ios/facade/BUILD.gn b/chromium/remoting/ios/facade/BUILD.gn
new file mode 100644
index 00000000000..bbc9b1c0fdf
--- /dev/null
+++ b/chromium/remoting/ios/facade/BUILD.gn
@@ -0,0 +1,30 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/chrome_build.gni")
+import("//build/config/ios/rules.gni")
+import("//remoting/build/config/remoting_build.gni")
+
+source_set("facade") {
+ sources = [
+ "host_info.cc",
+ "host_info.h",
+ "host_list_fetcher.cc",
+ "host_list_fetcher.h",
+ "ios_client_runtime_delegate.h",
+ "ios_client_runtime_delegate.mm",
+ "remoting_authentication.h",
+ "remoting_authentication.mm",
+ "remoting_service.h",
+ "remoting_service.mm",
+ ]
+
+ deps = [
+ "//base",
+ "//remoting/base:authorization",
+ "//remoting/ios/domain",
+ ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+}