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

Unified Diff: src/DEPS

Issue 1605973002: Remove rule prohibiting including src/v8.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | no next file » | 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 b54cd045634eb281e4c416e1c8a062d567b98fc1..f8a63f0ef951315887240e053d16b233f2e2c545 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -17,13 +17,6 @@ include_rules = [
]
specific_include_rules = {
- ".*\.h": [
- # Note that src/v8.h by now is a regular header file, it doesn't provide
- # any special declarations besides the V8 class. There should be no need
- # for including it in any .h files though. This rule is just a reminder,
- # and can be removed once the dust has settled.
- "-src/v8.h",
- ],
"d8\.cc": [
"+include/libplatform/libplatform.h",
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698