Edit

kc3-lang/angle/src/tests/angle_white_box_tests.gni

Branch :

  • Show log

    Commit

  • Author : Frank Henigman
    Date : 2018-08-29 20:49:49
    Hash : e1037e9b
    Message : Avoid rebase_path() in tests/BUILD.gn. Adjust source paths so we don't need to use rebase_path() on all of them. BUG=angleproject:1569 Change-Id: I1af7678dd8961405446fec49731eba5294bcb586 Reviewed-on: https://chromium-review.googlesource.com/1196046 Commit-Queue: Frank Henigman <fjhenigman@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • src/tests/angle_white_box_tests.gni
  • # Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style license that can be
    # found in the LICENSE file.
    
    angle_white_box_tests_sources = [
      "util_tests/PrintSystemInfoTest.cpp",
      "test_utils/angle_test_configs.cpp",
      "test_utils/angle_test_configs.h",
      "test_utils/angle_test_instantiate.cpp",
      "test_utils/angle_test_instantiate.h",
      "test_utils/ANGLETest.cpp",
      "test_utils/ANGLETest.h",
      "test_utils/gl_raii.h",
    ]
    angle_white_box_tests_win_sources = [
      "gl_tests/D3D11EmulatedIndexedBufferTest.cpp",
      "gl_tests/D3D11FormatTablesTest.cpp",
      "gl_tests/D3D11InputLayoutCacheTest.cpp",
      "gl_tests/D3DTextureTest.cpp",
      "gl_tests/ErrorMessages.cpp",
    ]