summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 22:53:02 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 22:53:02 +0000
commit79440c5ed48b25cce5edce8c23a3b7722f78ae8d (patch)
tree416a2a688d996243d8ece6ee83ebfeae0bb8da69 /chrome/chrome_common.gypi
parentcff72ba9217b1cdc83d4977f572a74a7b2d7de48 (diff)
downloadchromium_src-79440c5ed48b25cce5edce8c23a3b7722f78ae8d.zip
chromium_src-79440c5ed48b25cce5edce8c23a3b7722f78ae8d.tar.gz
chromium_src-79440c5ed48b25cce5edce8c23a3b7722f78ae8d.tar.bz2
Fix official build, try 3.
posix_version generates a header. To get linking dependencies right, we must set a flag http://code.google.com/p/gyp/wiki/InputFormatReference#Linking_Dependencies that means "this really must be built before things that depend on it". Review URL: http://codereview.chromium.org/3274003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 991278a..17eea30 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -334,6 +334,9 @@
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
],
+ # Because posix_version generates a header, we must set the
+ # hard_dependency flag.
+ 'hard_dependency': 1,
'actions': [
{
'action_name': 'posix_version',