Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: third_party/protobuf/php/ext/google/protobuf/config.m4

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 dnl lines starting with "dnl" are comments
2
1 PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-proto buf Enable Protobuf extension]) 3 PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-proto buf Enable Protobuf extension])
2 4
3 if test "$PHP_PROTOBUF" != "no"; then 5 if test "$PHP_PROTOBUF" != "no"; then
4 6
5 PHP_NEW_EXTENSION( 7 dnl this defines the extension
6 protobuf, 8 PHP_NEW_EXTENSION(protobuf, upb.c protobuf.c def.c message.c storage.c, $ext_s hared)
7 array.c def.c encode_decode.c map.c message.c protobuf.c storage.c type_chec k.c upb.c utf8.c,
8 $ext_shared)
9 9
10 fi 10 fi
OLDNEW
« no previous file with comments | « third_party/protobuf/php/ext/google/protobuf/array.c ('k') | third_party/protobuf/php/ext/google/protobuf/def.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698