btolsch | 9d6900c | 2018-05-30 18:22:53 -0700 | [diff] [blame] | 1 | # Copyright 2018 The Chromium Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | source_set("platform") { | ||||
6 | deps = [ "base" ] | ||||
btolsch | 5292c94 | 2018-07-26 00:06:22 -0700 | [diff] [blame^] | 7 | |
8 | if (target_os == "linux") { | ||||
9 | deps += [ "linux" ] | ||||
10 | } | ||||
btolsch | 9d6900c | 2018-05-30 18:22:53 -0700 | [diff] [blame] | 11 | } |