summaryrefslogtreecommitdiffstats
path: root/mojo/PRESUBMIT.py
diff options
context:
space:
mode:
authorJames Robinson <jamesr@chromium.org>2014-10-02 17:19:39 -0700
committerJames Robinson <jamesr@chromium.org>2014-10-03 00:20:26 +0000
commitee7ff197a98da4636f33bd713de784948b487bd4 (patch)
treebde85518c9be483f1e0a32c98a6dbb5e9b93e62e /mojo/PRESUBMIT.py
parent20894f54fc1460d9f13210b427a077267ebe86ee (diff)
downloadchromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.zip
chromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.tar.gz
chromium_src-ee7ff197a98da4636f33bd713de784948b487bd4.tar.bz2
Move mojo edk into mojo/edk
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}
Diffstat (limited to 'mojo/PRESUBMIT.py')
-rw-r--r--mojo/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/PRESUBMIT.py b/mojo/PRESUBMIT.py
index 7f5b503..a7dc055 100644
--- a/mojo/PRESUBMIT.py
+++ b/mojo/PRESUBMIT.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Presubmit script for mojo/embedder.
+"""Presubmit script for mojo
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools.