summaryrefslogtreecommitdiffstats
path: root/mojo/system/PRESUBMIT.py
Commit message (Collapse)AuthorAgeFilesLines
* Move mojo edk into mojo/edkjamesr2014-10-031-16/+0
| | | | | | | | | | | | | | | | | | | | This creates a mojo/edk directory which contains the "embedder developer kit" aka the set of code needed to embed mojo code. mojo/edk/embedder = code from mojo/embedder mojo/edk/system = code from mojo/system mojo/edk/test = code used to test the previous two, from mojo/common/test mojo/edk/ can only depend on mojo/public/, base/ and itself. R=viettrungluu@chromium.org TBR=sky@chromium.org for file renames Committed: https://chromium.googlesource.com/chromium/src/+/ee7ff197a98da4636f33bd713de784948b487bd4 Review URL: https://codereview.chromium.org/621153003 Cr-Commit-Position: refs/heads/master@{#297986}
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-0/+16
| | | | | | | | | | | | | | | This reverts commit ee7ff197a98da4636f33bd713de784948b487bd4. Causing widespread checkdeps failures. ERROR in src\content\browser\webui\web_ui_mojo_browsertest.cc Illegal include: "mojo/edk/test/test_utils.h" Because of no rule applying. TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/623883002 Cr-Commit-Position: refs/heads/master@{#297966}
* Move mojo edk into mojo/edkJames Robinson2014-10-031-16/+0
| | | | | | | | | | | | | | | | | This creates a mojo/edk directory which contains the "embedder developer kit" aka the set of code needed to embed mojo code. mojo/edk/embedder = code from mojo/embedder mojo/edk/system = code from mojo/system mojo/edk/test = code used to test the previous two, from mojo/common/test mojo/edk/ can only depend on mojo/public/, base/ and itself. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/621153003 Cr-Commit-Position: refs/heads/master@{#297958}
* Mojo: clang-format mojo/public/c/... and add a presubmit check.viettrungluu@chromium.org2014-08-141-1/+1
| | | | | | | | | | | | | Note: clang-format misformats some C-style casts (in the C-compilable parts of header files; e.g., it formats |(Foo)-5| as |(Foo) - 5|), but I can live with that. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/469393002 Cr-Commit-Position: refs/heads/master@{#289669} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289669 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: clang-format mojo/system/*.{cc,h} ...viettrungluu@chromium.org2014-07-291-0/+16
... except for raw_channel.cc and raw_channel_win.cc, which are the files in r285211, which is to be reverted soon (later this week). (Simply clang-formatting those files would make the revert much more difficult.) The plan for those files is to land a clang-formatted revert of r285211, and then reland a clang-formatted version of r285211. Add a PRESUBMIT.py now, since we can. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/422333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286235 0039d316-1c4b-4281-b951-d872f2087c98