summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 18:29:47 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-15 18:29:47 +0000
commit9118e6bce4bf3b5643a7cc4a64e63d697f3ee05b (patch)
tree6a9ce6813e55e5aa5b0f66314f5dfbb6012da5b4 /o3d
parent94ab2ad56ffee23d84e6c5b89c40a42158241b78 (diff)
downloadchromium_src-9118e6bce4bf3b5643a7cc4a64e63d697f3ee05b.zip
chromium_src-9118e6bce4bf3b5643a7cc4a64e63d697f3ee05b.tar.gz
chromium_src-9118e6bce4bf3b5643a7cc4a64e63d697f3ee05b.tar.bz2
Adding hard_dependency to cg_libs, to make sure the copy happens before the
link stage. BUG=None TEST=None TBR=gspencer Review URL: http://codereview.chromium.org/273067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/build/libs.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp
index 19f8282..76d1043 100644
--- a/o3d/build/libs.gyp
+++ b/o3d/build/libs.gyp
@@ -64,6 +64,7 @@
{
'target_name': 'cg_libs',
'type': 'none',
+ 'hard_dependency': 1,
'direct_dependent_settings': {
'include_dirs': [
'../../<(cgdir)/include',