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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common.gypi

Issue 342153003: Add ChromeVox braille_util_test to chromevox_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 6 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/common.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/common.gypi b/chrome/browser/resources/chromeos/chromevox/common.gypi
index a4e9dd20c16a9ee143da0c5e7a97cf80621cb989..79da6857232eb4189e7b812c2211cf4af21a7efb 100644
--- a/chrome/browser/resources/chromeos/chromevox/common.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/common.gypi
@@ -11,6 +11,8 @@
'js_root_flags': [
'-r', '.',
'-r', '<(closure_goog_dir)',
+ '-x', 'testing',
+ '-x', '_test.js',
],
'path_rewrite_flags': [
'-w', '<(closure_goog_dir):closure',

Powered by Google App Engine
This is Rietveld 408576698