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

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

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 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/public/common/geoposition.cc ('k') | content/public/test/android/BUILD.gn » ('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 "-content", 2 "-content",
3 "+content/public", 3 "+content/public",
4 "+device/geolocation/android/geolocation_jni_registrar.h",
5 "+services/shell", 4 "+services/shell",
6 "+v8/include/v8.h", 5 "+v8/include/v8.h",
7 ] 6 ]
8 7
9 # Ensure we don't leak internal content headers through public headers. 8 # Ensure we don't leak internal content headers through public headers.
10 specific_include_rules = { 9 specific_include_rules = {
11 ".*\.cc": [ 10 ".*\.cc": [
12 # Allow inclusion of specific components that we depend on. 11 # Allow inclusion of specific components that we depend on.
13 # See comment in content/DEPS for which components are allowed. 12 # See comment in content/DEPS for which components are allowed.
14 "+components/scheduler/renderer", 13 "+components/scheduler/renderer",
15 14
16 # Testing utilities can access anything in content/ 15 # Testing utilities can access anything in content/
17 "+content", 16 "+content",
18 "+gin/v8_initializer.h", 17 "+gin/v8_initializer.h",
19 "+third_party/iaccessible2", 18 "+third_party/iaccessible2",
20 "+ui/base/resource/resource_bundle.h", 19 "+ui/base/resource/resource_bundle.h",
21 ], 20 ],
22 } 21 }
OLDNEW
« no previous file with comments | « content/public/common/geoposition.cc ('k') | content/public/test/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698