From 0fd2f830882402979a83010e89650e7245960d39 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 21 Jan 2014 18:38:49 -0800 Subject: Sync to internal Google development. --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6e49d0..440d4f2 100644 --- a/Makefile +++ b/Makefile @@ -82,16 +82,14 @@ deps: Makefile $(ALLSRC) # The core library. CORE= \ - upb/bytestream.upb.c \ upb/def.c \ upb/descriptor/reader.c \ upb/descriptor/descriptor.upb.c \ - upb/google/bridge.cc \ - upb/google/proto2.cc \ + upb/bindings/googlepb/bridge.cc \ + upb/bindings/googlepb/proto2.cc \ upb/handlers.c \ upb/refcounted.c \ upb/shim/shim.c \ - upb/sink.c \ upb/symtab.c \ upb/table.c \ upb/upb.c \ @@ -217,8 +215,7 @@ tests/test.proto.pb: tests/test.proto SIMPLE_TESTS= \ tests/test_def \ - tests/test_varint \ - tests/test_pipeline \ + tests/pb/test_varint \ tests/test_handlers SIMPLE_CXX_TESTS= \ -- cgit v1.2.3