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

Side by Side Diff: ios/chrome/browser/DEPS

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tools/metrics/histograms/histograms.xml Created 5 years, 7 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 "+ios/chrome/grit", 2 "+ios/chrome/grit",
3 3
4 "+breakpad/src/client/ios",
4 "+components/autofill/core/browser", 5 "+components/autofill/core/browser",
5 "+components/autofill/ios/browser", 6 "+components/autofill/ios/browser",
6 "+components/data_reduction_proxy/core/common", 7 "+components/data_reduction_proxy/core/common",
7 "+components/dom_distiller/core", 8 "+components/dom_distiller/core",
8 "+components/dom_distiller/ios", 9 "+components/dom_distiller/ios",
9 "+components/infobars/core", 10 "+components/infobars/core",
10 "+components/keyed_service/core", 11 "+components/keyed_service/core",
11 "+components/keyed_service/ios", 12 "+components/keyed_service/ios",
12 "+components/leveldb_proto", 13 "+components/leveldb_proto",
13 "+components/pref_registry", 14 "+components/pref_registry",
(...skipping 14 matching lines...) Expand all
28 # For tests. 29 # For tests.
29 "+ios/public/test", 30 "+ios/public/test",
30 31
31 # Only parts of skia are compiled on iOS, so we explicitly list the 32 # Only parts of skia are compiled on iOS, so we explicitly list the
32 # files that can be included to avoid bringing in more code. 33 # files that can be included to avoid bringing in more code.
33 "+skia/ext/skia_utils_ios.h", 34 "+skia/ext/skia_utils_ios.h",
34 35
35 # Generated file for translated strings in components. 36 # Generated file for translated strings in components.
36 "+grit/components_strings.h", 37 "+grit/components_strings.h",
37 ] 38 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698