OLD | NEW |
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 static_library("base") { | 5 static_library("base") { |
6 sources = [ | 6 sources = [ |
7 "auth_token_util.cc", | 7 "auth_token_util.cc", |
8 "auth_token_util.h", | 8 "auth_token_util.h", |
9 "auto_thread.cc", | 9 "auto_thread.cc", |
10 "auto_thread.h", | 10 "auto_thread.h", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "//base", | 71 "//base", |
72 "//net", | 72 "//net", |
73 "//remoting/proto", | 73 "//remoting/proto", |
74 "//third_party/protobuf:protobuf_lite", | 74 "//third_party/protobuf:protobuf_lite", |
75 ] | 75 ] |
76 deps = [ | 76 deps = [ |
77 "//base/third_party/dynamic_annotations", | 77 "//base/third_party/dynamic_annotations", |
78 "//media", | 78 "//media", |
79 "//media:shared_memory_support", | 79 "//media:shared_memory_support", |
80 "//remoting/resources", | 80 "//remoting/resources", |
81 #"//third_party/libvpx", TODO(GYP) | 81 "//third_party/libvpx", |
82 "//third_party/libyuv", | 82 "//third_party/libyuv", |
83 "//third_party/opus", | 83 "//third_party/opus", |
84 "//third_party/webrtc/modules/desktop_capture", | 84 "//third_party/webrtc/modules/desktop_capture", |
85 "//ui/base", | 85 "//ui/base", |
86 "//ui/gfx", | 86 "//ui/gfx", |
87 "//ui/gfx/geometry", | 87 "//ui/gfx/geometry", |
88 ] | 88 ] |
89 | |
90 } | 89 } |
91 | 90 |
OLD | NEW |