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

Unified Diff: base/base.gypi

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Go back to gn/ninja solution. Remove instances of dont_use_build_metadata. 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 36730af02b82ab14c61dc453b5b2d5716a998899..7791b45d0c91a8017f68089da1d1561bd5cf76e2 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -771,7 +771,7 @@
'win/windows_version.h',
'win/wrapped_window_proc.cc',
'win/wrapped_window_proc.h',
- '<@(trace_event_sources)',
+ '<@(trace_event_sources)'
M-A Ruel 2016/02/09 00:14:13 Skip this file from this change.
Zachary Forman 2016/02/09 00:47:18 Oops - corrected.
],
'defines': [
'BASE_IMPLEMENTATION',

Powered by Google App Engine
This is Rietveld 408576698