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

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

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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/BUILD.gn ('k') | remoting/host/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("//build/config/features.gni")
5 import("//remoting/remoting_srcs.gni") 6 import("//remoting/remoting_srcs.gni")
6 7
7 source_set("base") { 8 source_set("base") {
8 sources = rebase_path(remoting_srcs_gypi_values.remoting_base_sources, 9 sources = rebase_path(remoting_srcs_gypi_values.remoting_base_sources,
9 ".", 10 ".",
10 "//remoting") 11 "//remoting")
11 12
12 configs += [ "//build/config/compiler:wexit_time_destructors" ] 13 configs += [ "//build/config/compiler:wexit_time_destructors" ]
13 14
14 public_deps = [ 15 public_deps = [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ":base", 75 ":base",
75 ":breakpad", 76 ":breakpad",
76 "//base", 77 "//base",
77 "//net:test_support", 78 "//net:test_support",
78 "//testing/gmock", 79 "//testing/gmock",
79 "//testing/gtest", 80 "//testing/gtest",
80 "//third_party/libyuv", 81 "//third_party/libyuv",
81 "//third_party/webrtc/modules/desktop_capture", 82 "//third_party/webrtc/modules/desktop_capture",
82 ] 83 ]
83 84
84 if (is_win || is_mac || is_chromeos) { 85 if (is_win || is_mac || use_cros_fe) {
85 deps += [ "//breakpad:client" ] 86 deps += [ "//breakpad:client" ]
86 } 87 }
87 88
88 if (is_win) { 89 if (is_win) {
89 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc. 90 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc.
90 } 91 }
91 } 92 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698