1. 21 Feb, 2015 4 commits
    • friedman's avatar
      Dont require /home/chrome-bot · 9145f91a
      friedman authored
      R=navabi@chromium.org
      NOTRY=true
      BUG=460630
      
      Review URL: https://codereview.chromium.org/946733002
      
      Cr-Commit-Position: refs/heads/master@{#317448}
      9145f91a
    • jamiewalch's avatar
      Use offsetX and offsetY to position the fake mouse cursor. · a19b1988
      jamiewalch authored
      The mouse cursor element is positioned relative to the document body (ie, ignoring
      the title bar for apps v2). However, its position was being set using the x and y
      coordinates of the mouse event, which are relative to the client viewport. This CL
      fixes this, using offsetX/Y, which are relative to the target element.
      
      BUG=410473
      
      Review URL: https://codereview.chromium.org/923013004
      
      Cr-Commit-Position: refs/heads/master@{#317447}
      a19b1988
    • brettw's avatar
      GN header checker enhancements. · f16d8d8d
      brettw authored
      This makes the check_includes flag work the way one would expect. Previously we
      would only skip include checking if all targets that include a file opt out.
      This was coming up in the Android Java enum generator where a header file was
      being processed by a script (so includes don't matter and there are no deps)
      but that header was also listed as a source in a different target with header
      checking enabled (which is always the case for this example).
      
      Improves error messaging for cross-compiling. Previously if you were
      cross-compiling and forgot a dependency on e.g. base, you'd get a message "you
      must depend on "//base:base" or "//base:base" because it found the files in two
      different toolchain builds of base. This patch prunes such duplicates when
      possible, and turns on toolchain labels if things aren't all in the same
      toolchain.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/946043002
      
      Cr-Commit-Position: refs/heads/master@{#317446}
      f16d8d8d
    • rockot's avatar
      Add GN for sandbox_linux_jni_unittests · 86da06c7
      rockot authored
      BUG=
      
      Review URL: https://codereview.chromium.org/936163003
      
      Cr-Commit-Position: refs/heads/master@{#317445}
      86da06c7
  2. 20 Feb, 2015 36 commits