Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2019-02-12 03:08:51
    Hash : 3f0ff409
    Message : Revert "Vulkan: Port renderer to Fuchsia" This reverts commit 991d1cfb5e5a2f20a46961da3ad85b95da30b88a. Reason for revert: Failing compile on the fuchsia bots on the ANGLE auto-roller. https://ci.chromium.org/p/chromium/builders/luci.chromium.try/fuchsia_x64/209198 In file included from ../../third_party/angle/util/fuchsia/ScenicWindow.cpp:10: In file included from ../../third_party/angle/util/fuchsia/ScenicWindow.h:13: In file included from gen/third_party/fuchsia-sdk/sdk/fidl/fuchsia/ui/policy/cpp/fidl.h:5: In file included from ../../third_party/fuchsia-sdk/sdk/pkg/fidl_cpp/include/lib/fidl/cpp/internal/header.h:12: ../../third_party/fuchsia-sdk/sdk/pkg/fit/include/lib/fit/function.h:135:6: error: extra ';' after member function definition [-Werror,-Wextra-semi] }; ^ 1 error generated. Original change's description: > Vulkan: Port renderer to Fuchsia > > Add DisplayVk and WindowSurfaceVk subclasses for Fuchsia to the vulkan > renderer, as well as an implementation of OSWindow that renders > fullscreen for the test suite. > > Disallow use of the vulkan loader from third_party as Fuchsia uses a fork > of the loader and has not sent those changes upstream yet. > > Add a small wayland-inspired library libfuchsia-egl to provide a type > "struct fuchsia_egl_window" to use as EGLNativeWindowType. This type > combines a zx_handle_t to an image pipe channel and a surface size. > > Image pipes can only be used once to create a VkSurfaceKHR. This means we > have to recreate the pipe in tests that call eglCreateWindowSurface more > than once with a single OSWindow, or the second call will fail. Add a > resetNativeWindow() method to accomplish this. > > BUG=angleproject:2475 > TEST=angle_end2end_tests on Fuchsia > > Change-Id: I71a613a362dd1c8aada49a3c02ae461e064457bf > Reviewed-on: https://chromium-review.googlesource.com/c/1446496 > Commit-Queue: Michael Spang <spang@chromium.org> > Reviewed-by: Jamie Madill <jmadill@chromium.org> TBR=spang@chromium.org,geofflang@chromium.org,jmadill@chromium.org,syoussefi@chromium.org Change-Id: I2d9abefa9db5363ba63a17c1773d0e147040d055 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: angleproject:2475 Reviewed-on: https://chromium-review.googlesource.com/c/1465761 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>

  • DEPS
  • vars = {
      'android_git': 'https://android.googlesource.com',
      'chromium_git': 'https://chromium.googlesource.com',
    
      # This variable is set on the Chrome infra for compatiblity with gclient.
      'angle_root': '.',
    
      # This variable is overrided in Chromium's DEPS file.
      'build_with_chromium': False,
    
      # Current revision of dEQP.
      'deqp_revision': '66a49e0a43f7af654ee1de8a3b1bcaf6c0d14aa4',
    
      # Current revision of glslang, the Khronos SPIRV compiler.
      'glslang_revision': 'de3b8e3bf3893a40a1d9c3b0ed4de750e436e30f',
    
      # Current revision fo the SPIRV-Headers Vulkan support library.
      'spirv_headers_revision': '79b6681aadcb53c27d1052e5f8a0e82a981dbf2f',
    
      # Current revision of SPIRV-Tools for Vulkan.
      'spirv_tools_revision': 'd14db341b834cfb3c574a258c331b3a6b1c2cbc5',
    
      # Current revision of Khronos Vulkan-Headers.
      'vulkan_headers_revision': 'b65941cc4b2b43b74de00534d110b581c52c394b',
    
      # Current revision of Khronos Vulkan-Loader.
      'vulkan_loader_revision': '2aa6dcc10189f7700824bc5e21120beeff013c3a',
    
      # Current revision of Khronos Vulkan-Tools.
      'vulkan_tools_revision': '2e8d601de618eddf2bab8597fd140b2824a060b2',
    
      # Current revision of Khronos Vulkan-ValidationLayers.
      'vulkan_validation_revision': '0fa2823fa693cc22afaa6e6c6d34aadb97104a2d',
    }
    
    deps = {
    
      '{angle_root}/build': {
        'url': '{chromium_git}/chromium/src/build.git@9dbdd5c2ae8c298bef55ca7c42754079aabe60c7',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/buildtools': {
        'url': '{chromium_git}/chromium/buildtools.git@24ebce4578745db15274e180da1938ebc1358243',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/testing': {
        'url': '{chromium_git}/chromium/src/testing@7bdda3c6577f21fd0ec986a0383ecfce28f5d761',
        'condition': 'not build_with_chromium',
      },
    
      # Cherry is a dEQP management GUI written in Go. We use it for viewing test results.
      '{angle_root}/third_party/cherry': {
        'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/third_party/deqp/src': {
        'url': '{chromium_git}/external/deqp@{deqp_revision}',
      },
    
      '{angle_root}/third_party/glslang/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}',
        'condition': 'not build_with_chromium',
       },
    
      '{angle_root}/third_party/googletest/src': {
        'url': '{chromium_git}/external/github.com/google/googletest.git@d5932506d6eed73ac80b9bcc47ed723c8c74eb1e',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/third_party/libpng/src': {
        'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/third_party/jsoncpp': {
        'url': '{chromium_git}/chromium/src/third_party/jsoncpp@fd0ac8ce63a47e99b71a58f1489136fbb19c9137',
        'condition': 'not build_with_chromium',
       },
    
      '{angle_root}/third_party/jsoncpp/source': {
        'url' : '{chromium_git}/external/github.com/open-source-parsers/jsoncpp@f572e8e42e22cfcf5ab0aea26574f408943edfa4',
        'condition': 'not build_with_chromium',
       },
    
      '{angle_root}/third_party/spirv-headers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/third_party/spirv-tools/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/third_party/vulkan-headers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}',
      },
    
      '{angle_root}/third_party/vulkan-loader/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}',
      },
    
      '{angle_root}/third_party/vulkan-tools/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}',
      },
    
      '{angle_root}/third_party/vulkan-validation-layers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}',
      },
    
      '{angle_root}/third_party/zlib': {
        'url': '{chromium_git}/chromium/src/third_party/zlib@f95aeb0fa7f136ef4a457a6d9ba6f3c2701a444b',
        'condition': 'not build_with_chromium',
      },
    
      '{angle_root}/tools/clang': {
        'url': '{chromium_git}/chromium/src/tools/clang.git@3114fbc11f9644c54dd0a4cdbfa867bac50ff983',
        'condition': 'not build_with_chromium',
      },
    }
    
    hooks = [
      # Pull clang-format binaries using checked-in hashes.
      {
        'name': 'clang_format_win',
        'pattern': '.',
        'condition': 'host_os == "win" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=win32',
                    '--no_auth',
                    '--bucket', 'chromium-clang-format',
                    '-s', '{angle_root}/buildtools/win/clang-format.exe.sha1',
        ],
      },
      {
        'name': 'clang_format_mac',
        'pattern': '.',
        'condition': 'host_os == "mac" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=darwin',
                    '--no_auth',
                    '--bucket', 'chromium-clang-format',
                    '-s', '{angle_root}/buildtools/mac/clang-format.sha1',
        ],
      },
      {
        'name': 'clang_format_linux',
        'pattern': '.',
        'condition': 'host_os == "linux" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=linux*',
                    '--no_auth',
                    '--bucket', 'chromium-clang-format',
                    '-s', '{angle_root}/buildtools/linux64/clang-format.sha1',
        ],
      },
      # Pull GN binaries using checked-in hashes.
      {
        'name': 'gn_win',
        'pattern': '.',
        'condition': 'host_os == "win" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=win32',
                    '--no_auth',
                    '--bucket', 'chromium-gn',
                    '-s', '{angle_root}/buildtools/win/gn.exe.sha1',
        ],
      },
      {
        'name': 'gn_mac',
        'pattern': '.',
        'condition': 'host_os == "mac" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=darwin',
                    '--no_auth',
                    '--bucket', 'chromium-gn',
                    '-s', '{angle_root}/buildtools/mac/gn.sha1',
        ],
      },
      {
        'name': 'gn_linux64',
        'pattern': '.',
        'condition': 'host_os == "linux" and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=linux*',
                    '--no_auth',
                    '--bucket', 'chromium-gn',
                    '-s', '{angle_root}/buildtools/linux64/gn.sha1',
        ],
      },
      {
        'name': 'sysroot_x86',
        'pattern': '.',
        'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
        'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
                   '--arch=x86'],
      },
      {
        'name': 'sysroot_x64',
        'pattern': '.',
        'condition': 'checkout_linux and (checkout_x64 and not build_with_chromium)',
        'action': ['python', '{angle_root}/build/linux/sysroot_scripts/install-sysroot.py',
                   '--arch=x64'],
      },
      {
        # Update the Windows toolchain if necessary.  Must run before 'clang' below.
        'name': 'win_toolchain',
        'pattern': '.',
        'condition': 'checkout_win and not build_with_chromium',
        'action': ['python', '{angle_root}/build/vs_toolchain.py', 'update', '--force'],
      },
    
      {
        # Note: On Win, this should run after win_toolchain, as it may use it.
        'name': 'clang',
        'pattern': '.',
        'action': ['python', '{angle_root}/tools/clang/scripts/update.py'],
        'condition': 'not build_with_chromium',
      },
    
      {
        # Update LASTCHANGE.
        'name': 'lastchange',
        'pattern': '.',
        'condition': 'not build_with_chromium',
        'action': ['python', '{angle_root}/build/util/lastchange.py',
                   '-o', '{angle_root}/build/util/LASTCHANGE'],
      },
    
      # Pull rc binaries using checked-in hashes.
      {
        'name': 'rc_win',
        'pattern': '.',
        'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--no_auth',
                    '--bucket', 'chromium-browser-clang/rc',
                    '-s', '{angle_root}/build/toolchain/win/rc/win/rc.exe.sha1',
        ],
      },
    ]
    
    recursedeps = [
      # buildtools provides clang_format.
      '{angle_root}/buildtools',
    ]