• hjd@chromium.org's avatar
    Add known_incompatible.py items to the blacklist in deps_whitelist.py · e029fec3
    hjd@chromium.org authored
    This allows the android_aosp bot to better model the behavior of
    the automerger.
    
    We add a 'android_rsync_build' method to 
    android_webview/buildbot/deps_whitelist.py
    which returns all black listed paths (not just blacklisted deps)
    and has a list output format (as opposed to dictionary format of
    the other methods).
    
    Then we add the 'all_incompatible_directories' option to
    android_webview/tools/webview_licenses.py to get all the
    incompatible directories rather that just the unknown
    ones. This exposes the same code the automeger uses directly as
    a command line argument.
    
    BUG=311868
    
    Review URL: https://codereview.chromium.org/324813006
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276639 0039d316-1c4b-4281-b951-d872f2087c98
    e029fec3
deps_whitelist.py 8.79 KB