blob: a933c67cc1d4d304c03715c66fa18305b162fb8f [file] [log] [blame]
Primiano Tucci1d409982019-09-19 10:15:18 +01001# Copyright (C) 2019 The Android Open Source Project
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# http://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
15# This file is used only in standalone builds. This file is ignored both in
16# embedder builds (i.e. when other projects pull perfetto under /third_party/
17# or similar) and in google internal builds.
18
19workspace(name = "perfetto")
20
21new_local_repository(
22 name = "perfetto_cfg",
23 path = "bazel/standalone",
24 build_file_content = ""
25)
26
27load("@perfetto//bazel:deps.bzl", "perfetto_deps")
28perfetto_deps()
29
30load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
31protobuf_deps()