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

Side by Side Diff: cc/base/DEPS

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: Addressed comments from dtrainor Created 5 years, 1 month 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 # Things within cc/base should not depend on things in cc/ outside of cc/base. 1 # Things within cc/base should not depend on things in cc/ outside of cc/base
2 # except protocol buffers.
2 include_rules = [ 3 include_rules = [
3 "-cc", 4 "-cc",
4 "+cc/base", 5 "+cc/base",
6 "+cc/proto",
5 ] 7 ]
6 8
7 # Tests can use things in cc/test 9 # Tests can use things in cc/test
8 specific_include_rules = { 10 specific_include_rules = {
9 ".*unittest\.cc": [ 11 ".*unittest\.cc": [
10 "+cc/test", 12 "+cc/test",
11 ] 13 ]
12 } 14 }
OLDNEW
« no previous file with comments | « cc/base/BUILD.gn ('k') | cc/base/region.h » ('j') | cc/base/region.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698