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

Unified Diff: third_party/libvpx/README.chromium

Issue 2318053003: Remove gyp support from libvpx (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 | third_party/libvpx/ads2gas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/README.chromium
diff --git a/third_party/libvpx/README.chromium b/third_party/libvpx/README.chromium
index 423da7b6d95ca70c8081f0a9e20f965e2ddf31e9..e9baf84c4d530d9bb2e6226fd8e4646cee1979d1 100644
--- a/third_party/libvpx/README.chromium
+++ b/third_party/libvpx/README.chromium
@@ -28,18 +28,18 @@ Please follow these steps to update libvpx source code:
Use the generated commit message for the roll.
-2. Generate .gypi, .gni and config files.
+2. Generate .gni and config files.
cd third_party/libvpx
- ./generate_gypi.sh
+ ./generate_gni.sh
3. Update 'Branch' in README.chromium if necessary.
Tools needed to build libvpx:
-- generate_gypi.sh
+- generate_gni.sh
-Generate config and .gypi files that contain the source list for each platform.
+Generate config and .gni files that contain the source list for each platform.
Configuration for the build is taken from vpx_config.h for each platform.
- lint_config.sh
« no previous file with comments | « no previous file | third_party/libvpx/ads2gas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698