File tree Expand file tree Collapse file tree 9 files changed +12
-0
lines changed 
aspect/testing/tests/src/com/google/idea/blaze/aspect 
querysync/javatests/com/google/idea/blaze/qsync/testdata Expand file tree Collapse file tree 9 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 33    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
44    "intellij_aspect_test_fixture" ,
55)
6+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
67
78licenses (["notice" ])
89
Original file line number Diff line number Diff line change 33    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
44    "intellij_aspect_test_fixture" ,
55)
6+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
67
78licenses (["notice" ])
89
Original file line number Diff line number Diff line change 33    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
44    "intellij_aspect_test_fixture" ,
55)
6+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
67
78licenses (["notice" ])
89
Original file line number Diff line number Diff line change 33    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
44    "intellij_aspect_test_fixture" ,
55)
6+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
67
78licenses (["notice" ])
89
Original file line number Diff line number Diff line change 33    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
44    "intellij_aspect_test_fixture" ,
55)
6+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
67
78licenses (["notice" ])
89
Original file line number Diff line number Diff line change 77    "//aspect/testing/rules:intellij_aspect_test_fixture.bzl" ,
88    "intellij_aspect_test_fixture" ,
99)
10+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
1011
1112licenses (["notice" ])
1213
Original file line number Diff line number Diff line change 1+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
2+ 
13cc_library (
24    name  =  "cc" ,
35    srcs  =  ["TestClass.cc" ],
Original file line number Diff line number Diff line change 1+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
2+ 
13cc_library (
24    name  =  "cc_externaldep" ,
35    srcs  =  ["TestClass.cc" ],
Original file line number Diff line number Diff line change 1+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
2+ 
13cc_library (
24    name  =  "testclass" ,
35    srcs  =  [
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments