Commit 631fc091 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Remove some unused include_rules entries

nacl_os_qualify.h is no longer #included.  The other directories don't
exist any more.

BUG=none
TEST=run checkdeps.py
R=teravest@chromium.org

Review URL: https://codereview.chromium.org/306123006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273976 0039d316-1c4b-4281-b951-d872f2087c98
parent 667a479e
......@@ -2,16 +2,7 @@ include_rules = [
"+native_client/src/include",
"+native_client/src/public",
"+native_client/src/shared/platform",
# TODO(bradnelson): Eliminate these as they are actually incorrectly rooted
# internal references.
"+native_client/src/shared/ppapi_proxy",
"+native_client/src/shared/srpc",
"+native_client/src/trusted/weak_ref",
"+native_client/src/untrusted",
"+native_client/tests/ppapi_geturl",
"+native_client/tests/ppapi_test_lib",
"+srpcgen",
"+trusted/srpcgen",
"+untrusted/srpcgen",
]
......@@ -2,7 +2,6 @@ include_rules = [
"+native_client/src/shared/imc/nacl_imc_c.h",
"+native_client/src/trusted/desc",
"+native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h",
"+native_client/src/trusted/platform_qualify/nacl_os_qualify.h",
"+native_client/src/trusted/reverse_service/reverse_service.h",
"+native_client/src/trusted/service_runtime/include",
"+native_client/src/trusted/service_runtime/nacl_error_code.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment