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

Unified Diff: gin/DEPS

Issue 67763002: Add gin, a lightweight bindings system for V8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments 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 | « build/all.gyp ('k') | gin/OWNERS » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..6e9bed85c02b87e92e34467ab2f66071fed91192
--- /dev/null
+++ b/gin/DEPS
@@ -0,0 +1,7 @@
+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",
+]
« no previous file with comments | « build/all.gyp ('k') | gin/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698