forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review-Url: https://codereview.chromium.org/2495703003 Cr-Commit-Position: refs/heads/master@{#431647}
- Loading branch information
billorr
authored and
Commit bot
committed
Nov 11, 2016
1 parent
1e16409
commit 3c7e144
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1023,6 +1023,11 @@ | |
'chrome/test/data/chromeos/virtual_keyboard/'\ | ||
'chrome/common/extensions/api/virtual_keyboard', | ||
}, | ||
'virtual_reality': { | ||
'filepath': 'vr_shell/|'\ | ||
'/vr/|'\ | ||
'third_party/gvr', | ||
}, | ||
'webrtc_browser_tests': { | ||
'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ | ||
'content/browser/media/.*webrtc.*browsertest', | ||
|
@@ -2030,6 +2035,7 @@ | |
'views': ['[email protected]'], | ||
'virtual_keyboard': ['[email protected]', | ||
'[email protected]'], | ||
'virtual_reality': ['[email protected]'], | ||
'webrtc_browser_tests': ['[email protected]'], | ||
'website_settings': ['[email protected]', | ||
'[email protected]', | ||
|