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

Unified Diff: base/base_nacl.gyp

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to #96 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
« no previous file with comments | « base/base.gyp ('k') | base/build_time.h » ('j') | build/config/posix/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_nacl.gyp
diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
index 675cbd6ebc4cec6ee7edfbf01f225fd8c37e7c5d..27135650668613b71d814ca222eaf1b0e663ffbc 100644
--- a/base/base_nacl.gyp
+++ b/base/base_nacl.gyp
@@ -41,6 +41,7 @@
},
'dependencies': [
'base.gyp:base_debugging_flags',
+ 'base.gyp:base_build_date',
],
},
{
@@ -63,6 +64,7 @@
],
},
'dependencies': [
+ 'base.gyp:base_build_date',
'../third_party/icu/icu_nacl.gyp:icudata_nacl',
'../third_party/icu/icu_nacl.gyp:icui18n_nacl',
'../third_party/icu/icu_nacl.gyp:icuuc_nacl',
@@ -118,6 +120,7 @@
],
'dependencies': [
'base.gyp:base_debugging_flags',
+ 'base.gyp:base_build_date',
'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
],
},
@@ -141,6 +144,7 @@
],
},
'dependencies': [
+ 'base.gyp:base_build_date',
'base_nacl_nonsfi',
'../testing/gtest_nacl.gyp:gtest_nacl',
],
« no previous file with comments | « base/base.gyp ('k') | base/build_time.h » ('j') | build/config/posix/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698