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

Side by Side Diff: chrome/browser/DEPS

Issue 2968293002: Introduce SystemNetworkContextManager. (Closed)
Patch Set: Merge Created 3 years, 5 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 "+cc/paint", 3 "+cc/paint",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer/util", 8 "+chrome/installer/util",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 81 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
82 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", 82 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
83 "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h", 83 "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h",
84 "+chrome/browser/ui/views/try_chrome_dialog_view.h", 84 "+chrome/browser/ui/views/try_chrome_dialog_view.h",
85 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 85 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
86 86
87 # Explicitly disallow using SyncMessageFilter to prevent browser from 87 # Explicitly disallow using SyncMessageFilter to prevent browser from
88 # sending synchronous IPC messages on non-UI threads. 88 # sending synchronous IPC messages on non-UI threads.
89 "-ipc/ipc_sync_message_filter.h", 89 "-ipc/ipc_sync_message_filter.h",
90 90
91 # Allows in-process use of NetworkService for URLRequestContext configuration.
92 # Should be removed once the actual network service ships.
93 "+content/public/network",
94
91 # Other libraries. 95 # Other libraries.
92 "+libxml", 96 "+libxml",
93 "+third_party/google_toolbox_for_mac/src", 97 "+third_party/google_toolbox_for_mac/src",
94 "+third_party/icu/source/common/unicode", 98 "+third_party/icu/source/common/unicode",
95 "+third_party/icu/source/i18n/unicode", 99 "+third_party/icu/source/i18n/unicode",
96 "+third_party/leveldatabase", 100 "+third_party/leveldatabase",
97 "+third_party/libxml", 101 "+third_party/libxml",
98 "+third_party/mozilla", # Mozilla interface headers. 102 "+third_party/mozilla", # Mozilla interface headers.
99 "+third_party/ocmock/gtest_support.h", 103 "+third_party/ocmock/gtest_support.h",
100 "+third_party/protobuf/src/google/protobuf", 104 "+third_party/protobuf/src/google/protobuf",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "+third_party/WebKit/public/web/WebTextDirection.h", 142 "+third_party/WebKit/public/web/WebTextDirection.h",
139 "+third_party/WebKit/public/web/window_features.mojom.h", 143 "+third_party/WebKit/public/web/window_features.mojom.h",
140 ] 144 ]
141 specific_include_rules = { 145 specific_include_rules = {
142 # TODO(mash): Remove. http://crbug.com/678705 146 # TODO(mash): Remove. http://crbug.com/678705
143 "fullscreen_chromeos\.cc": [ 147 "fullscreen_chromeos\.cc": [
144 "+ash/root_window_controller.h", 148 "+ash/root_window_controller.h",
145 "+ash/shell.h", 149 "+ash/shell.h",
146 ] 150 ]
147 } 151 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/io_thread.h » ('j') | chrome/browser/io_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698