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

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

Issue 610703002: Link VPX into GN build more. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « content/test/BUILD.gn ('k') | no next file » | 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 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
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
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698