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

Unified Diff: src/DEPS

Issue 438243004: Prevent direct inclusion of headers from TF. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « no previous file | src/compiler/pipeline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index 2061869ab109b98f88102393f091f9f3b165b973..f38a902bdf0986ea80c1c762d8e1a4ab884035d0 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -1,5 +1,7 @@
include_rules = [
"+src",
+ "-src/compiler",
+ "+src/compiler/pipeline.h",
"-src/libplatform",
"-include/libplatform",
]
« no previous file with comments | « no previous file | src/compiler/pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698