blob: 0b9998610117c2878f1a8b6da2fa86f444ed7cc6 [file] [log] [blame]
btolsch9d6900c2018-05-30 18:22:53 -07001# 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
5source_set("platform") {
6 deps = [ "base" ]
btolsch5292c942018-07-26 00:06:22 -07007
8 if (target_os == "linux") {
9 deps += [ "linux" ]
10 }
btolsch9d6900c2018-05-30 18:22:53 -070011}