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

Unified Diff: build/linux/unbundle/README

Issue 2343883002: unbundle: remove obsolete GYP script (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | build/linux/unbundle/replace_gyp_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/README
diff --git a/build/linux/unbundle/README b/build/linux/unbundle/README
index 8c77b75b66efbe522646c8b870e1907f4fec580a..47336a1a330caa1ff6786eabb56df61a736425f7 100644
--- a/build/linux/unbundle/README
+++ b/build/linux/unbundle/README
@@ -37,19 +37,6 @@ Usage:
NOTE: by default this will not remove anything (for safety). Pass
--do-remove flag to actually remove files.
-2. Pick the script to run depending on whether you use GYP or GN:
+2. replace_gn_files.py --system-libraries lib...
-2a. replace_gyp_files.py <gyp-flags>
-
- For example: replace_gyp_files.py -Duse_system_harfbuzz=1
-
- The script ignores flags other than -D for convenience. This makes it
- possible to have a variable e.g. ${myconf} with all the options, and
- execute:
-
- build/linux/unbundle/replace_gyp_files.py ${myconf}
- build/gyp_chromium ${myconf}
-
-2b. replace_gn_files.py --system-libraries lib...
-
- For example: replace_gn_files.py --system-libraries libxml
+ For example: replace_gn_files.py --system-libraries libxml
« no previous file with comments | « no previous file | build/linux/unbundle/replace_gyp_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698