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

Unified Diff: PRESUBMIT.py

Issue 117233006: Port content::GLHelper over to GLES2Interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 6533abee5815deb2f4014daf657eb71ecc8b86b6..68b6d5024b83c2744a74a0d4ac94fc28da61d830 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -873,6 +873,8 @@ def _CheckSpamLogging(input_api, output_api):
r"^chrome[\\\/]installer[\\\/]setup[\\\/].*",
r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]"
r"logging_native_handler\.cc$",
+ r"^content[\\\/]common[\\\/]gpu[\\\/]client[\\\/]"
+ r"gl_helper_benchmark\.cc$",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^remoting[\\\/]host[\\\/].*",
r"^sandbox[\\\/]linux[\\\/].*",
« no previous file with comments | « no previous file | content/browser/aura/gpu_process_transport_factory.cc » ('j') | content/common/gpu/client/gl_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698