Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : angle-autoroll
    Date : 2020-04-28 07:01:26
    Hash : 80d3e268
    Message : Roll third_party/vulkan-validation-layers/src 1512acdf047f..72b2a3b275e5 (4 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/1512acdf047f..72b2a3b275e5 git log 1512acdf047f..72b2a3b275e5 --date=short --first-parent --format='%ad %ae %s' 2020-04-27 mikes@lunarg.com scripts: Object tracker optional handling 2020-04-27 tony@lunarg.com practices: Fix CreateFramebuffer 2020-04-27 petr_kraus@email.cz tests: Test swapchain image props 2020-04-27 petr_kraus@email.cz layers: Initialize image props for a swapchain Created with: gclient setdep -r third_party/vulkan-validation-layers/src@72b2a3b275e5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-validation-layers-angle-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: cnorthrop@google.com Change-Id: I11f38bb8b52ef36fca49615d57c0b5b2ababaa54 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2169970 Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>

  • DEPS
  • # This file is used to manage the dependencies of the ANGLE git repo. It is
    # used by gclient to determine what version of each dependency to check out, and
    # where.
    
    # Avoids the need for a custom root variable.
    use_relative_paths = True
    use_relative_hooks = True
    
    vars = {
      'android_git': 'https://android.googlesource.com',
      'chromium_git': 'https://chromium.googlesource.com',
      'chrome_internal_git': 'https://chrome-internal.googlesource.com',
      'swiftshader_git': 'https://swiftshader.googlesource.com',
    
      # This variable is overrided in Chromium's DEPS file.
      'build_with_chromium': False,
    
      # Only check out public sources by default. This can be overridden with custom_vars.
      'checkout_angle_internal': False,
    
      # Version of Chromium our Chromium-based DEPS are mirrored from.
      'chromium_revision': 'b0410bba028cf153be2d02e36b6e99b59fdcb000',
    
      # Current revision of VK-GL-CTS (a.k.a dEQP).
      'vk_gl_cts_revision': 'a6b249819f7177821d4b7eefff36af07fef71825',
    
      # Current revision of glslang, the Khronos SPIRV compiler.
      'glslang_revision': 'f03cb290ac10414dfc96017b26ebfaee8f3afb3e',
    
      # Current revision of googletest.
      # Note: this dep cannot be auto-rolled b/c of nesting.
      'googletest_revision': 'f2fb48c3b3d79a75a88a99fba6576b25d42ec528',
    
      # Current revision of jsoncpp.
      # Note: this dep cannot be auto-rolled b/c of nesting.
      'jsoncpp_revision': '645250b6690785be60ab6780ce4b58698d884d11',
    
      # Current revision of patched-yasm.
      # Note: this dep cannot be auto-rolled b/c of nesting.
      'patched_yasm_revision': '720b70524a4424b15fc57e82263568c8ba0496ad',
    
      # Current revision of spirv-cross, the Khronos SPIRV cross compiler.
      'spirv_cross_revision': 'fd5aa3ad51ece55a1b51fe6bfb271db6844ae291',
    
      # Current revision fo the SPIRV-Headers Vulkan support library.
      'spirv_headers_revision': 'f8bf11a0253a32375c32cad92c841237b96696c0',
    
      # Current revision of SPIRV-Tools for Vulkan.
      'spirv_tools_revision': '23d68608b007394b0abee59a31233bd169798398',
    
      # Current revision of Khronos Vulkan-Headers.
      'vulkan_headers_revision': '4c19ae6b95e44c821d5306adf94842defa57ba21',
    
      # Current revision of Khronos Vulkan-Loader.
      'vulkan_loader_revision': '3336e65e880101e28b38836733c1f02fd9214bf2',
    
      # Current revision of Khronos Vulkan-Tools.
      'vulkan_tools_revision': '30eb0a301c333a2825910c791937a7365edc1801',
    
      # Current revision of Khronos Vulkan-ValidationLayers.
      'vulkan_validation_revision': '72b2a3b275e58fa87163d1a9304b69cba7098bf7',
    
      # Three lines of non-changing comments so that
      # the commit queue can handle CLs rolling catapult
      # and whatever else without interference from each other.
      'catapult_revision': '1b3fb455bf1849f1e6187e1eaeaef32b9f30d3c5',
    }
    
    deps = {
    
      'build': {
        'url': '{chromium_git}/chromium/src/build.git@45ab3c89af6fc3126b0ca5a7836f0db85ad1ba0e',
        'condition': 'not build_with_chromium',
      },
    
      'buildtools': {
        'url': '{chromium_git}/chromium/src/buildtools.git@204a35a2a64f7179f8b76d7a0385653690839e21',
        'condition': 'not build_with_chromium',
      },
    
      'testing': {
        'url': '{chromium_git}/chromium/src/testing@3993ef1f527b206d8d3bf3f9824f4fe0e4bbdb0e',
        'condition': 'not build_with_chromium',
      },
    
      # Cherry is a dEQP/VK-GL-CTS management GUI written in Go. We use it for viewing test results.
      'third_party/cherry': {
        'url': '{android_git}/platform/external/cherry@4f8fb08d33ca5ff05a1c638f04c85bbb8d8b52cc',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/VulkanMemoryAllocator': {
        'url': '{chromium_git}/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@ebd397e6524227c623604c0cb2d4c5f225a5282d',
      },
    
      'third_party/VK-GL-CTS/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/VK-GL-CTS@{vk_gl_cts_revision}',
      },
    
      'third_party/fuchsia-sdk': {
        'url': '{chromium_git}/chromium/src/third_party/fuchsia-sdk.git@1785f0ac8e1fe81cb25e260acbe7de8f62fa3e44',
        'condition': 'checkout_fuchsia and not build_with_chromium',
      },
    
      # Closed-source OpenGL ES 1.1 Conformance tests.
      'third_party/gles1_conform': {
        'url': '{chrome_internal_git}/angle/es-cts.git@dc9f502f709c9cd88d7f8d3974f1c77aa246958e',
        'condition': 'checkout_angle_internal',
      },
    
      # glmark2 is a GPL3-licensed OpenGL ES 2.0 benchmark. We use it for testing.
      'third_party/glmark2/src': {
        'url': '{chromium_git}/external/github.com/glmark2/glmark2@9e01aef1a786b28aca73135a5b00f85c357e8f5e',
      },
    
      'third_party/glslang/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@{glslang_revision}',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/googletest': {
        'url': '{chromium_git}/chromium/src/third_party/googletest@217407c4787f361aa5814ec609379bfc9b21d307',
        'condition': 'not build_with_chromium',
      },
    
      # libjpeg_turbo is used by glmark2.
      'third_party/libjpeg_turbo': {
        'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@7e3ad79800a7945fb37173149842b494ab8982b2',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/libpng/src': {
        'url': '{android_git}/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/jsoncpp': {
        'url': '{chromium_git}/chromium/src/third_party/jsoncpp@ec647b85b61f525a1a74e4da7477b0c5371c50f4',
        'condition': 'not build_with_chromium',
       },
    
      'third_party/nasm': {
        'url': '{chromium_git}/chromium/deps/nasm@4fa54ca5f7fc3a15a8c78ac94688e64d3e4e4fa1',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/Python-Markdown': {
        'url': '{chromium_git}/chromium/src/third_party/Python-Markdown@36657c103ce5964733bbbb29377085e9cc1a9472',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/qemu-linux-x64': {
          'packages': [
              {
                  'package': 'fuchsia/qemu/linux-amd64',
                  'version': '9cc486c5b18a0be515c39a280ca9a309c54cf994'
              },
          ],
          'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
          'dep_type': 'cipd',
      },
    
      'third_party/qemu-mac-x64': {
          'packages': [
              {
                  'package': 'fuchsia/qemu/mac-amd64',
                  'version': '2d3358ae9a569b2d4a474f498b32b202a152134f'
              },
          ],
          'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
          'dep_type': 'cipd',
      },
    
      'third_party/rapidjson/src': {
        'url': '{chromium_git}/external/github.com/Tencent/rapidjson@7484e06c589873e1ed80382d262087e4fa80fb63',
      },
    
      'third_party/spirv-cross/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@{spirv_cross_revision}',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/spirv-headers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@{spirv_headers_revision}',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/spirv-tools/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@{spirv_tools_revision}',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/SwiftShader': {
        'url': '{swiftshader_git}/SwiftShader@2717702e9a1f35fd975d84d28a2bb227103451d9',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/vulkan-headers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@{vulkan_headers_revision}',
      },
    
      'third_party/vulkan-loader/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@{vulkan_loader_revision}',
      },
    
      'third_party/vulkan-tools/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@{vulkan_tools_revision}',
      },
    
      'third_party/vulkan-validation-layers/src': {
        'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@{vulkan_validation_revision}',
      },
    
      'third_party/zlib': {
        'url': '{chromium_git}/chromium/src/third_party/zlib@ae385786edb15f57e992c5e9dd9464e376d69399',
        'condition': 'not build_with_chromium',
      },
    
      'tools/clang': {
        'url': '{chromium_git}/chromium/src/tools/clang.git@04b99e7bf9160d551c3a5562f583014b6afc90f9',
        'condition': 'not build_with_chromium',
      },
    
      'tools/clang/dsymutil': {
        'packages': [
          {
            'package': 'chromium/llvm-build-tools/dsymutil',
            'version': 'M56jPzDv1620Rnm__jTMYS62Zi8rxHVq7yw0qeBFEgkC',
          }
        ],
        'condition': 'checkout_mac and not build_with_chromium',
        'dep_type': 'cipd',
      },
    
      'tools/md_browser': {
        'url': '{chromium_git}/chromium/src/tools/md_browser@aae45d8d82400e90483d4fee2ca3e648f2313cb2',
        'condition': 'not build_with_chromium',
      },
    
      'tools/memory': {
        'url': '{chromium_git}/chromium/src/tools/memory@89552acb6e60f528fe3c98eac7b445d4c34183ee',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/catapult': {
        'url': '{chromium_git}/catapult.git@{catapult_revision}',
        'condition': 'not build_with_chromium',
      },
    
      'third_party/android_ndk': {
        'url': '{chromium_git}/android_ndk.git@27c0a8d090c666a50e40fceb4ee5b40b1a2d3f87',
        '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', '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', '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', 'buildtools/linux64/clang-format.sha1',
        ],
      },
      {
        'name': 'sysroot_x86',
        'pattern': '.',
        'condition': 'checkout_linux and ((checkout_x86 or checkout_x64) and not build_with_chromium)',
        'action': ['python', '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', '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', 'build/vs_toolchain.py', 'update', '--force'],
      },
      {
        # Update the Mac toolchain if necessary.
        'name': 'mac_toolchain',
        'pattern': '.',
        'condition': 'checkout_mac and not build_with_chromium',
        'action': ['python', 'build/mac_toolchain.py'],
      },
    
      {
        # Note: On Win, this should run after win_toolchain, as it may use it.
        'name': 'clang',
        'pattern': '.',
        'action': ['python', 'tools/clang/scripts/update.py'],
        'condition': 'not build_with_chromium',
      },
    
      {
        # Update LASTCHANGE.
        'name': 'lastchange',
        'pattern': '.',
        'condition': 'not build_with_chromium',
        'action': ['python', 'build/util/lastchange.py',
                   '-o', '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', 'build/toolchain/win/rc/win/rc.exe.sha1',
        ],
      },
    
      {
        'name': 'fuchsia_sdk',
        'pattern': '.',
        'condition': 'checkout_fuchsia and not build_with_chromium',
        'action': [
          'python',
          'build/fuchsia/update_sdk.py',
        ],
      },
    
      # Download glslang validator binary for Linux.
      {
        'name': 'linux_glslang_validator',
        'pattern': '.',
        'condition': 'checkout_linux and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=linux*',
                    '--no_auth',
                    '--bucket', 'angle-glslang-validator',
                    '-s', 'tools/glslang/glslang_validator.sha1',
        ],
      },
    
      # Download glslang validator binary for Windows.
      {
        'name': 'win_glslang_validator',
        'pattern': '.',
        'condition': 'checkout_win and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=win32*',
                    '--no_auth',
                    '--bucket', 'angle-glslang-validator',
                    '-s', 'tools/glslang/glslang_validator.exe.sha1',
        ],
      },
    
      # Download flex/bison binaries for Linux.
      {
        'name': 'linux_flex_bison',
        'pattern': '.',
        'condition': 'checkout_linux and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=linux*',
                    '--no_auth',
                    '--bucket', 'angle-flex-bison',
                    '-d', 'tools/flex-bison/linux/',
        ],
      },
    
      # Download flex/bison binaries for Windows.
      {
        'name': 'win_flex_bison',
        'pattern': '.',
        'condition': 'checkout_win and not build_with_chromium',
        'action': [ 'download_from_google_storage',
                    '--no_resume',
                    '--platform=win32*',
                    '--no_auth',
                    '--bucket', 'angle-flex-bison',
                    '-d', 'tools/flex-bison/windows/',
        ],
      },
    
      # Download internal captures for perf tests
      {
        'name': 'restricted_traces',
        'pattern': '\\.sha1',
        'condition': 'checkout_angle_internal',
        'action': [ 'download_from_google_storage',
                    '--directory',
                    '--recursive',
                    '--extract',
                    '--bucket', 'chrome-angle-capture-binaries',
                    'src/tests/perf_tests/restricted_traces',
        ]
      }
    ]
    
    recursedeps = [
      # buildtools provides clang_format.
      'buildtools',
      'third_party/googletest',
      'third_party/jsoncpp',
    ]