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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/BUILD.gn ('k') | cc/base/region.h » ('j') | cc/base/region.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/DEPS
diff --git a/cc/base/DEPS b/cc/base/DEPS
index 33b4e8f0bac8541aa39886d3e5d966ef5ffdf499..6b13ec1c3c85bf6ffba7c6b3f0ca234185a41e65 100644
--- a/cc/base/DEPS
+++ b/cc/base/DEPS
@@ -1,7 +1,9 @@
-# Things within cc/base should not depend on things in cc/ outside of cc/base.
+# Things within cc/base should not depend on things in cc/ outside of cc/base
+# except protocol buffers.
include_rules = [
"-cc",
"+cc/base",
+ "+cc/proto",
]
# Tests can use things in cc/test
« 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