diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 23:00:20 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-20 23:00:20 +0000 |
commit | 5b5ca7cb9e35732577c335a1ec3eaa7833224b2e (patch) | |
tree | 66d06c6862c924cc06f13cb9d04f76ec3da6ec77 /DEPS | |
parent | 832bbe3fb192a5b36cfafd3488f6dff11a7d09e5 (diff) | |
download | chromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.zip chromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.tar.gz chromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.tar.bz2 |
Pulling in new gyp version.
Switching two includes in common.gypi to msvs_system_include_dirs.
This will force them to the back of the include order (which matches
where the non-hermetic copies of these libraries would be).
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/155812
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@552", + "http://gyp.googlecode.com/svn/trunk@553", "src/v8": "http://v8.googlecode.com/svn/branches/1.2@2507", |