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

Side by Side Diff: android_webview/renderer/DEPS

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 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 | « BUILD.gn ('k') | build/config/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 "-android_webview", 2 "-android_webview",
3 "+android_webview/common", 3 "+android_webview/common",
4 "+android_webview/renderer", 4 "+android_webview/renderer",
5 "+android_webview/grit", 5 "+android_webview/grit",
6 6
7 "+components/autofill/content/renderer", 7 "+components/autofill/content/renderer",
8 "+components/cdm/renderer", 8 "+components/cdm/renderer",
9 "+components/printing/common", 9 "+components/printing/common",
10 "+components/printing/renderer", 10 "+components/printing/renderer",
11 "+components/spellcheck/renderer", 11 "+components/spellcheck/renderer",
12 "+components/visitedlink/renderer", 12 "+components/visitedlink/renderer",
13 13
14 "+content/public/child", 14 "+content/public/child",
15 "+content/public/renderer", 15 "+content/public/renderer",
16 16
17 "+media/base", 17 "+media/base",
18 18
19 "+printing", 19 "+printing",
20 20
21 "+services/shell/public/cpp", 21 "+services/shell/public/cpp",
22 22
23 "+third_party/WebKit/public/platform", 23 "+third_party/WebKit/public/platform",
24 "+third_party/WebKit/public/web", 24 "+third_party/WebKit/public/web",
25 25
26 "+third_party/widevine/cdm/widevine_cdm_common.h",
27
28 "+ui/gfx", 26 "+ui/gfx",
29 "+ui/gl/gpu_memory_buffer.h", 27 "+ui/gl/gpu_memory_buffer.h",
30 28
31 "+v8/include/v8.h", 29 "+v8/include/v8.h",
32 ] 30 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698