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

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: move to libgtk2ui 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "+cc/base/switches.h", 65 "+cc/base/switches.h",
66 66
67 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 67 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
68 "-content/public/test/test_browser_context.h", 68 "-content/public/test/test_browser_context.h",
69 69
70 "+storage/browser", 70 "+storage/browser",
71 "+storage/common", 71 "+storage/common",
72 72
73 "-chrome/browser/ui/views", 73 "-chrome/browser/ui/views",
74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_gtk.h",
75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 76 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
76 77
77 # Explicitly disallow using SyncMessageFilter to prevent browser from 78 # Explicitly disallow using SyncMessageFilter to prevent browser from
78 # sending synchronous IPC messages on non-UI threads. 79 # sending synchronous IPC messages on non-UI threads.
79 "-ipc/ipc_sync_message_filter.h", 80 "-ipc/ipc_sync_message_filter.h",
80 81
81 # Other libraries. 82 # Other libraries.
82 "+libxml", 83 "+libxml",
83 "+third_party/google_toolbox_for_mac/src", 84 "+third_party/google_toolbox_for_mac/src",
84 "+third_party/icu/source/common/unicode", 85 "+third_party/icu/source/common/unicode",
(...skipping 16 matching lines...) Expand all
101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 102 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
102 "+third_party/WebKit/public/web/WebCache.h", 103 "+third_party/WebKit/public/web/WebCache.h",
103 "+third_party/WebKit/public/web/WebContextMenuData.h", 104 "+third_party/WebKit/public/web/WebContextMenuData.h",
104 "+third_party/WebKit/public/web/WebFindOptions.h", 105 "+third_party/WebKit/public/web/WebFindOptions.h",
105 "+third_party/WebKit/public/web/WebInputEvent.h", 106 "+third_party/WebKit/public/web/WebInputEvent.h",
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
107 "+third_party/WebKit/public/web/WebPluginAction.h", 108 "+third_party/WebKit/public/web/WebPluginAction.h",
108 "+third_party/WebKit/public/web/WebTextDirection.h", 109 "+third_party/WebKit/public/web/WebTextDirection.h",
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", 110 "+third_party/WebKit/public/web/WebWindowFeatures.h",
110 ] 111 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698