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

Side by Side Diff: chrome/common/DEPS

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps/app_shim", # For app shim messages. 2 "+apps/app_shim", # For app shim messages.
3 "+breakpad", # For Breakpad constants. 3 "+breakpad", # For Breakpad constants.
4 "+chromeos", # For chromeos_switches.h 4 "+chromeos", # For chromeos_switches.h
5 "+components/autofill/content/common", 5 "+components/autofill/content/common",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/bookmarks/common", 7 "+components/bookmarks/common",
8 "+components/cloud_devices/common", 8 "+components/cloud_devices/common",
9 "+components/content_settings/core/common", 9 "+components/content_settings/core/common",
10 "+components/data_reduction_proxy/common", 10 "+components/data_reduction_proxy/common",
11 "+components/metrics/client_info.h", 11 "+components/metrics/client_info.h",
12 "+components/metrics/metrics_pref_names.h", 12 "+components/metrics/metrics_pref_names.h",
13 "+components/nacl/common", 13 "+components/nacl/common",
14 "+components/password_manager/core/common", 14 "+components/password_manager/core/common",
15 "+components/policy/core/common", 15 "+components/policy/core/common",
16 "+components/signin/core/common", 16 "+components/signin/core/common",
17 "+components/translate/core/common", 17 "+components/translate/core/common",
18 "+extensions/common", 18 "+extensions/common",
19 "+google_apis/gaia", # For gaia_switches.h 19 "+google_apis/gaia", # For gaia_switches.h
20 "+grit", # For generated headers 20 "+grit", # For generated headers
21 "+media", 21 "+media",
22 "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
22 "+ppapi/shared_impl", 23 "+ppapi/shared_impl",
23 "+remoting/client/plugin", 24 "+remoting/client/plugin",
24 "+webkit/common/user_agent", 25 "+webkit/common/user_agent",
25 26
26 # FIXME - refactor code and remove these dependencies 27 # FIXME - refactor code and remove these dependencies
27 "+chrome/installer", 28 "+chrome/installer",
28 ] 29 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698