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

Unified Diff: src/inspector/DEPS

Issue 2337523003: [inspector] disallow usage of non public api methods in inspector (Closed)
Patch Set: addressed comments Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/DEPS
diff --git a/src/inspector/DEPS b/src/inspector/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f63b2e97f920cec5a63fc5e3c02e6ea642938935
--- /dev/null
+++ b/src/inspector/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "-src",
+ "+src/inspector",
+ "+src/base/macros.h",
+ "+src/base/logging.h"
+]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698