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

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: git cl try Created 3 years, 8 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 "+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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ash/chrome_browser_main_extra_parts_ash.h", 77 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
78 "+chrome/browser/ui/views/harmony/chrome_layout_provider.h",
Peter Kasting 2017/04/17 19:36:18 I don't think adding this here is correct. Instea
ananta 2017/04/26 02:37:29 I moved try_chrome_dialog_view.cc to chrome/browse
78 79
79 # Code in chrome should not use ash::SessionStateDelegate and friends. 80 # Code in chrome should not use ash::SessionStateDelegate and friends.
80 # Instead, use SessionManager/UserManager/SessionControllerClient directly 81 # Instead, use SessionManager/UserManager/SessionControllerClient directly
81 # since they are part of chrome. 82 # since they are part of chrome.
82 "-ash/session", 83 "-ash/session",
83 84
84 # Explicitly disallow using SyncMessageFilter to prevent browser from 85 # Explicitly disallow using SyncMessageFilter to prevent browser from
85 # sending synchronous IPC messages on non-UI threads. 86 # sending synchronous IPC messages on non-UI threads.
86 "-ipc/ipc_sync_message_filter.h", 87 "-ipc/ipc_sync_message_filter.h",
87 88
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 125 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
125 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 126 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
126 "+third_party/WebKit/public/public_features.h", 127 "+third_party/WebKit/public/public_features.h",
127 "+third_party/WebKit/public/web/WebContextMenuData.h", 128 "+third_party/WebKit/public/web/WebContextMenuData.h",
128 "+third_party/WebKit/public/web/WebFindOptions.h", 129 "+third_party/WebKit/public/web/WebFindOptions.h",
129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
130 "+third_party/WebKit/public/web/WebPluginAction.h", 131 "+third_party/WebKit/public/web/WebPluginAction.h",
131 "+third_party/WebKit/public/web/WebTextDirection.h", 132 "+third_party/WebKit/public/web/WebTextDirection.h",
132 "+third_party/WebKit/public/web/window_features.mojom.h", 133 "+third_party/WebKit/public/web/window_features.mojom.h",
133 ] 134 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698