diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 20:32:53 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 20:32:53 +0000 |
commit | 97f706cbef77c8b5fae821ecf2bc990def9b99f0 (patch) | |
tree | 33fd6b04d5ed083a2b82c817467240dd1d0d1009 /ppapi/ppapi_tests.gypi | |
parent | 3f0b679e7d5ed5d91d128a6c600cfc58c3fc9fe5 (diff) | |
download | chromium_src-97f706cbef77c8b5fae821ecf2bc990def9b99f0.zip chromium_src-97f706cbef77c8b5fae821ecf2bc990def9b99f0.tar.gz chromium_src-97f706cbef77c8b5fae821ecf2bc990def9b99f0.tar.bz2 |
Fix resolution of GetTimeTicks.
Add a test to make sure Time and TimeTicks return increasing times. A similar test is failing in NaCl when I try to roll DEPS.
BUG=88935
TEST=test_core.cc
Review URL: http://codereview.chromium.org/7329047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r-- | ppapi/ppapi_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 625b0e1..cb63933 100644 --- a/ppapi/ppapi_tests.gypi +++ b/ppapi/ppapi_tests.gypi @@ -79,6 +79,8 @@ 'tests/test_c_includes.c', 'tests/test_char_set.cc', 'tests/test_char_set.h', + 'tests/test_core.cc', + 'tests/test_core.h', 'tests/test_cpp_includes.cc', 'tests/test_cursor_control.cc', 'tests/test_cursor_control.h', |