Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7982)

Unified Diff: chrome/test/base/v8_unit_test.cc

Issue 23830003: Replace accessibility-developer-tools submodule with accessibility-audit directory containing just … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert number of expected results in testCanIgnoreSelectors test to 2 Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/js_unittest_vars.gypi ('k') | chrome/test/base/web_ui_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/v8_unit_test.cc
diff --git a/chrome/test/base/v8_unit_test.cc b/chrome/test/base/v8_unit_test.cc
index b60502ccbb7e7e6da03a48f31f52057e7d8b1ffb..4ccadef040bafb210b4e306ebd402522339d3470 100644
--- a/chrome/test/base/v8_unit_test.cc
+++ b/chrome/test/base/v8_unit_test.cc
@@ -144,8 +144,7 @@ void V8UnitTest::InitPathsAndLibraries() {
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &accessibilityAuditPath));
accessibilityAuditPath = accessibilityAuditPath.AppendASCII("third_party");
accessibilityAuditPath =
- accessibilityAuditPath.AppendASCII("accessibility-developer-tools");
- accessibilityAuditPath = accessibilityAuditPath.AppendASCII("gen");
+ accessibilityAuditPath.AppendASCII("accessibility-audit");
accessibilityAuditPath = accessibilityAuditPath.AppendASCII("axs_testing.js");
AddLibrary(accessibilityAuditPath);
« no previous file with comments | « chrome/js_unittest_vars.gypi ('k') | chrome/test/base/web_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698