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

Side by Side Diff: chrome/browser/DEPS

Issue 2816293002: Description: Replace layout constants in chrome/browser/extensions and chrome/browser/first_run (Closed)
Patch Set: Address review comments Created 3 years, 7 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer/util", 9 "+chrome/installer/util",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 67
68 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 68 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
69 "-content/public/test/test_browser_context.h", 69 "-content/public/test/test_browser_context.h",
70 70
71 "+storage/browser", 71 "+storage/browser",
72 "+storage/common", 72 "+storage/common",
73 73
74 "-chrome/browser/ui/views", 74 "-chrome/browser/ui/views",
75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
76 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", 76 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
77 "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h",
78 "+chrome/browser/ui/views/try_chrome_dialog_view.h",
77 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 79 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
78 80
79 # Code in chrome should not use ash::SessionStateDelegate and friends. 81 # Code in chrome should not use ash::SessionStateDelegate and friends.
80 # Instead, use SessionManager/UserManager/SessionControllerClient directly 82 # Instead, use SessionManager/UserManager/SessionControllerClient directly
81 # since they are part of chrome. 83 # since they are part of chrome.
82 "-ash/session", 84 "-ash/session",
83 85
84 # Explicitly disallow using SyncMessageFilter to prevent browser from 86 # Explicitly disallow using SyncMessageFilter to prevent browser from
85 # sending synchronous IPC messages on non-UI threads. 87 # sending synchronous IPC messages on non-UI threads.
86 "-ipc/ipc_sync_message_filter.h", 88 "-ipc/ipc_sync_message_filter.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 126 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
125 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 127 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
126 "+third_party/WebKit/public/public_features.h", 128 "+third_party/WebKit/public/public_features.h",
127 "+third_party/WebKit/public/web/WebContextMenuData.h", 129 "+third_party/WebKit/public/web/WebContextMenuData.h",
128 "+third_party/WebKit/public/web/WebFindOptions.h", 130 "+third_party/WebKit/public/web/WebFindOptions.h",
129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 131 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
130 "+third_party/WebKit/public/web/WebPluginAction.h", 132 "+third_party/WebKit/public/web/WebPluginAction.h",
131 "+third_party/WebKit/public/web/WebTextDirection.h", 133 "+third_party/WebKit/public/web/WebTextDirection.h",
132 "+third_party/WebKit/public/web/window_features.mojom.h", 134 "+third_party/WebKit/public/web/window_features.mojom.h",
133 ] 135 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698