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

Unified Diff: docs/GypVsCMake.md

Issue 1292053003: Lots of documentation cleanup (Closed) Base URL: https://chromium.googlesource.com/external/gyp@md-pages
Patch Set: update w/ note about "fetch gyp" Created 5 years, 4 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 | « docs/Buildbot.md ('k') | docs/Hacking.md » ('j') | docs/Hacking.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/GypVsCMake.md
diff --git a/docs/GypVsCMake.md b/docs/GypVsCMake.md
index b4aa3d90137a0b9667d3d62632d77ecc36c41d95..6d659a6123b661b55f68caff401d3a5b2c8ab7af 100644
--- a/docs/GypVsCMake.md
+++ b/docs/GypVsCMake.md
@@ -1,4 +1,4 @@
-# GYP vs. CMake #
+# vs. CMake
GYP was originally created to generate native IDE project files (Visual Studio, Xcode) for building [Chromium](http://www.chromim.org).
@@ -29,10 +29,8 @@ absent from cmake, but not strictly required for Chromium.
1. Ability to incrementally transition on Windows. It took us about 6 months
to switch fully to gyp. Previous attempts to move to scons had taken a long
time and failed, due to the requirement to transition while in flight. For a
-substantial period of time, we had a hybrid of checked in vcproj and
-gyp generated
-vcproj. To this day we still have a good number of GUIDs pinned in the
-gyp files,
+substantial period of time, we had a hybrid of checked in vcproj and gyp generated
scottmg 2015/08/13 23:06:41 80 col for these two I guess
+vcproj. To this day we still have a good number of GUIDs pinned in the gyp files,
because different parts of our release pipeline have leftover assumptions
regarding manipulating the raw sln/vcprojs. This transition occurred from
the bottom up, largely because modules like base were easier to convert, and
« no previous file with comments | « docs/Buildbot.md ('k') | docs/Hacking.md » ('j') | docs/Hacking.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698