summaryrefslogtreecommitdiff
path: root/third_party/re2/src/WORKSPACE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/re2/src/WORKSPACE.bazel')
-rw-r--r--third_party/re2/src/WORKSPACE.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/re2/src/WORKSPACE.bazel b/third_party/re2/src/WORKSPACE.bazel
new file mode 100644
index 000000000..fa514a877
--- /dev/null
+++ b/third_party/re2/src/WORKSPACE.bazel
@@ -0,0 +1,7 @@
+# Copyright 2009 The RE2 Authors. All Rights Reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+# Bazel (http://bazel.build/) WORKSPACE file for RE2.
+
+workspace(name = "com_googlesource_code_re2")