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

Side by Side Diff: src/libplatform/DEPS

Issue 2190973003: [Tracing] V8 Tracing Controller - Add args and copy support (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More fixes Created 4 years, 4 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/libplatform", 3 "+include/libplatform",
4 "+include/v8-platform.h", 4 "+include/v8-platform.h",
5 "-src", 5 "-src",
6 "+src/base", 6 "+src/base",
7 "+src/libplatform", 7 "+src/libplatform",
8 "+src/tracing"
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698