Chromium Code Reviews| Index: .gitmodules |
| diff --git a/.gitmodules b/.gitmodules |
| index f0b44be9c011dca3e7d2d8757fcf03d385a2b732..958216a12f25ee5d69c13cfc3b09c7f129968c54 100644 |
| --- a/.gitmodules |
| +++ b/.gitmodules |
| @@ -22,6 +22,10 @@ |
| path = chrome/test/data/perf/frame_rate/content |
| url = https://chromium.googlesource.com/chromium/frame_rate/content.git |
| os = all |
| +[submodule "chrome/test/data/perf/third_party/octane"] |
|
dmazzoni
2012/12/14 18:45:41
I'm assuming most of these changes are not really
aboxhall
2012/12/14 23:26:44
In fact none of them are, but I can't figure out w
|
| + path = chrome/test/data/perf/third_party/octane |
| + url = https://chromium.googlesource.com/external/octane-benchmark.git |
| + os = all |
| [submodule "chrome/tools/test/reference_build/chrome_linux"] |
| path = chrome/tools/test/reference_build/chrome_linux |
| url = https://chromium.googlesource.com/chromium/reference_builds/chrome_linux.git |
| @@ -158,6 +162,10 @@ |
| path = third_party/aosp |
| url = https://chromium.googlesource.com/chromium/deps/aosp.git |
| os = android |
| +[submodule "third_party/apache-mime4j"] |
| + path = third_party/apache-mime4j |
| + url = https://chromium.googlesource.com/chromium/deps/apache-mime4j.git |
| + os = android |
| [submodule "third_party/bidichecker"] |
| path = third_party/bidichecker |
| url = https://chromium.googlesource.com/external/bidichecker/lib.git |
| @@ -186,6 +194,10 @@ |
| path = third_party/ffmpeg |
| url = https://chromium.googlesource.com/chromium/third_party/ffmpeg.git |
| os = all |
| +[submodule "third_party/findbugs"] |
| + path = third_party/findbugs |
| + url = https://chromium.googlesource.com/chromium/deps/findbugs.git |
| + os = android |
| [submodule "third_party/flac"] |
| path = third_party/flac |
| url = https://chromium.googlesource.com/chromium/deps/flac.git |
| @@ -206,6 +218,18 @@ |
| path = third_party/gperf |
| url = https://chromium.googlesource.com/chromium/deps/gperf.git |
| os = win |
| +[submodule "third_party/guava/src"] |
| + path = third_party/guava/src |
| + url = https://chromium.googlesource.com/external/guava-libraries.git |
| + os = android |
| +[submodule "third_party/httpcomponents-client"] |
| + path = third_party/httpcomponents-client |
| + url = https://chromium.googlesource.com/chromium/deps/httpcomponents-client.git |
| + os = android |
| +[submodule "third_party/httpcomponents-core"] |
| + path = third_party/httpcomponents-core |
| + url = https://chromium.googlesource.com/chromium/deps/httpcomponents-core.git |
| + os = android |
| [submodule "third_party/hunspell"] |
| path = third_party/hunspell |
| url = https://chromium.googlesource.com/chromium/deps/hunspell.git |
| @@ -218,6 +242,10 @@ |
| path = third_party/icu |
| url = https://chromium.googlesource.com/chromium/deps/icu46.git |
| os = all |
| +[submodule "third_party/jarjar"] |
| + path = third_party/jarjar |
| + url = https://chromium.googlesource.com/chromium/deps/jarjar.git |
| + os = android |
| [submodule "third_party/jsoncpp/source/include"] |
| path = third_party/jsoncpp/source/include |
| url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/include.git |
| @@ -226,6 +254,10 @@ |
| path = third_party/jsoncpp/source/src/lib_json |
| url = https://chromium.googlesource.com/external/jsoncpp/jsoncpp/src/lib_json.git |
| os = all |
| +[submodule "third_party/jsr-305/src"] |
| + path = third_party/jsr-305/src |
| + url = https://chromium.googlesource.com/external/jsr-305.git |
| + os = android |
| [submodule "third_party/leveldatabase/src"] |
| path = third_party/leveldatabase/src |
| url = https://chromium.googlesource.com/external/leveldb.git |
| @@ -282,14 +314,6 @@ |
| path = third_party/mingw-w64/mingw/bin |
| url = https://chromium.googlesource.com/native_client/deps/third_party/mingw-w64/mingw/bin.git |
| os = win |
| -[submodule "third_party/mozc/chrome/chromeos/renderer"] |
| - path = third_party/mozc/chrome/chromeos/renderer |
| - url = https://chromium.googlesource.com/external/mozc/src/chrome/chromeos/renderer.git |
| - os = all |
| -[submodule "third_party/mozc/session"] |
| - path = third_party/mozc/session |
| - url = https://chromium.googlesource.com/external/mozc/src/session.git |
| - os = all |
| [submodule "third_party/mtpd/source"] |
| path = third_party/mtpd/source |
| url = https://chromium.googlesource.com/chromiumos/platform/mtpd.git |
| @@ -432,7 +456,7 @@ |
| os = all |
| [submodule "third_party/webrtc"] |
| path = third_party/webrtc |
| - url = https://chromium.googlesource.com/external/webrtc/stable/src.git |
| + url = https://chromium.googlesource.com/external/webrtc/stable/webrtc.git |
| os = all |
| [submodule "third_party/xdg-utils"] |
| path = third_party/xdg-utils |