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

Unified Diff: third_party/gflags/README.webrtc

Issue 1679263002: Switch third_party/gflags to use updated GitHub repo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add myself to owners 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/gflags/OWNERS ('k') | third_party/gflags/gen/posix/include/gflags/gflags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gflags/README.webrtc
diff --git a/third_party/gflags/README.webrtc b/third_party/gflags/README.webrtc
index 63d560c646b1b2c7e7ae414dac49e5746847592f..a8a9830a61a07f43ded44f3ad938a8464ee7f26f 100644
--- a/third_party/gflags/README.webrtc
+++ b/third_party/gflags/README.webrtc
@@ -1,5 +1,5 @@
-URL: http://code.google.com/p/gflags/
-Version: 2.0
+URL: https://github.com/gflags/gflags
+Version: 2.1.2
License: New BSD
License File: LICENSE
@@ -20,9 +20,9 @@ similar configurations except for Windows. This is why there's only
posix and win directories below gen/.
When rolling gflags to a newer version, it's a good idea to check if
new configuration files needs to be generated as well.
-Do this by running ./configure in the newly checked out version of
+Do this by running cmake in the newly checked out version of
gflags. Then diff the generated files with the ones below gen/.
If you notice a diff, update the files with the updated ones.
If you suspect platform dependend changes other than Windows, you'll
have to checkout gflags on the other platforms as well and run
-./configure there too.
+cmake there too.
« no previous file with comments | « third_party/gflags/OWNERS ('k') | third_party/gflags/gen/posix/include/gflags/gflags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698