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

Side by Side Diff: chrome/browser/DEPS

Issue 1680033004: Move gtk-specific browser main parts stuff to its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, fix ToolkitInitialized() Created 4 years, 10 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 | chrome/browser/chrome_content_browser_client.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 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "+cc/base/switches.h", 64 "+cc/base/switches.h",
65 65
66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
67 "-content/public/test/test_browser_context.h", 67 "-content/public/test/test_browser_context.h",
68 68
69 "+storage/browser", 69 "+storage/browser",
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/ash/chrome_browser_main_extra_parts_ash.h", 75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
75 76
76 # Explicitly disallow using SyncMessageFilter to prevent browser from 77 # Explicitly disallow using SyncMessageFilter to prevent browser from
77 # sending synchronous IPC messages on non-UI threads. 78 # sending synchronous IPC messages on non-UI threads.
78 "-ipc/ipc_sync_message_filter.h", 79 "-ipc/ipc_sync_message_filter.h",
79 80
80 # Other libraries. 81 # Other libraries.
81 "+libxml", 82 "+libxml",
82 "+third_party/google_toolbox_for_mac/src", 83 "+third_party/google_toolbox_for_mac/src",
83 "+third_party/icu/source/common/unicode", 84 "+third_party/icu/source/common/unicode",
(...skipping 16 matching lines...) Expand all
100 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
101 "+third_party/WebKit/public/web/WebCache.h", 102 "+third_party/WebKit/public/web/WebCache.h",
102 "+third_party/WebKit/public/web/WebContextMenuData.h", 103 "+third_party/WebKit/public/web/WebContextMenuData.h",
103 "+third_party/WebKit/public/web/WebFindOptions.h", 104 "+third_party/WebKit/public/web/WebFindOptions.h",
104 "+third_party/WebKit/public/web/WebInputEvent.h", 105 "+third_party/WebKit/public/web/WebInputEvent.h",
105 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
106 "+third_party/WebKit/public/web/WebPluginAction.h", 107 "+third_party/WebKit/public/web/WebPluginAction.h",
107 "+third_party/WebKit/public/web/WebTextDirection.h", 108 "+third_party/WebKit/public/web/WebTextDirection.h",
108 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
109 ] 110 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698