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

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

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: Created 5 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
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_srcs.gni") 5 import("//remoting/remoting_srcs.gni")
6 6
7 source_set("base") { 7 source_set("base") {
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_base_sources, 8 sources = rebase_path(remoting_srcs_gypi_values.remoting_base_sources,
9 ".", 9 ".",
10 "//remoting") 10 "//remoting")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//testing/gmock", 77 "//testing/gmock",
78 "//testing/gtest", 78 "//testing/gtest",
79 "//third_party/libyuv", 79 "//third_party/libyuv",
80 "//third_party/webrtc/modules/desktop_capture", 80 "//third_party/webrtc/modules/desktop_capture",
81 ] 81 ]
82 82
83 if (is_win || is_mac || is_chromeos) { 83 if (is_win || is_mac || is_chromeos) {
84 sources += [ "resources_unittest.cc" ] 84 sources += [ "resources_unittest.cc" ]
85 deps += [ "//breakpad:client" ] 85 deps += [ "//breakpad:client" ]
86 } 86 }
87
88 if (is_win) {
89 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc.
90 }
87 } 91 }
OLDNEW
« media/midi/usb_midi_export.h ('K') | « media/midi/usb_midi_output_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698