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

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

Issue 191293018: Adds a generator for writing messages to disk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: common_lib Created 6 years, 8 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 "-base", 2 "-base",
3 "+testing", 3 "+testing",
4 ] 4 ]
5
6 specific_include_rules = {
7 # message_generator is used to generate test files and can depend on base.
8 "message_generator.cc": [
9 "+base",
10 ],
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698