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

Side by Side Diff: ports/gflags/nacl.patch

Issue 1651613002: Add gflags ports (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « ports/gflags/build.sh ('k') | ports/gflags/pkg_info » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 --- a/CMakeLists.txt
3 +++ b/CMakeLists.txt
4 @@ -293,7 +293,7 @@ foreach (TYPE IN ITEMS STATIC SHARED)
5 if (BUILD_gflags${opts}_LIB)
6 add_library (gflags${opts}-${type} ${TYPE} ${GFLAGS_SRCS} ${PRIVATE_HDR S} ${PUBLIC_HDRS})
7 if (opts MATCHES "nothreads")
8 - set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL};NOTHREADS")
9 + set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL};NO_THREADS")
10 else ()
11 set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL}")
12 if (CMAKE_USE_PTHREADS_INIT)
OLDNEW
« no previous file with comments | « ports/gflags/build.sh ('k') | ports/gflags/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698