0
Files
src/sdch
ymzhang 6d2d654291 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
We are adding COMPONENT/TEAM information into OWNERS file. Please help us to
verify the added TEAM/COMPONENT or suggest the correct TEAM/COMPONENT in your
OWNERS files. Thanks.

Proposal to add TEAM/COMPONENT information into OWNERS files
http://bit.ly/add-team-component-proposal
Proposal about how to get suggested component for directory.
http://bit.ly/directory-mapping-proposal
TEAM-COMPONENT mapping
http://bit.ly/component-team-mapping

Additional Information:
Component lists
https://bugs.chromium.org/p/chromium/adminComponents

BUG=679905

Review-Url: https://codereview.chromium.org/2707433004
Cr-Commit-Position: refs/heads/master@{#451880}
2017-02-22 01:45:58 +00:00
..

The linux directory contains a config.h generated from Ubuntu 14.04 LTS and
cmake 2.8.12.2.

The mac directory contains a config.h generated from OS X 10.11.6, XCode 7.3,
and cmake 3.4.

The ios directory contains a copy of the mac config.h. Since the mac config.h
contains almost nothing, this is probably fine.

The win directory contains a config.h generated from Windows 7, VS 2013, and
cmake 3.6 with 682f68732898c8ec621427fdd734b3b0ac223ec5 checked out. In a shell
with the VC tools in the path, do:

  cd \src
  git clone https://github.com/google/open-vcdiff
  cd open-vcdiff
  git submodule update --init --recursive
  mkdir buildfoo
  cd buildfoo
  "C:\Program Files\CMake\bin\cmake.exe" -GNinja ..

Then copy the generated config.h out of the root of your open-vcdiff checkout.