Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / mojo / embedder / DEPS
1 include_rules = [
2   "+mojo/system/system_impl_export.h",
3 ]
4
5 specific_include_rules = {
6   # Implementation files may freely access mojo/system, but we don't want to
7   # leak implementation details through the headers.
8   ".*\.cc": [
9     "+mojo/system",
10   ]
11 }