summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authornoel@chromium.org <noel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 00:00:04 +0000
committernoel@chromium.org <noel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 00:00:04 +0000
commitade013b7db538338131f271b335b047fc63716e7 (patch)
tree98258676dc272abc552a4fb5219d49bfb1f09efc /third_party
parent3321f7eb0caa72edb2e74e11e2d65383ab0c06a8 (diff)
downloadchromium_src-ade013b7db538338131f271b335b047fc63716e7.zip
chromium_src-ade013b7db538338131f271b335b047fc63716e7.tar.gz
chromium_src-ade013b7db538338131f271b335b047fc63716e7.tar.bz2
Fully specify path to qcms include path.
BUG=None TEST=Right-click #include "qms.h" in VS2010 works. Review URL: http://codereview.chromium.org/10271005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/qcms/qcms.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index 3ad45b6..c03da9e 100644
--- a/third_party/qcms/qcms.gyp
+++ b/third_party/qcms/qcms.gyp
@@ -23,7 +23,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
- 'src',
+ './src',
],
},
'conditions': [