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

Side by Side Diff: chrome/common/DEPS

Issue 1595633002: Use valid /prefetch arguments for process launches on Windows. - do not submit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move
Patch Set: format Created 4 years, 11 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", # 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/cloud_devices/common", 7 "+components/cloud_devices/common",
8 "+components/content_settings/core/common", 8 "+components/content_settings/core/common",
9 "+components/crash/core/common", 9 "+components/crash/core/common",
10 "+components/crx_file", 10 "+components/crx_file",
11 "+components/data_reduction_proxy/content/common", 11 "+components/data_reduction_proxy/content/common",
12 "+components/data_reduction_proxy/core/common", 12 "+components/data_reduction_proxy/core/common",
13 "+components/dom_distiller/core", 13 "+components/dom_distiller/core",
14 "+components/flags_ui/flags_ui_switches.h", 14 "+components/flags_ui/flags_ui_switches.h",
15 "+components/gcm_driver", 15 "+components/gcm_driver",
16 "+components/metrics/client_info.h", 16 "+components/metrics/client_info.h",
17 "+components/metrics/metrics_pref_names.h", 17 "+components/metrics/metrics_pref_names.h",
18 "+components/nacl/common", 18 "+components/nacl/common",
19 "+components/password_manager/core/common", 19 "+components/password_manager/core/common",
20 "+components/printing/common", 20 "+components/printing/common",
21 "+components/policy/core/common", 21 "+components/policy/core/common",
22 "+components/signin/core/common", 22 "+components/signin/core/common",
23 "+components/startup_metric_utils/common",
23 "+components/strings/grit", 24 "+components/strings/grit",
24 "+components/translate/core/common", 25 "+components/translate/core/common",
25 "+components/url_formatter", 26 "+components/url_formatter",
26 "+components/version_info", 27 "+components/version_info",
27 "+extensions/common", 28 "+extensions/common",
28 "+gin/public", # For profiling.cc 29 "+gin/public", # For profiling.cc
29 "+google_apis/gaia", # For gaia_switches.h 30 "+google_apis/gaia", # For gaia_switches.h
30 "+grit", # For generated headers. TODO(thestig): Remove. 31 "+grit", # For generated headers. TODO(thestig): Remove.
31 "+media", 32 "+media",
32 "+ppapi/c", 33 "+ppapi/c",
33 "+ppapi/shared_impl", 34 "+ppapi/shared_impl",
34 "+ppapi/thunk", 35 "+ppapi/thunk",
35 "+third_party/kasko", 36 "+third_party/kasko",
36 37
37 # FIXME - refactor code and remove these dependencies 38 # FIXME - refactor code and remove these dependencies
38 "+chrome/installer", 39 "+chrome/installer",
39 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698