Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: sky/engine/platform/DEPS

Issue 726133002: Use root-relative V8 includes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/loader/FrameLoaderClient.h ('k') | sky/engine/platform/graphics/Pattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/DEPS
diff --git a/sky/engine/platform/DEPS b/sky/engine/platform/DEPS
index ad6c456db9aabf64593718a4507598c08fbb36ab..4349cd291c997f514918d40883ef1410f892e93f 100644
--- a/sky/engine/platform/DEPS
+++ b/sky/engine/platform/DEPS
@@ -1,15 +1,16 @@
include_rules = [
+ "+heap",
+ "+mojo/common",
+ "+mojo/public",
+ "+mojo/services/public",
"+mozilla",
"+platform",
"+public/platform",
"+skia/ext",
- "+mojo/common",
- "+mojo/public",
- "+mojo/services/public",
"+third_party/khronos",
"+third_party/skia",
"+url",
- "+heap",
+ "+v8"
"-bindings",
"-core",
"-modules",
« no previous file with comments | « sky/engine/core/loader/FrameLoaderClient.h ('k') | sky/engine/platform/graphics/Pattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698