|  | @@ -29,15 +29,15 @@ try:
 | 
	
		
			
				|  |  |          'build': 'all',
 | 
	
		
			
				|  |  |          'language': 'c',
 | 
	
		
			
				|  |  |          'src': [
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/decode_fast.c",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/decode.c",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/def.c",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/encode.c",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/msg.c",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/port.c",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/table.c",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/upb.c",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/def.c",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/reflection.c",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/table.c",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/text_encode.c",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/upb.c",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/any.upb.c",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/descriptor.upb.c",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/duration.upb.c",
 | 
	
	
		
			
				|  | @@ -54,18 +54,22 @@ try:
 | 
	
		
			
				|  |  |              "src/core/ext/upbdefs-generated/google/protobuf/wrappers.upbdefs.c",
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  |          'headers': [
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/decode_fast.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/decode.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/decode.int.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/def.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/def.hpp",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/encode.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/msg.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/port_def.inc",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/port_undef.inc",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/reflection.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/table.int.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/text_encode.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/upb.h",
 | 
	
		
			
				|  |  |              "third_party/upb/upb/upb.hpp",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/def.h",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/def.hpp",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/reflection.h",
 | 
	
		
			
				|  |  | -            "third_party/upb/upb/text_encode.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/upb/upb.int.h",
 | 
	
		
			
				|  |  | +            "third_party/upb/third_party/wyhash/wyhash.h",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/any.upb.h",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/descriptor.upb.h",
 | 
	
		
			
				|  |  |              "src/core/ext/upb-generated/google/protobuf/duration.upb.h",
 |