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

Unified Diff: chrome/test/base/web_ui_browsertest.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: 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
Index: chrome/test/base/web_ui_browsertest.cc
diff --git a/chrome/test/base/web_ui_browsertest.cc b/chrome/test/base/web_ui_browsertest.cc
index a32720cb7ba1c89989b3819756d312068ff45a5d..28d5d9ef75758ffd568fbae121ad069b639ff5e2 100644
--- a/chrome/test/base/web_ui_browsertest.cc
+++ b/chrome/test/base/web_ui_browsertest.cc
@@ -54,7 +54,7 @@ using content::WebUIMessageHandler;
namespace {
const base::FilePath::CharType kA11yAuditLibraryJSPath[] = FILE_PATH_LITERAL(
- "third_party/accessibility-developer-tools/gen/axs_testing.js");
+ "third_party/accessibility-audit/axs_testing.js");
const base::FilePath::CharType kMockJSPath[] =
FILE_PATH_LITERAL("chrome/third_party/mock4js/mock4js.js");
const base::FilePath::CharType kWebUILibraryJS[] =

Powered by Google App Engine
This is Rietveld 408576698