summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorkmarshall <kmarshall@chromium.org>2016-01-29 13:24:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-29 21:25:43 +0000
commitbb61953ad05c7a0caf6405920a6ac1a66cb4b3a6 (patch)
tree90e4b436e456ade3c20eb2d78eb3232e91b4e19b /PRESUBMIT.py
parent40f83b59aca057818393935185b1ad2d89d19ee4 (diff)
downloadchromium_src-bb61953ad05c7a0caf6405920a6ac1a66cb4b3a6.zip
chromium_src-bb61953ad05c7a0caf6405920a6ac1a66cb4b3a6.tar.gz
chromium_src-bb61953ad05c7a0caf6405920a6ac1a66cb4b3a6.tar.bz2
Restructure contents of blimp/engine.
Restructure contents of blimp/engine folder. See crbug.com/581506 for more information on the eventual directory structure. Modify paths and ifdef guards as needed. Resolve various linter errors encountered along the way. Update PRESUBMIT.py banned function exemption with the new path. BUG=581506 R=haibinlu@chromium.org,phadjan.jr@chromium.org Review URL: https://codereview.chromium.org/1632803004 Cr-Commit-Position: refs/heads/master@{#372424}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 38dbcd7..6aef117 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -166,7 +166,7 @@ _BANNED_CPP_FUNCTIONS = (
(
r"^base[\\\/]process[\\\/]process_linux\.cc$",
r"^base[\\\/]process[\\\/]process_metrics_linux\.cc$",
- r"^blimp[\\\/]engine[\\\/]browser[\\\/]blimp_browser_main_parts\.cc$",
+ r"^blimp[\\\/]engine[\\\/]app[\\\/]blimp_browser_main_parts\.cc$",
r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]boot_times_recorder\.cc$",
r"^chrome[\\\/]browser[\\\/]chromeos[\\\/]"
"customization_document_browsertest\.cc$",