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

Unified Diff: src/libsampler/DEPS

Issue 1922303002: Create libsampler as V8 sampler library. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix TSAN failure Created 4 years, 7 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/isolate.cc ('k') | src/libsampler/hashmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libsampler/DEPS
diff --git a/src/base/DEPS b/src/libsampler/DEPS
similarity index 39%
copy from src/base/DEPS
copy to src/libsampler/DEPS
index e53cadff484602768523bfacc2409493e76eca20..bdf1a82670b604ea628c6bb2bd9a1cc107c3c722 100644
--- a/src/base/DEPS
+++ b/src/libsampler/DEPS
@@ -1,7 +1,6 @@
include_rules = [
- "-include",
- "+include/v8config.h",
- "+include/v8stdint.h",
+ "+include",
"-src",
"+src/base",
-]
+ "+src/libsampler",
+]
« no previous file with comments | « src/isolate.cc ('k') | src/libsampler/hashmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698