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

Side by Side Diff: chrome/common/DEPS

Issue 347953002: Use the same set of switches for service process autorun and for launching process from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 06/19/2014 19:02:33.22 Created 6 years, 6 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/data_reduction_proxy/common", 9 "+components/data_reduction_proxy/common",
10 "+components/nacl/common", 10 "+components/nacl/common",
11 "+components/password_manager/core/common", 11 "+components/password_manager/core/common",
12 "+components/policy/core/common", 12 "+components/policy/core/common",
13 "+components/signin/core/common", 13 "+components/signin/core/common",
14 "+components/translate/core/common", 14 "+components/translate/core/common",
15 "+extensions/common", 15 "+extensions/common",
16 "+google_apis/gaia", # For gaia_switches.h
16 "+grit", # For generated headers 17 "+grit", # For generated headers
17 "+media", 18 "+media",
18 "+ppapi/shared_impl", 19 "+ppapi/shared_impl",
19 "+remoting/client/plugin", 20 "+remoting/client/plugin",
20 "+webkit/common/user_agent", 21 "+webkit/common/user_agent",
21 22
22 # FIXME - refactor code and remove these dependencies 23 # FIXME - refactor code and remove these dependencies
23 "+chrome/installer", 24 "+chrome/installer",
24 ] 25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698