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

Side by Side Diff: chrome/browser/DEPS

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 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 | « ash/wm_window_user_data_unittest.cc ('k') | chrome/browser/about_flags.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", 9 "+chrome/installer",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "+storage/common", 70 "+storage/common",
71 71
72 "-chrome/browser/ui/views", 72 "-chrome/browser/ui/views",
73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", 74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
76 76
77 # Code in chrome should not use ash::SessionStateDelegate and friends. 77 # Code in chrome should not use ash::SessionStateDelegate and friends.
78 # Instead, use SessionManager/UserManager/SessionControllerClient directly 78 # Instead, use SessionManager/UserManager/SessionControllerClient directly
79 # since they are part of chrome. 79 # since they are part of chrome.
80 "-ash/session", 80 "-ash/common/session",
81 81
82 # Explicitly disallow using SyncMessageFilter to prevent browser from 82 # Explicitly disallow using SyncMessageFilter to prevent browser from
83 # sending synchronous IPC messages on non-UI threads. 83 # sending synchronous IPC messages on non-UI threads.
84 "-ipc/ipc_sync_message_filter.h", 84 "-ipc/ipc_sync_message_filter.h",
85 85
86 # Other libraries. 86 # Other libraries.
87 "+libxml", 87 "+libxml",
88 "+third_party/google_toolbox_for_mac/src", 88 "+third_party/google_toolbox_for_mac/src",
89 "+third_party/icu/source/common/unicode", 89 "+third_party/icu/source/common/unicode",
90 "+third_party/icu/source/i18n/unicode", 90 "+third_party/icu/source/i18n/unicode",
(...skipping 30 matching lines...) Expand all
121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
122 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 122 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
123 "+third_party/WebKit/public/public_features.h", 123 "+third_party/WebKit/public/public_features.h",
124 "+third_party/WebKit/public/web/WebContextMenuData.h", 124 "+third_party/WebKit/public/web/WebContextMenuData.h",
125 "+third_party/WebKit/public/web/WebFindOptions.h", 125 "+third_party/WebKit/public/web/WebFindOptions.h",
126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
127 "+third_party/WebKit/public/web/WebPluginAction.h", 127 "+third_party/WebKit/public/web/WebPluginAction.h",
128 "+third_party/WebKit/public/web/WebTextDirection.h", 128 "+third_party/WebKit/public/web/WebTextDirection.h",
129 "+third_party/WebKit/public/web/window_features.mojom.h", 129 "+third_party/WebKit/public/web/window_features.mojom.h",
130 ] 130 ]
OLDNEW
« no previous file with comments | « ash/wm_window_user_data_unittest.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698