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

Unified Diff: PRESUBMIT.py

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Add line explaining how files are renamed. Created 3 years, 9 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
« no previous file with comments | « no previous file | tools/perf/page_sets/data/webrtc_audio_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 16f00ad5bff741fd78119cda7f62031447597c1d..5fe58ad8fd290124213297880482a5a592166450 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -26,6 +26,7 @@ _EXCLUDED_PATHS = (
r".*vulcanized.html$",
r".*crisper.js$",
r"tools[\\\/]md_browser[\\\/].*\.css$",
+ r"tools[\\\/]perf[\\\/]page_sets[\\\/]webrtc_cases[\\\/]adapter.js$",
Paweł Hajdan Jr. 2017/03/28 09:29:45 Why is this needed?
ehmaldonado_chromium 2017/03/28 09:56:36 It has lines longer than 80 characters. We want to
)
« no previous file with comments | « no previous file | tools/perf/page_sets/data/webrtc_audio_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698