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

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: 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 unified diff | Download patch
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

Powered by Google App Engine
This is Rietveld 408576698