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

Side by Side Diff: mojo/public/cpp/application/DEPS

Issue 506353002: Make HandleWatcher watch on the same thread if the thread is running a MessagePumpMojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+mojo/public/cpp/bindings", 2 "+mojo/public/cpp/bindings",
3 "+mojo/public/cpp/environment", 3 "+mojo/public/cpp/environment",
4 "+mojo/public/interfaces/application", 4 "+mojo/public/interfaces/application",
5 "+mojo/public/interfaces/service_provider", 5 "+mojo/public/interfaces/service_provider",
6 ] 6 ]
7 7
8 specific_include_rules = { 8 specific_include_rules = {
9 r"application_runner_chromium.*": [ 9 r"application_runner_chromium.*": [
10 "+base", 10 "+base",
11 "+mojo/common",
11 "+mojo/public/cpp" 12 "+mojo/public/cpp"
12 ], 13 ],
13 r"application_runner.*": [ 14 r"application_runner.*": [
14 "+mojo/public/cpp" 15 "+mojo/public/cpp"
15 ], 16 ],
16 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698