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

Side by Side Diff: chrome/common/DEPS

Issue 2314163003: Removing and deprecating PLT DataReductionProxy UMA (Closed)
Patch Set: DEPS change Created 4 years, 3 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 "+chrome/grit", 2 "+chrome/grit",
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/cast_certificate", 7 "+components/cast_certificate",
8 "+components/cdm/common", 8 "+components/cdm/common",
9 "+components/cloud_devices/common", 9 "+components/cloud_devices/common",
10 "+components/content_settings/core/common", 10 "+components/content_settings/core/common",
11 "+components/crash/core/common", 11 "+components/crash/core/common",
12 "+components/crx_file", 12 "+components/crx_file",
13 "+components/data_reduction_proxy/content/common",
14 "+components/data_reduction_proxy/core/common", 13 "+components/data_reduction_proxy/core/common",
15 "+components/dom_distiller/core", 14 "+components/dom_distiller/core",
16 "+components/flags_ui/flags_ui_switches.h", 15 "+components/flags_ui/flags_ui_switches.h",
17 "+components/gcm_driver", 16 "+components/gcm_driver",
18 "+components/metrics/client_info.h", 17 "+components/metrics/client_info.h",
19 "+components/metrics/metrics_pref_names.h", 18 "+components/metrics/metrics_pref_names.h",
20 "+components/nacl/common", 19 "+components/nacl/common",
21 "+components/offline_pages/offline_page_feature.h", 20 "+components/offline_pages/offline_page_feature.h",
22 "+components/password_manager/core/common", 21 "+components/password_manager/core/common",
23 "+components/policy/core/common", 22 "+components/policy/core/common",
24 "+components/printing/common", 23 "+components/printing/common",
25 "+components/signin/core/common", 24 "+components/signin/core/common",
26 "+components/translate/core/common", 25 "+components/translate/core/common",
27 "+components/url_formatter", 26 "+components/url_formatter",
28 "+components/version_info", 27 "+components/version_info",
29 "+extensions/common", 28 "+extensions/common",
30 "+gin/public", # For profiling.cc 29 "+gin/public", # For profiling.cc
31 "+google_apis/gaia", # For gaia_switches.h 30 "+google_apis/gaia", # For gaia_switches.h
32 "+media", 31 "+media",
33 "+ppapi/c", 32 "+ppapi/c",
34 "+ppapi/shared_impl", 33 "+ppapi/shared_impl",
35 "+ppapi/thunk", 34 "+ppapi/thunk",
36 "+third_party/kasko", 35 "+third_party/kasko",
37 36
38 # FIXME - refactor code and remove these dependencies 37 # FIXME - refactor code and remove these dependencies
39 "+chrome/installer", 38 "+chrome/installer",
40 ] 39 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698