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

Unified Diff: mojo/public/cpp/application/lib/DEPS

Issue 680263004: Split application_test_main.cc out of *_base.cc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Cleanup. Created 6 years, 2 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
Index: mojo/public/cpp/application/lib/DEPS
diff --git a/mojo/public/cpp/application/lib/DEPS b/mojo/public/cpp/application/lib/DEPS
index 5b15979f858933840a71f13627381fde49327eac..617c98a92c0d2dde513a0408276051885d35c90d 100644
--- a/mojo/public/cpp/application/lib/DEPS
+++ b/mojo/public/cpp/application/lib/DEPS
@@ -5,4 +5,7 @@ specific_include_rules = {
r"application_test_base\.cc": [
"+mojo/public/cpp/utility",
],
+ r"application_test_main\.cc": [
+ "+mojo/public/cpp/utility",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698