Implement test to iterate over list of URLs and store load times.

Also patch makefiles to correctly build tests and allow for hidden API calls in test.
diff --git a/Android.mk b/Android.mk
index 537ad60..d67a338 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,7 +8,7 @@
         gsf-client
 
 LOCAL_SRC_FILES := \
-        $(call all-subdir-java-files) \
+        $(call all-java-files-under, src) \
         src/com/android/browser/EventLogTags.logtags
 
 LOCAL_PACKAGE_NAME := Browser