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

Side by Side Diff: cc/ipc/DEPS

Issue 2023973002: Introduce cc StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary MessageLoop Created 4 years, 6 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 "+gpu/ipc/common", 2 "+gpu/ipc/common",
3 "+ui/events/ipc", 3 "+ui/events/ipc",
4 ] 4 ]
5
6 specific_include_rules = {
7 "struct_traits_unittest\.cc": [
8 "+mojo/public/cpp/bindings/binding_set.h",
Ken Rockot(use gerrit already) 2016/05/31 15:49:22 Any reason not to just add +mojo/public to the inc
Fady Samuel 2016/05/31 15:57:20 Done.
9 ],
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698