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

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

Issue 533743004: Fix Chrome linker errors in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/base/BUILD.gn ('k') | remoting/client/plugin/BUILD.gn » ('j') | 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 import("//remoting/remoting_version.gni") 5 import("//remoting/remoting_version.gni")
6 6
7 static_library("client") { 7 static_library("client") {
8 sources = [ 8 sources = [
9 "audio_decode_scheduler.cc", 9 "audio_decode_scheduler.cc",
10 "audio_decode_scheduler.h", 10 "audio_decode_scheduler.h",
(...skipping 17 matching lines...) Expand all
28 "server_log_entry_client.cc", 28 "server_log_entry_client.cc",
29 "server_log_entry_client.h", 29 "server_log_entry_client.h",
30 "software_video_renderer.cc", 30 "software_video_renderer.cc",
31 "software_video_renderer.h", 31 "software_video_renderer.h",
32 "token_fetcher_proxy.cc", 32 "token_fetcher_proxy.cc",
33 "token_fetcher_proxy.h", 33 "token_fetcher_proxy.h",
34 "video_renderer.h", 34 "video_renderer.h",
35 ] 35 ]
36 36
37 configs += [ "//build/config/compiler:wexit_time_destructors" ] 37 configs += [ "//build/config/compiler:wexit_time_destructors" ]
38 # TODO(GYP) Remove when WebRTC is converted.
39 configs += [ "//content:webrtc_stub_config" ]
40 38
41 defines = [ "VERSION=$version_full" ] 39 defines = [ "VERSION=$version_full" ]
42 40
43 deps = [ 41 deps = [
44 "//remoting/base", 42 "//remoting/base",
45 "//remoting/protocol", 43 "//remoting/protocol",
46 "//third_party/libyuv", 44 "//third_party/libyuv",
47 #"//third_party/webrtc/modules/desktop_capture", TODO(GYP) 45 "//third_party/webrtc/modules/desktop_capture",
48 "//third_party/libwebm", 46 "//third_party/libwebm",
49 ] 47 ]
50 } 48 }
OLDNEW
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/client/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698