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

Unified Diff: third_party/boost/README.chromium

Issue 113163: Add gmock into our dependencies. (Closed)
Patch Set: Making gmock work with windows. Requires adding boost. Created 11 years, 7 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/boost/LICENSE_1_0.txt ('k') | third_party/boost/boost.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boost/README.chromium
diff --git a/third_party/boost/README.chromium b/third_party/boost/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..2123acd0abaefc29457096d274c4bf770b358bbe
--- /dev/null
+++ b/third_party/boost/README.chromium
@@ -0,0 +1,12 @@
+This contains a TR1::Boost version 1.36.0 taken from the googlemock project
+download page.
+ http://googlemock.googlecode.com/files/boost_tr1_tuple_1_36_0.zip
+
+Steps to reproduce:
+ 1) Download from
+ http://googlemock.googlecode.com/files/boost_tr1_tuple_1_36_0.zip
+ 2) Unzip the package.
+ 3) Move files from the resulting boost_1_36_0 directory to the top level.
+
+The gyp project file is hand written to make this file available for windows
+builds only because that is the only place we need it currently.
« no previous file with comments | « third_party/boost/LICENSE_1_0.txt ('k') | third_party/boost/boost.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698