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

Side by Side 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, 6 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 unified diff | Download patch
« no previous file with comments | « src/isolate.cc ('k') | src/libsampler/hashmap.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-include", 2 "+include",
3 "+include/v8config.h",
4 "+include/v8stdint.h",
5 "-src", 3 "-src",
6 "+src/base", 4 "+src/base",
7 ] 5 "+src/libsampler",
6 ]
OLDNEW
« 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