-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace gclient/DEPS with git sub-modules.
With this CL, we check out dependent third party source code by using git sub-modules rather than gclient/DEPS, which allows us to drop hard dependency on gclient when checking out and building Mozc. Although some prebuilt binaries in gclient are still useful for some platforms, in principle OSS Mozc no longer depends on gclient. This is a clean-up of source checking out process. Build artifacts should not be affected with this change. BUG= TEST=unittest REF_BUG= REF_CL=
- Loading branch information
Showing
19 changed files
with
65 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[submodule "src/third_party/breakpad"] | ||
path = src/third_party/breakpad | ||
url = https://chromium.googlesource.com/breakpad/breakpad | ||
[submodule "src/third_party/fontTools"] | ||
path = src/third_party/fontTools | ||
url = https://github.com/googlei18n/fonttools.git | ||
[submodule "src/third_party/gmock"] | ||
path = src/third_party/gmock | ||
url = https://github.com/google/googlemock.git | ||
[submodule "src/third_party/gtest"] | ||
path = src/third_party/gtest | ||
url = https://github.com/google/googletest.git | ||
[submodule "src/third_party/gyp"] | ||
path = src/third_party/gyp | ||
url = https://chromium.googlesource.com/external/gyp | ||
[submodule "src/third_party/japanese_usage_dictionary"] | ||
path = src/third_party/japanese_usage_dictionary | ||
url = https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git | ||
[submodule "src/third_party/jsoncpp"] | ||
path = src/third_party/jsoncpp | ||
url = https://github.com/open-source-parsers/jsoncpp.git | ||
[submodule "src/third_party/protobuf"] | ||
path = src/third_party/protobuf | ||
url = https://github.com/google/protobuf.git | ||
[submodule "src/third_party/zinnia"] | ||
path = src/third_party/zinnia | ||
url = https://github.com/taku910/zinnia.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule breakpad
added at
d2904b
Submodule gyp
added at
cdf037
Submodule japanese_usage_dictionary
added at
e5b342