From 471b74f430d7885283a7257de6923fdc86a94368 Mon Sep 17 00:00:00 2001 From: blundell Date: Fri, 23 Jan 2015 08:27:14 -0800 Subject: Include Mojo SDK/EDK via fully-qualified paths in Chromium code. As a followup to the move of the Mojo SDK and EDK to live under //third_party, this CL updates Chromium code to include SDK/EDK headers via fully-qualified paths instead of relying on include_dirs that are exported by the Mojo targets. This CL also includes mechanical updates to DEPS files to satisfy checkdeps. Review URL: https://codereview.chromium.org/846443006 Cr-Commit-Position: refs/heads/master@{#312858} --- extensions/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index 1a7b60a..183bba6 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -11,7 +11,7 @@ include_rules = [ "+extensions/test", "+grit/extensions_renderer_resources.h", "+grit/extensions_resources.h", - "+mojo/public", + "+third_party/mojo/src/mojo/public", "+third_party/skia/include", "+testing", -- cgit v1.1