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

Side by Side Diff: content/browser/DEPS

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Remove useless files Created 3 years, 4 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 | « content/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.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 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/discardable_memory/service", 5 "+components/discardable_memory/service",
6 "+components/filesystem", 6 "+components/filesystem",
7 "+components/keyboard_lock",
7 "+components/leveldb", 8 "+components/leveldb",
8 "+components/link_header_util", 9 "+components/link_header_util",
9 "+components/metrics", 10 "+components/metrics",
10 "+components/metrics:single_sample_metrics", 11 "+components/metrics:single_sample_metrics",
11 "+components/network_session_configurator/common", 12 "+components/network_session_configurator/common",
12 "+components/offline_pages/features/features.h", 13 "+components/offline_pages/features/features.h",
13 "+components/offline_pages/core/request_header", 14 "+components/offline_pages/core/request_header",
14 "+components/payments", 15 "+components/payments",
15 "+components/profile_service", 16 "+components/profile_service",
16 "+components/rappor/public", 17 "+components/rappor/public",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 147
147 # Unlike other WebKit directories WebKit/common is for the files that 148 # Unlike other WebKit directories WebKit/common is for the files that
148 # are commonly referenced by renderer-side and browser-side code, and 149 # are commonly referenced by renderer-side and browser-side code, and
149 # does not use Blink types like WTF. 150 # does not use Blink types like WTF.
150 "+third_party/WebKit/common", 151 "+third_party/WebKit/common",
151 152
152 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 153 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
153 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 154 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
154 # for more information. 155 # for more information.
155 ] 156 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698