Geoffrey Martin-Noble | 1e20c60 | 2019-11-11 12:06:19 -0800 | [diff] [blame] | 1 | # Copyright 2019 Google LLC |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 15 | # Note that project-wide, bazel repo aliases are used. Various scripts and helpers operate on the |
| 16 | # following prefixes textually, so avoid doing any systematic construction that would break the |
| 17 | # matching. |
| 18 | # |
| 19 | # "@absl_py//absl/" |
| 20 | # "@com_google_absl//absl/" |
| 21 | # "@com_google_absl//absl/" |
| 22 | # "@bazel_skylib//" |
| 23 | # "@com_google_benchmark//" |
Geoffrey Martin-Noble | f5b323e | 2021-01-12 18:32:08 -0800 | [diff] [blame] | 24 | # "@cpuinfo//" |
Thomas Raoux | 3c1f75a | 2021-02-10 19:53:09 -0800 | [diff] [blame] | 25 | # "@cuda_headers//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 26 | # "@com_github_dvidelabs_flatcc//" |
| 27 | # "@com_google_googletest//" |
| 28 | # "@llvm-project//" |
Geoffrey Martin-Noble | f5b323e | 2021-01-12 18:32:08 -0800 | [diff] [blame] | 29 | # "@mlir-hlo//" |
Geoffrey Martin-Noble | fbaf776 | 2020-11-19 13:12:23 -0800 | [diff] [blame] | 30 | # "@pffft//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 31 | # "@iree_pybind11//" |
| 32 | # "@renderdoc_api//" |
| 33 | # "@com_google_ruy//" |
Copybara-Service | f58a69f | 2020-12-29 12:00:23 -0800 | [diff] [blame] | 34 | # "@spirv_cross//" |
Geoffrey Martin-Noble | 1c9b836 | 2020-08-05 12:57:52 -0700 | [diff] [blame] | 35 | # "@com_google_tracing_framework_cpp//" |
| 36 | # "@iree_vulkan_headers//" |
| 37 | |
Stella Laurenzo | 1128d50 | 2019-10-07 14:34:41 -0700 | [diff] [blame] | 38 | package( |
| 39 | default_visibility = ["//visibility:public"], |
Geoffrey Martin-Noble | 083ac8e | 2020-07-15 20:10:49 -0700 | [diff] [blame] | 40 | features = ["layering_check"], |
Stella Laurenzo | 1128d50 | 2019-10-07 14:34:41 -0700 | [diff] [blame] | 41 | licenses = ["notice"], # Apache 2.0 |
| 42 | ) |