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

Unified Diff: PRESUBMIT.py

Issue 23316003: [content shell] move browser process stuff into browser/ subdir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | ash/shell/content_client/shell_browser_main_parts.cc » ('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 49a366598cfab3ac04b213052409fad3b6251ad2..7f4af43c81b09e762eb9f9fc67d535f05a03e454 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -157,7 +157,8 @@ _BANNED_CPP_FUNCTIONS = (
),
True,
(
- r"^content[\\\/]shell[\\\/]shell_browser_main\.cc$",
+ r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
+ r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
),
),
« no previous file with comments | « no previous file | ash/shell/content_client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698