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

Side by Side Diff: apps/DEPS

Issue 15947007: Move application restart and relaunch code out of ExtensionService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pafooey Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/app_load_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+content", 3 "+content",
4 "+components/browser_context_keyed_service", 4 "+components/browser_context_keyed_service",
5 "+ui", 5 "+ui",
6 "+win8", 6 "+win8",
7 # Temporary allowed includes. 7 # Temporary allowed includes.
8 # TODO(benwells): remove these (http://crbug.com/159366) 8 # TODO(benwells): remove these (http://crbug.com/159366)
9 "+chrome/browser/browser_process.h", 9 "+chrome/browser/browser_process.h",
10 "+chrome/browser/extensions", 10 "+chrome/browser/extensions",
11 "+chrome/browser/profiles", 11 "+chrome/browser/profiles",
12 "+chrome/browser/shell_integration.h", 12 "+chrome/browser/shell_integration.h",
13 "+chrome/browser/ui/extensions/application_launch.h", 13 "+chrome/browser/ui/extensions/application_launch.h",
14 "+chrome/browser/ui/extensions/shell_window.h", 14 "+chrome/browser/ui/extensions/shell_window.h",
15 "+chrome/browser/ui/host_desktop.h", 15 "+chrome/browser/ui/host_desktop.h",
16 "+chrome/browser/ui/web_applications/web_app_ui.h", 16 "+chrome/browser/ui/web_applications/web_app_ui.h",
17 "+chrome/browser/web_applications/web_app.h", 17 "+chrome/browser/web_applications/web_app.h",
18 "+chrome/common/chrome_notification_types.h", 18 "+chrome/common/chrome_notification_types.h",
19 "+chrome/common/chrome_paths.h", 19 "+chrome/common/chrome_paths.h",
20 "+chrome/common/chrome_switches.h",
20 "+chrome/common/extensions", 21 "+chrome/common/extensions",
21 "+chrome/common/mac/app_mode_common.h", 22 "+chrome/common/mac/app_mode_common.h",
22 "+chrome/installer", 23 "+chrome/installer",
23 "+chrome/test/base/testing_profile.h", 24 "+chrome/test/base/testing_profile.h",
24 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | apps/app_load_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698