Searched refs:copyOther (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKitTools/android/webkitmerge/
H A Dwebkitmerge.cpp66 mergeMake(true), copyOther(true), mergeCore(true),
77 mergeMake = copyOther = mergeCore = removeEmptyDirs = removeSVNDirs = false;
86 bool copyOther; member in class:Options
1656 options.copyOther = true;
1759 if (options.copyOther) {
1761 fprintf(stderr, "building copyOther.sh\n");
1762 string copyOtherShell = outputDir + "copyOther.sh";
1814 if (options.copyOther) {
1816 fprintf(stderr, "executing copyOther.sh\n");
1817 string execCopyOther = "cd " + options.androidWebKit + "; . " + outputDir + "copyOther
[all...]

Completed in 62 milliseconds