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

Side by Side Diff: mojo/public/utility/DEPS

Issue 134823005: Mojo: re-organize public tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix common tests Created 6 years, 11 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
(Empty)
1 # Tests can include base.
2 specific_include_rules = {
3 ".*unittest.cc": [
4 "+base",
5 ],
6 }
7
8 include_rules = [
9 # For OS_XXX.
10 "+build/build_config.h",
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698