OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LARGS
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/resources/ntp4/tools/
check.sh
46
LARGS
="--nojsdoc"
49
LARGS
+=" --strict"
52
LARGS
+=" --check_html new_tab.html"
54
LARGS
+=" $SOURCES"
56
echo gjslint $
LARGS
57
gjslint $
LARGS
|| exit 1
/external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh
47
LARGS
="--nojsdoc"
50
LARGS
+=" --strict"
53
LARGS
+=" --check_html newtab.html"
55
LARGS
+=" $SOURCES"
57
echo gjslint $
LARGS
58
gjslint $
LARGS
|| exit 1
Completed in 753 milliseconds