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

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

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« 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 13d6404e6040c328af9865223ef7747daf5d0142..201e96a764492b6368afb16a146303b3490995be 100644
--- a/mojo/public/cpp/application/DEPS
+++ b/mojo/public/cpp/application/DEPS
@@ -6,13 +6,11 @@ include_rules = [
]
specific_include_rules = {
- r"(mojo_main_chromium.cc|"
- r"application_impl_chromium.cc)": [
+ r"application_runner_chromium.*": [
"+base",
"+mojo/public/cpp"
],
- r"(mojo_main_standalone.cc|"
- r"application_impl_standalone.cc)": [
+ r"application_runner.*": [
"+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