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

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: disable tests that touch nss for now Created 6 years, 4 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 | « mojo/public/cpp/application/BUILD.gn ('k') | mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/DEPS
diff --git a/mojo/public/cpp/application/DEPS b/mojo/public/cpp/application/DEPS
index 83093deb0b48ba4e5b79008ba0fc6dc776588c0c..20c90dabc83c32334e681fd7f0ebf4751316f89f 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"
],
}
« no previous file with comments | « mojo/public/cpp/application/BUILD.gn ('k') | mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698