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

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: update test 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
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..326b525adaf528fd3db034c92ffb57bc5af6a70c 100644
--- a/src/base/DEPS
+++ b/src/libsampler/DEPS
@@ -1,7 +1,5 @@
include_rules = [
- "-include",
- "+include/v8config.h",
- "+include/v8stdint.h",
"-src",
"+src/base",
-]
+ "+src/libsampler",
+]

Powered by Google App Engine
This is Rietveld 408576698