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

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

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

Powered by Google App Engine
This is Rietveld 408576698