blob: def2420770ab7c9601c9a6823a722928b13d744a [file] [log] [blame]
Alex Vakulenko664af902015-02-11 15:33:12 -08001// Copyright 2015 The Chromium OS 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// This file is left empty deliberately to work around some dependency
6// generation in GYP. In GYP for custom actions to run properly, the 'sources'
7// section must contain at least one recognizable source file. Since libwebserv
8// inherits all its source from libwebserv_common target and has no additional
9// C++ source files, this file is used for this purpose, even though it doesn't
10// produce any compiled code.