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

/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.cc159 base::FilePath testApiPath; local
160 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &testApiPath));
161 testApiPath = testApiPath.AppendASCII("webui");
162 testApiPath = testApiPath.AppendASCII("test_api.js");
163 AddLibrary(testApiPath);

Completed in 27 milliseconds