summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authoralbertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 19:33:52 +0000
committeralbertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-10 19:33:52 +0000
commita1f6f1f5482198c0c3388fa6ee61875c71dd82fa (patch)
tree699dca65fc7ac99232379dfeda868a2015879896 /chrome/chrome.gyp
parent68ed08ac3f45b05edb93c9a0811457f0b5c152cb (diff)
downloadchromium_src-a1f6f1f5482198c0c3388fa6ee61875c71dd82fa.zip
chromium_src-a1f6f1f5482198c0c3388fa6ee61875c71dd82fa.tar.gz
chromium_src-a1f6f1f5482198c0c3388fa6ee61875c71dd82fa.tar.bz2
Fill in the preference sync TODOs using the preference specifics proto and
client tags. BUG=32409 TEST=none Review URL: http://codereview.chromium.org/593029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b0a1a76..4757960 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -719,6 +719,11 @@
'../third_party/protobuf2/protobuf.gyp:protobuf_lite',
'../third_party/protobuf2/protobuf.gyp:protoc#host',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(protoc_out_dir)',
+ ]
+ },
'export_dependent_settings': [
'../third_party/protobuf2/protobuf.gyp:protobuf_lite',
],