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

Side by Side Diff: chrome/common/DEPS

Issue 1934193003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_content_client.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 "+chrome/grit", # For generated headers 2 "+chrome/grit", # For generated headers
3 "+chromeos", # For chromeos_switches.h 3 "+chromeos", # For chromeos_switches.h
4 "+components/autofill/content/common", 4 "+components/autofill/content/common",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/bookmarks/common", 6 "+components/bookmarks/common",
7 "+components/cdm/common",
7 "+components/cloud_devices/common", 8 "+components/cloud_devices/common",
8 "+components/content_settings/core/common", 9 "+components/content_settings/core/common",
9 "+components/crash/core/common", 10 "+components/crash/core/common",
10 "+components/crx_file", 11 "+components/crx_file",
11 "+components/data_reduction_proxy/content/common", 12 "+components/data_reduction_proxy/content/common",
12 "+components/data_reduction_proxy/core/common", 13 "+components/data_reduction_proxy/core/common",
13 "+components/dom_distiller/core", 14 "+components/dom_distiller/core",
14 "+components/flags_ui/flags_ui_switches.h", 15 "+components/flags_ui/flags_ui_switches.h",
15 "+components/gcm_driver", 16 "+components/gcm_driver",
16 "+components/metrics/client_info.h", 17 "+components/metrics/client_info.h",
(...skipping 17 matching lines...) Expand all
34 "+grit", # For generated headers. TODO(thestig): Remove. 35 "+grit", # For generated headers. TODO(thestig): Remove.
35 "+media", 36 "+media",
36 "+ppapi/c", 37 "+ppapi/c",
37 "+ppapi/shared_impl", 38 "+ppapi/shared_impl",
38 "+ppapi/thunk", 39 "+ppapi/thunk",
39 "+third_party/kasko", 40 "+third_party/kasko",
40 41
41 # FIXME - refactor code and remove these dependencies 42 # FIXME - refactor code and remove these dependencies
42 "+chrome/installer", 43 "+chrome/installer",
43 ] 44 ]
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698