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

Side by Side Diff: content/DEPS

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues 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
OLDNEW
1 # Do NOT add chrome to the list below. We shouldn't be including files 1 # Do NOT add chrome to the list below. We shouldn't be including files
2 # from src/chrome in src/content. Also, we may only depend on files in 2 # from src/chrome in src/content. Also, we may only depend on files in
3 # src/components that are shared with the mojo html_viewer. 3 # src/components that are shared with the mojo html_viewer.
4 include_rules = [ 4 include_rules = [
5 # The subdirectories in content/ will manually allow their own include 5 # The subdirectories in content/ will manually allow their own include
6 # directories in content/ so we disallow all of them. 6 # directories in content/ so we disallow all of them.
7 "-content", 7 "-content",
8 "+content/app/resources/grit/content_resources.h", 8 "+content/app/resources/grit/content_resources.h",
9 "+content/common", 9 "+content/common",
10 "+content/grit", 10 "+content/grit",
11 "+content/public/common", 11 "+content/public/common",
12 "+content/public/test", 12 "+content/public/test",
13 "+content/test", 13 "+content/test",
14 14
15 "+blink", 15 "+blink",
16 16
17 "+cc", 17 "+cc",
18 "-cc/blink", 18 "-cc/blink",
19 # If you want to use any of these files, move them to src/base first. 19 # If you want to use any of these files, move them to src/base first.
20 "-cc/base/scoped_ptr_algorithm.h", 20 "-cc/base/scoped_ptr_algorithm.h",
21 "-cc/base/scoped_ptr_deque.h", 21 "-cc/base/scoped_ptr_deque.h",
22 "-cc/base/scoped_ptr_vector.h", 22 "-cc/base/scoped_ptr_vector.h",
23 23
24 "+crypto", 24 "+crypto",
25 "+grit/blink_resources.h", 25 "+grit/blink_resources.h",
26 "+grit/content_strings.h", 26 "+grit/content_strings.h",
27 27
28 "+dbus", 28 "+dbus",
29 "+gpu", 29 "+gpu",
30 "+media",
30 "+mojo/common", 31 "+mojo/common",
31 "+mojo/edk/embedder", 32 "+mojo/edk/embedder",
32 "+mojo/edk/js", 33 "+mojo/edk/js",
33 "+mojo/edk/test", 34 "+mojo/edk/test",
34 "+mojo/message_pump", 35 "+mojo/message_pump",
35 "+mojo/public", 36 "+mojo/public",
36 "+net", 37 "+net",
37 "+ppapi", 38 "+ppapi",
38 "+printing", 39 "+printing",
39 "+sandbox", 40 "+sandbox",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "+jni", 114 "+jni",
114 ] 115 ]
115 116
116 # content -> content/shell dependency is not allowed, except for browser tests. 117 # content -> content/shell dependency is not allowed, except for browser tests.
117 specific_include_rules = { 118 specific_include_rules = {
118 ".*_browsertest[a-z_]*\.cc": [ 119 ".*_browsertest[a-z_]*\.cc": [
119 "+content/shell/browser", 120 "+content/shell/browser",
120 "+content/shell/common", 121 "+content/shell/common",
121 ], 122 ],
122 } 123 }
123
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | content/common/BUILD.gn » ('j') | media/gpu/h264_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698