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

Unified Diff: chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js

Issue 1145243006: Port chromevox build to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@externs
Patch Set: Workaround hardlink related spuroius rebuild issue by using a stamp file (not ideal). Created 5 years, 5 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/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
index 759591e1c7f2faaa1313e117cb400d96835ebc40..4c99e15d07d204d03bdbd968dbbe720ffceb93b9 100644
--- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
+++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-GEN_INCLUDE([
- 'chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js']);
-GEN_INCLUDE([
- 'chrome/browser/resources/chromeos/chromevox/testing/common.js',
- 'chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js']);
+GEN_INCLUDE(['assert_additions.js']);
+GEN_INCLUDE(['common.js',
+ 'callback_helper.js']);
/**
* Base test fixture for ChromeVox unit tests.

Powered by Google App Engine
This is Rietveld 408576698