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

Side by Side Diff: content/public/test/DEPS

Issue 2958133003: Enable GRC
Patch Set: Rebase 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 "-content", 2 "-content",
3 "+content/public", 3 "+content/public",
4 "+components/viz/service", 4 "+components/viz/service",
5 "+device/geolocation/android/geolocation_jni_registrar.h", 5 "+device/geolocation/android/geolocation_jni_registrar.h",
6 "+mojo/android/system/mojo_jni_registrar.h", 6 "+mojo/android/system/mojo_jni_registrar.h",
7 "+services/resource_coordinator",
7 "+services/service_manager", 8 "+services/service_manager",
8 "+v8/include/v8.h", 9 "+v8/include/v8.h",
9 ] 10 ]
10 11
11 # Ensure we don't leak internal content headers through public headers. 12 # Ensure we don't leak internal content headers through public headers.
12 specific_include_rules = { 13 specific_include_rules = {
13 ".*\.(cc|mm)": [ 14 ".*\.(cc|mm)": [
14 # Allow inclusion of specific components that we depend on. 15 # Allow inclusion of specific components that we depend on.
15 # See comment in content/DEPS for which components are allowed. 16 # See comment in content/DEPS for which components are allowed.
16 "+components/scheduler/renderer", 17 "+components/scheduler/renderer",
17 18
18 # Testing utilities can access anything in content/ 19 # Testing utilities can access anything in content/
19 "+content", 20 "+content",
20 "+gin/v8_initializer.h", 21 "+gin/v8_initializer.h",
21 "+third_party/iaccessible2", 22 "+third_party/iaccessible2",
22 "+ui/base/resource/resource_bundle.h", 23 "+ui/base/resource/resource_bundle.h",
23 ], 24 ],
24 } 25 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698