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

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

Issue 394903005: mojo: terminate apps if the shell goes away (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/DEPS
diff --git a/mojo/public/cpp/application/DEPS b/mojo/public/cpp/application/DEPS
index e808b79707e3151639e87ce0d639d30e3ff658ec..b9b075fb14d4c397d557413976fc887a4086e70a 100644
--- a/mojo/public/cpp/application/DEPS
+++ b/mojo/public/cpp/application/DEPS
@@ -4,11 +4,13 @@ include_rules = [
]
specific_include_rules = {
- "mojo_main_chromium.cc": [
+ r"(mojo_main_chromium.cc|"
+ r"application_impl_chromium.cc)": [
"+base",
"+mojo/public/cpp"
],
- "mojo_main_standalone.cc": [
+ r"(mojo_main_standalone.cc|"
+ r"application_impl_standalone.cc)": [
"+mojo/public/cpp"
],
}

Powered by Google App Engine
This is Rietveld 408576698