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

Side by Side Diff: mojo/public/c/tests/DEPS

Issue 217443002: Mojo: Move mojo/public/utility to mojo/public/cpp/utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+testing", 2 "+testing",
3 # Our test harness is C++, so allow use C++: 3 # Our test harness is C++, so allow use C++:
4 "+mojo/public/cpp", 4 "+mojo/public/cpp",
5 # TODO(vtl): Temporary until these are moved to mojo/public/cpp: 5 # TODO(vtl): Temporary until these are moved to mojo/public/cpp:
6 "+mojo/public/tests", 6 "+mojo/public/tests",
7 "+mojo/public/utility",
8 ] 7 ]
OLDNEW
« no previous file with comments | « mojo/public/bindings/tests/router_unittest.cc ('k') | mojo/public/c/tests/system/core_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698