More p4runtime-related bazel build files

Change-Id: Icdd02a06d7905e4cd0a6c61d282fd522c7b75fe7
diff --git a/web/BUILD b/web/BUILD
index 757a30f..9b683d3 100644
--- a/web/BUILD
+++ b/web/BUILD
@@ -6,9 +6,9 @@
 
 osgi_jar_with_tests(
     deps = COMPILE_DEPS,
-    #web_context = '/onos/segmentrouting',
-    #api_title = 'Segment Routing Rest Server',
-    #api_version = '1.0',
-    #api_description = 'REST API for Segment Routing Application',
-    #api_package = 'org.onosproject.segmentrouting.web',
+    #web_context = "/onos/segmentrouting",
+    #api_title = "Segment Routing Rest Server",
+    #api_version = "1.0",
+    #api_description = "REST API for Segment Routing Application",
+    #api_package = "org.onosproject.segmentrouting.web",
 )