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

Side by Side Diff: extensions/renderer/DEPS

Issue 2724933002: Convert SetVisuallyDeemphasized IPC to mojo (Closed)
Patch Set: Addressed patch 2 comments Created 3 years, 9 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 "+components/translate/core/language_detection", 2 "+components/translate/core/language_detection",
3 "+content/public/child", 3 "+content/public/child",
4 "+content/public/renderer", 4 "+content/public/renderer",
5 5
6 "+gin", 6 "+gin",
7 "+mojo/edk/js", 7 "+mojo/edk/js",
8 8
9 "+third_party/skia/include/core", 9 "+third_party/skia/include/core",
10 "+third_party/cld", 10 "+third_party/cld",
11 "+third_party/cld_2", 11 "+third_party/cld_2",
12 "+third_party/cld_3", 12 "+third_party/cld_3",
13 13
14 "+third_party/WebKit/public/platform", 14 "+third_party/WebKit/public/platform",
15 "+third_party/WebKit/public/web", 15 "+third_party/WebKit/public/web",
16 16
17 "+tools/json_schema_compiler", 17 "+tools/json_schema_compiler",
18 18
19 "-v8", 19 "-v8",
20 "+v8/include", 20 "+v8/include",
21 21
22 "+storage/common/fileapi", 22 "+storage/common/fileapi",
23
24 "+services/service_manager/public/cpp",
23 ] 25 ]
24 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698