Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Side by Side Diff: tools/gn/bootstrap/base/generated_build_date.h

Issue 1692303004: Update GN bootstrap build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add description to generated_build_date.h Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « AUTHORS ('k') | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
tfarina 2016/02/16 14:47:05 Btw, how come build_date.cc is seeing this file in
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // When building Chromium with GN, this file is generated by
6 // the //base:build_date action and it contains an approximate build date.
7 // For GN bootstrapping we still need this file to be available
8 // because it is included from base/build_time.cc, but the actual
9 // BUILD_DATE define is given as a compiler option set by bootstrap.py.
10 #ifndef BUILD_DATE
11 #error BUILD_DATE must be defined by bootstrap.py
12 #endif // BUILD_DATE
OLDNEW
« no previous file with comments | « AUTHORS ('k') | tools/gn/bootstrap/bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698