| Alex Vakulenko | 664af90 | 2015-02-11 15:33:12 -0800 | [diff] [blame] | 1 | // 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. |