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

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

Issue 443063003: Revert 287680 "mojo: terminate apps if the shell goes away" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
Index: trunk/src/mojo/public/cpp/application/DEPS
===================================================================
--- trunk/src/mojo/public/cpp/application/DEPS (revision 287751)
+++ trunk/src/mojo/public/cpp/application/DEPS (working copy)
@@ -4,13 +4,11 @@
]
specific_include_rules = {
- r"(mojo_main_chromium.cc|"
- r"application_impl_chromium.cc)": [
+ "mojo_main_chromium.cc": [
"+base",
"+mojo/public/cpp"
],
- r"(mojo_main_standalone.cc|"
- r"application_impl_standalone.cc)": [
+ "mojo_main_standalone.cc": [
"+mojo/public/cpp"
],
}
« no previous file with comments | « trunk/src/mojo/public/cpp/application/BUILD.gn ('k') | trunk/src/mojo/public/cpp/application/application_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698