Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 Google Inc. | |
| 2 | |
| 3 // Use of this source code is governed by a BSD-style license that can be | |
| 4 // found in the LICENSE file. | |
| 5 | |
| 6 // This file does nothing. There are files in the external giflib that include | |
| 7 // <unistd.h>. This file exists so that the include does not fail on Windows. | |
| OLD | NEW |