summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-21 20:45:27 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-21 20:45:27 +0000
commitac1df702a252fb22e4a8ba68cc80d0c67b08d6de (patch)
tree41d9ed4db4cb2c101a67aaa1778754f1ad855e49 /PRESUBMIT.py
parent976966c809acb6f46aed9468aeaf0f86df1f470f (diff)
downloadchromium_src-ac1df702a252fb22e4a8ba68cc80d0c67b08d6de.zip
chromium_src-ac1df702a252fb22e4a8ba68cc80d0c67b08d6de.tar.gz
chromium_src-ac1df702a252fb22e4a8ba68cc80d0c67b08d6de.tar.bz2
Mojo: Add a simple platform-level shared memory implementation.
(Unfortunately, base::SharedMemory doesn't quite meet our needs right now, and it'll be a while -- if ever -- before I manage to refactor it so that it does.) Not yet implemented on Windows. (This should be simple, but I'll do it separately.) R=darin@chromium.org Review URL: https://codereview.chromium.org/205583008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 326178c..ced5de4 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -170,6 +170,7 @@ _BANNED_CPP_FUNCTIONS = (
r"^components[\\\/]breakpad[\\\/]app[\\\/]breakpad_mac\.mm$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
+ r"^mojo[\\\/]system[\\\/]raw_shared_buffer_posix\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
),
),