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

Unified Diff: chrome/browser/android/vr_shell/PRESUBMIT.py

Issue 2694103006: Inject vr controller events into Android Native UI. (Closed)
Patch Set: Fix presubmit Created 3 years, 10 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/android/vr_shell/PRESUBMIT.py
diff --git a/chrome/browser/android/vr_shell/PRESUBMIT.py b/chrome/browser/android/vr_shell/PRESUBMIT.py
index 2292c80e5bf4cdc2409967ab2c5942d8d9cfe6ad..70b0a60d83d657662b9881541c50c3a17884c452 100644
--- a/chrome/browser/android/vr_shell/PRESUBMIT.py
+++ b/chrome/browser/android/vr_shell/PRESUBMIT.py
@@ -15,9 +15,9 @@ import re
# linters, and add exclusions if necessary.
#
# Note that this list must be non-empty, or cpplint will use its default set of
-# filters. Therefore, explicitly enable a single dummy linter.
+# filters.
LINT_FILTERS = [
- '+build/include',
+ '-build/include',
]
VERBOSITY_LEVEL = 4
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | chrome/browser/android/vr_shell/android_ui_gesture_target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698