diff options
Diffstat (limited to 'chrome/browser/resources/touch_ntp/tools/check.sh')
-rwxr-xr-x | chrome/browser/resources/touch_ntp/tools/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/touch_ntp/tools/check.sh b/chrome/browser/resources/touch_ntp/tools/check.sh index e11bba8..9d1e2a1 100755 --- a/chrome/browser/resources/touch_ntp/tools/check.sh +++ b/chrome/browser/resources/touch_ntp/tools/check.sh @@ -10,7 +10,7 @@ # See http://code.google.com/closure/compiler/ and # http://code.google.com/closure/utilities/ for details on these tools. -SOURCES="eventtracker.js touchhandler.js slider.js newtab.js grabber.js " +SOURCES="touchhandler.js slider.js newtab.js grabber.js " SOURCES+="standalone/standalone_hack.js" # First run the closure compiler looking for syntactic issues. |