Commit bd9b177a authored by torne@chromium.org's avatar torne@chromium.org

Roll gyp r1895:1907

r1907 Test handling of empty RULE_INPUT_DIRNAME and fix this on android.
r1906 gyp performance: Another fixed O(n^2) in dependency calcs.
r1905 gyp: isinstance -> type for another 1-5% save.
r1904 gyp: avoid copying items that will be deleted.
r1903 Show ASM output file instead of input file, just like CC and CXX.
r1902 win: disable two flaky tests on gyp-win32
r1901 Remove the default setting for clcompile_cmd in msvs-ninja
r1900 gyp: cache conditional ASTs for 3 CPU seconds (5%) gain.
r1899 gyp: use a set() in DeepDependencies for less O(n^2).
r1898 gyp: fix O(n^2) in dependency calculations.
r1897 gyp: 1% faster by optimizing IsPathSections
r1896 gyp: use all processors instead of hard-coded 8.

TBR=thakis@chromium.org
BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266876 0039d316-1c4b-4281-b951-d872f2087c98
parent 5ef358a8
...@@ -137,7 +137,7 @@ deps = { ...@@ -137,7 +137,7 @@ deps = {
(Var("googlecode_url") % "grit-i18n") + "/trunk@167", (Var("googlecode_url") % "grit-i18n") + "/trunk@167",
"src/tools/gyp": "src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1895", (Var("googlecode_url") % "gyp") + "/trunk@1907",
"src/tools/swarming_client": "src/tools/swarming_client":
Var("chromium_git") + "/external/swarming.client.git@" + Var("chromium_git") + "/external/swarming.client.git@" +
......
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