Chromium Code Reviews| Index: build/protoc.gypi |
| diff --git a/build/protoc.gypi b/build/protoc.gypi |
| index 52fb8a2b6098d7f6b41a69c105b23363952511ab..7b4af336a978534c8ea82c1da9f8a768e875c916 100644 |
| --- a/build/protoc.gypi |
| +++ b/build/protoc.gypi |
| @@ -101,7 +101,8 @@ |
| ], |
| 'dependencies': [ |
| '<(DEPTH)/third_party/protobuf/protobuf.gyp:protoc#host', |
| - '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| + '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_full_do_not_use', |
|
Albert Bodenhamer
2012/12/18 17:42:22
Test code?
Ilya Sherman
2012/12/19 01:50:08
Yep, this enables the DebugString() method that al
|
| +# '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| ], |
| 'include_dirs': [ |
| '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
| @@ -116,7 +117,8 @@ |
| 'export_dependent_settings': [ |
| # The generated headers reference headers within protobuf_lite, |
| # so dependencies must be able to find those headers too. |
| - '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| + '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_full_do_not_use', |
| +# '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite', |
| ], |
| # This target exports a hard dependency because it generates header |
| # files. |