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

Side by Side Diff: extensions/renderer/DEPS

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « extensions/renderer/BUILD.gn ('k') | extensions/renderer/api/serial/data_receiver_unittest.cc » ('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 "+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 "+third_party/mojo/src/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_2/src/public/compact_lang_det.h", 10 "+third_party/cld_2/src/public/compact_lang_det.h",
11 "+third_party/cld_2/src/public/encodings.h", 11 "+third_party/cld_2/src/public/encodings.h",
12 12
13 "+third_party/WebKit/public/platform", 13 "+third_party/WebKit/public/platform",
14 "+third_party/WebKit/public/web", 14 "+third_party/WebKit/public/web",
15 15
16 "+tools/json_schema_compiler", 16 "+tools/json_schema_compiler",
17 17
18 "-v8", 18 "-v8",
19 "+v8/include", 19 "+v8/include",
20 20
21 "+storage/common/fileapi", 21 "+storage/common/fileapi",
22 ] 22 ]
23 23
OLDNEW
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/renderer/api/serial/data_receiver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698