diff options
author | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 19:33:52 +0000 |
---|---|---|
committer | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 19:33:52 +0000 |
commit | a1f6f1f5482198c0c3388fa6ee61875c71dd82fa (patch) | |
tree | 699dca65fc7ac99232379dfeda868a2015879896 /chrome/chrome.gyp | |
parent | 68ed08ac3f45b05edb93c9a0811457f0b5c152cb (diff) | |
download | chromium_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-x | chrome/chrome.gyp | 5 |
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', ], |