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

Side by Side Diff: apps/DEPS

Issue 12450014: Show an InfoBar when trying to start Packaged Apps from Metro mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 7 years, 9 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
« no previous file with comments | « no previous file | apps/app_launch_for_metro_restart_win.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 "+ui", 4 "+ui",
5 "+win8",
5 # Temporary allowed includes. 6 # Temporary allowed includes.
6 # TODO(benwells): remove these (http://crbug.com/159366) 7 # TODO(benwells): remove these (http://crbug.com/159366)
7 "+chrome/browser/browser_process.h", 8 "+chrome/browser/browser_process.h",
8 "+chrome/browser/extensions", 9 "+chrome/browser/extensions",
9 "+chrome/browser/profiles", 10 "+chrome/browser/profiles",
10 "+chrome/browser/shell_integration.h", 11 "+chrome/browser/shell_integration.h",
11 "+chrome/browser/ui/extensions/application_launch.h", 12 "+chrome/browser/ui/extensions/application_launch.h",
12 "+chrome/browser/ui/extensions/shell_window.h", 13 "+chrome/browser/ui/extensions/shell_window.h",
13 "+chrome/browser/ui/host_desktop.h", 14 "+chrome/browser/ui/host_desktop.h",
14 "+chrome/browser/ui/web_applications/web_app_ui.h", 15 "+chrome/browser/ui/web_applications/web_app_ui.h",
15 "+chrome/browser/web_applications/web_app.h", 16 "+chrome/browser/web_applications/web_app.h",
16 "+chrome/common/chrome_notification_types.h", 17 "+chrome/common/chrome_notification_types.h",
17 "+chrome/common/chrome_paths.h", 18 "+chrome/common/chrome_paths.h",
18 "+chrome/common/extensions", 19 "+chrome/common/extensions",
19 "+chrome/common/mac/app_mode_common.h", 20 "+chrome/common/mac/app_mode_common.h",
20 "+chrome/installer", 21 "+chrome/installer",
21 "+chrome/test/base/testing_profile.h", 22 "+chrome/test/base/testing_profile.h",
22 ] 23 ]
OLDNEW
« no previous file with comments | « no previous file | apps/app_launch_for_metro_restart_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698