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

Unified Diff: gin/DEPS

Issue 60613003: Add a dependency from Gin to base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | gin/arguments.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/DEPS
diff --git a/gin/DEPS b/gin/DEPS
index 6e9bed85c02b87e92e34467ab2f66071fed91192..4e3f30adc78998f4bb2473a80649407ea2e7fa7a 100644
--- a/gin/DEPS
+++ b/gin/DEPS
@@ -1,7 +1,4 @@
include_rules = [
- "+v8",
-
- # Use of base is allowed in tests. We can also use base in production code
- # as long as we don't introduce a link-time dependency.
"+base",
+ "+v8",
]
« no previous file with comments | « no previous file | gin/arguments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698