Index: chrome/common_constants.gyp |
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp |
index 134878ea22c8cef373885c55c398a0a40d6be6d3..c69a07573760cf2351749db276a439a654718113 100644 |
--- a/chrome/common_constants.gyp |
+++ b/chrome/common_constants.gyp |
@@ -72,6 +72,7 @@ |
# GN version: //chrome/common:constants |
'target_name': 'common_constants', |
'type': 'static_library', |
+ 'hard_dependency': 1, # Because of transitive dep on version_header. |
'sources': [ |
'<@(common_constants_sources)' |
], |