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

Unified Diff: chromium/scripts/generate_gyp.py

Issue 9325049: Fixup chromium specific bits after merge. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Code review fixes. Created 8 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 | « chromium/scripts/copy_config.sh ('k') | ffmpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium/scripts/generate_gyp.py
diff --git a/chromium/scripts/generate_gyp.py b/chromium/scripts/generate_gyp.py
index e42d40653bd2184fb1bcbe0a3c7b3942f3a7ac7d..3ca2357462108000144813828de490579b04a59b 100755
--- a/chromium/scripts/generate_gyp.py
+++ b/chromium/scripts/generate_gyp.py
@@ -33,15 +33,14 @@ Step 3: Build for ia32/x64 platforms outside chroot (will need yasm in path)
Step 4: Build and enter Chromium OS chroot:
cd path/to/chromeos/src/scripts
- ./make_chroot
- ./enter_chroot.sh
+ cros_sdk --enter
Step 5: Setup build environment for ARM:
./setup_board --board arm-generic
Step 6: Build for arm/arm-neon platforms inside chroot
- ./build_ffmpeg.sh linux arm path/to/chromeos/deps
- ./build_ffmpeg.sh linux arm-neon path/to/chromeos/deps
+ ./chromium/scripts/build_ffmpeg.sh linux arm path/to/chromeos/deps
+ ./chromium/scripts/build_ffmpeg.sh linux arm-neon path/to/chromeos/deps
Step 7: Exit chroot and generate gyp file
exit
« no previous file with comments | « chromium/scripts/copy_config.sh ('k') | ffmpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698