Commit 715cafda authored by prasadv@chromium.org's avatar prasadv@chromium.org

Avoid syncing chrome reference build and LayoutTests to speed up sync.

Assuming this might also fix 'Out of Memory' issue on Windows bisect bot
BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/253573002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266311 0039d316-1c4b-4281-b951-d872f2087c98
parent 3731ebcf
...@@ -40,7 +40,12 @@ DEFAULT_GCLIENT_CUSTOM_DEPS = { ...@@ -40,7 +40,12 @@ DEFAULT_GCLIENT_CUSTOM_DEPS = {
"chrome/deps/adobe/flash/binaries/ppapi/win/.git", "chrome/deps/adobe/flash/binaries/ppapi/win/.git",
"src/third_party/adobe/flash/binaries/ppapi/win_x64": "src/third_party/adobe/flash/binaries/ppapi/win_x64":
"https://chrome-internal.googlesource.com/" "https://chrome-internal.googlesource.com/"
"chrome/deps/adobe/flash/binaries/ppapi/win_x64/.git",} "chrome/deps/adobe/flash/binaries/ppapi/win_x64/.git",
"src/chrome/tools/test/reference_build/chrome_win": None,
"src/chrome/tools/test/reference_build/chrome_mac": None,
"src/chrome/tools/test/reference_build/chrome_linux": None,
"src/third_party/WebKit/LayoutTests": None,
"src/tools/valgrind": None,}
GCLIENT_SPEC_DATA = [ GCLIENT_SPEC_DATA = [
{ "name" : "src", { "name" : "src",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment