File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
java/src/org/openqa/selenium Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ java_library(
2424 srcs = glob (
2525 [
2626 "*.java" ,
27- "log/*.java" ,
28- "browsingcontext/*.java" ,
29- "network/*.java" ,
30- "script/*.java" ,
31- "storage/*.java" ,
3227 ],
3328 exclude = AUGMENTER_SRCS ,
3429 ),
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ java_export(
2424 "//java/src/org/openqa/selenium:core" ,
2525 "//java/src/org/openqa/selenium/bidi" ,
2626 "//java/src/org/openqa/selenium/bidi:augmenter" ,
27+ "//java/src/org/openqa/selenium/bidi/browsingcontext" ,
28+ "//java/src/org/openqa/selenium/bidi/log" ,
29+ "//java/src/org/openqa/selenium/bidi/module" ,
30+ "//java/src/org/openqa/selenium/bidi/network" ,
31+ "//java/src/org/openqa/selenium/bidi/script" ,
32+ "//java/src/org/openqa/selenium/bidi/storage" ,
2733 "//java/src/org/openqa/selenium/devtools" ,
2834 "//java/src/org/openqa/selenium/devtools:augmenter" ,
2935 "//java/src/org/openqa/selenium/os" ,
You can’t perform that action at this time.
0 commit comments