summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authorspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 18:07:49 +0000
committerspang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 18:07:49 +0000
commitf88a8f74a8167494ef01ea59b77f532068fd42b7 (patch)
tree63ad2bf73b73732d5b9afda8343f831eb3dfa1ca /content/DEPS
parent04993e7883adb683760e1fec248c95b43d9b424d (diff)
downloadchromium_src-f88a8f74a8167494ef01ea59b77f532068fd42b7.zip
chromium_src-f88a8f74a8167494ef01ea59b77f532068fd42b7.tar.gz
chromium_src-f88a8f74a8167494ef01ea59b77f532068fd42b7.tar.bz2
ozone: Move public files to ui/ozone/public & update public DEPS
We'll only export files from ui/ozone/public to other, higher-level components. In particular the files from ui/ozone/common and ui/ozone/platform are private. BUG=none TEST=desktop build with use_ozone=1 chromeos=1 Review URL: https://codereview.chromium.org/379233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS
index e697611..6fd07fe 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -86,7 +86,7 @@ include_rules = [
"+ui/gfx",
"+ui/gl",
"+ui/native_theme",
- "+ui/ozone",
+ "+ui/ozone/public",
"+ui/shell_dialogs",
"+ui/snapshot",
"+ui/surface",