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

Unified Diff: components/safe_json_parser/DEPS

Issue 1140053003: Refactoring: Moving the SafeJsonParser to its own component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Catching up with WebstoreInstallHelper changes Created 5 years, 7 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 | « components/safe_json_parser/BUILD.gn ('k') | components/safe_json_parser/safe_json_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json_parser/DEPS
diff --git a/components/safe_json_parser/DEPS b/components/safe_json_parser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4e771fcabeeb1f6107d93fc11da1441744e9826f
--- /dev/null
+++ b/components/safe_json_parser/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+base",
+ "+content/public",
+ "+grit", # For generated headers
+ "+grit/components_strings.h", # For generated headers
+ "+ipc",
+ "+ui/base",
+]
« no previous file with comments | « components/safe_json_parser/BUILD.gn ('k') | components/safe_json_parser/safe_json_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698