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

Side by Side Diff: chrome/common/DEPS

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dep instead of export Created 6 years, 10 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 "+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/nacl/common", 7 "+components/nacl/common",
8 "+components/password_manager/core/common", 8 "+components/password_manager/core/common",
9 "+components/policy/core/common", 9 "+components/policy/core/common",
10 "+components/translate/core/common", 10 "+components/translate/core/common",
11 "+extensions/common", 11 "+extensions/common",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+media",
13 "+ppapi/shared_impl", 14 "+ppapi/shared_impl",
14 "+remoting/client/plugin", 15 "+remoting/client/plugin",
15 "+webkit/common/user_agent", 16 "+webkit/common/user_agent",
16 17
17 # FIXME - refactor code and remove these dependencies 18 # FIXME - refactor code and remove these dependencies
18 "+chrome/installer", 19 "+chrome/installer",
19 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698