OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2016 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 #ifndef BUILD_DATE | |
6 #error BUILD_DATE must be defined by bootstrap.py | |
tfarina
2016/02/14 20:10:59
Why do we need this file? It is not clear to me, m
NGG
2016/02/15 13:06:16
Done.
| |
7 #endif // BUILD_DATE | |
OLD | NEW |