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

Unified Diff: src/libplatform/DEPS

Issue 369073002: Don't even include v8.h from libbase or libplatform (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months 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 | « src/base/atomicops.h ('k') | src/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libplatform/DEPS
diff --git a/src/libplatform/DEPS b/src/libplatform/DEPS
index bba4fa049379e0ce47f5ca74227a3c97d0072611..2ea335990fb08999bba817297585e84b6d15ad41 100644
--- a/src/libplatform/DEPS
+++ b/src/libplatform/DEPS
@@ -1,4 +1,7 @@
include_rules = [
+ "-include",
+ "+include/libplatform",
+ "+include/v8-platform.h",
"-src",
"+src/base",
"+src/libplatform",
« no previous file with comments | « src/base/atomicops.h ('k') | src/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698