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

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

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 4 years, 6 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
(Empty)
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])
4
5 if test "$PHP_PROTOBUF" != "no"; then
6
7 dnl this defines the extension
8 PHP_NEW_EXTENSION(protobuf, upb.c protobuf.c def.c message.c storage.c, $ext_s hared)
9
10 fi
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698