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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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
3 PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-proto buf Enable Protobuf extension]) 1 PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-proto buf Enable Protobuf extension])
4 2
5 if test "$PHP_PROTOBUF" != "no"; then 3 if test "$PHP_PROTOBUF" != "no"; then
6 4
7 dnl this defines the extension 5 PHP_NEW_EXTENSION(
8 PHP_NEW_EXTENSION(protobuf, upb.c protobuf.c def.c message.c storage.c, $ext_s hared) 6 protobuf,
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