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

Unified Diff: chrome/DEPS

Issue 113147: Also scan .m and .mm files in checkdeps.py (Closed)
Patch Set: updat Created 11 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 | « app/resource_bundle_mac.mm ('k') | tools/checkdeps/checkdeps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index 95705689c08fc908911514d016aee2c7cf7db363..0a1a3e1b3e040e1e53b61365b05d7ddb150cc2aa 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -18,6 +18,12 @@ include_rules = [
# Allow inclusion of WebKit API files.
"+webkit/api",
+ # Allow inclusion of Mozilla interface headers.
+ "+third_party/mozilla",
+
+ # Allow usage of Google Toolbox for Mac.
+ "+third_party/GTM",
+
# Brett's test. Contact him for questions.
"+frame_window",
]
« no previous file with comments | « app/resource_bundle_mac.mm ('k') | tools/checkdeps/checkdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698