diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 05:40:06 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 05:40:06 +0000 |
commit | 61161fdc716423ae44471cb08893977a8ed995ae (patch) | |
tree | 7e15efa48ae620addf6bfd7966835b99d1600022 /sync/DEPS | |
parent | 9874e3fbb370cab52617c2d4dd64340d75a9c8b2 (diff) | |
download | chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.zip chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.gz chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.bz2 |
sync: add Google API Key to all ClientToServerMessages.
Also move setting of "must have" sync fields to PostClientToServerMessage (from DownloadUpdatesCommand & BuildCommitCommand).
Needed for M23 branch.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10916276
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/DEPS')
-rw-r--r-- | sync/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ include_rules = [ # to test. "+base", "+build", + "+google_apis", "+testing", # Force subdirectories to explicitly define DEPS. |