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

Side by Side Diff: remoting/client/ios/display/BUILD.gn

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. 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 | « remoting/client/ios/client_gestures.mm ('k') | remoting/client/ios/display/gl_demo_screen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 group("all") {
6 testonly = true
7
8 deps = [
9 ":display",
10 ]
11 }
12
13 group("all_test") {
14 testonly = true
15
16 deps = []
17 }
18
19 source_set("display") {
20 sources = [
21 "gl_demo_screen.h",
22 "gl_demo_screen.mm",
23 "gl_display_handler.h",
24 "gl_display_handler.mm",
25 ]
26
27 public_deps = [
28 "//remoting/client",
29 "//remoting/client/display",
30 "//third_party/webrtc/base:rtc_base_approved",
31 ]
32
33 deps = [
34 "//base",
35 ]
36
37 libs = [
38 "CoreGraphics.framework",
39 "GLKit.framework",
40 "OpenGLES.framework",
41 ]
42
43 configs += [ "//build/config/compiler:enable_arc" ]
44 }
OLDNEW
« no previous file with comments | « remoting/client/ios/client_gestures.mm ('k') | remoting/client/ios/display/gl_demo_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698