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

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

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 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
« no previous file with comments | « content/public/common/mojo_shell_connection.h ('k') | content/public/test/test_mojo_app.h » ('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 "+mojo/shell", 4 "+services/shell",
5 "+v8/include/v8.h", 5 "+v8/include/v8.h",
6 ] 6 ]
7 7
8 # Ensure we don't leak internal content headers through public headers. 8 # Ensure we don't leak internal content headers through public headers.
9 specific_include_rules = { 9 specific_include_rules = {
10 ".*\.cc": [ 10 ".*\.cc": [
11 # Allow inclusion of specific components that we depend on. We may only 11 # Allow inclusion of specific components that we depend on. We may only
12 # depend on components which we share with the mojo html_viewer. 12 # depend on components which we share with the mojo html_viewer.
13 "+components/scheduler/renderer", 13 "+components/scheduler/renderer",
14 14
15 # Testing utilities can access anything in content/ 15 # Testing utilities can access anything in content/
16 "+content", 16 "+content",
17 "+gin/v8_initializer.h", 17 "+gin/v8_initializer.h",
18 "+media/base", 18 "+media/base",
19 "+media/capture/video/android/capture_jni_registrar.h", 19 "+media/capture/video/android/capture_jni_registrar.h",
20 "+third_party/iaccessible2", 20 "+third_party/iaccessible2",
21 "+ui/base/resource/resource_bundle.h", 21 "+ui/base/resource/resource_bundle.h",
22 ], 22 ],
23 } 23 }
OLDNEW
« no previous file with comments | « content/public/common/mojo_shell_connection.h ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698