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

Side by Side Diff: third_party/WebKit/WebCore/make-generated-sources.sh

Issue 46097: WebKit merge 41660:41709 (WebKit side).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 export SOURCE_ROOT=$PWD 2 export SOURCE_ROOT=$PWD
3 export SRCROOT=$PWD 3 export SRCROOT=$PWD
4 export WebCore=$PWD 4 export WebCore=$PWD
5 export CREATE_HASH_TABLE="$SRCROOT/../JavaScriptCore/create_hash_table" 5 export CREATE_HASH_TABLE="$SRCROOT/../JavaScriptCore/create_hash_table"
6 6
7 mkdir -p DerivedSources/WebCore && 7 mkdir -p DerivedSources/WebCore &&
8 make -C DerivedSources/WebCore -f ../../DerivedSources.make 8 make -C DerivedSources/WebCore -f ../../DerivedSources.make $@
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/loader/CrossOriginAccessControl.cpp ('k') | third_party/WebKit/WebCore/page/AccessibilityTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698