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

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

Issue 1090413007: [iOS] Upstream observer bridges (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 8 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
« no previous file with comments | « no previous file | ios/chrome/browser/prefs/pref_observer_bridge.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ios/chrome/grit", 2 "+ios/chrome/grit",
3 3
4 "+components/autofill/core/browser", 4 "+components/autofill/core/browser",
5 "+components/autofill/ios/browser", 5 "+components/autofill/ios/browser",
6 "+components/data_reduction_proxy/core/common", 6 "+components/data_reduction_proxy/core/common",
7 "+components/dom_distiller/core", 7 "+components/dom_distiller/core",
8 "+components/dom_distiller/ios", 8 "+components/dom_distiller/ios",
9 "+components/infobars/core", 9 "+components/infobars/core",
10 "+components/keyed_service/core", 10 "+components/keyed_service/core",
11 "+components/keyed_service/ios", 11 "+components/keyed_service/ios",
12 "+components/leveldb_proto", 12 "+components/leveldb_proto",
13 "+components/suggestions", 13 "+components/suggestions",
14 "+components/sync_driver",
14 "+components/translate/core", 15 "+components/translate/core",
15 "+components/translate/ios", 16 "+components/translate/ios",
16 "+components/web_resource", 17 "+components/web_resource",
17 "+components/webp_transcode", 18 "+components/webp_transcode",
18 "+ios/net", 19 "+ios/net",
19 "+ios/public/provider/chrome", 20 "+ios/public/provider/chrome",
20 "+ios/web/public", 21 "+ios/web/public",
21 "+net", 22 "+net",
22 "+third_party/google_toolbox_for_mac", 23 "+third_party/google_toolbox_for_mac",
23 "+ui", 24 "+ui",
24 25
25 # For tests. 26 # For tests.
26 "+ios/public/test", 27 "+ios/public/test",
27 28
28 # Only parts of skia are compiled on iOS, so we explicitly list the 29 # Only parts of skia are compiled on iOS, so we explicitly list the
29 # files that can be included to avoid bringing in more code. 30 # files that can be included to avoid bringing in more code.
30 "+skia/ext/skia_utils_ios.h", 31 "+skia/ext/skia_utils_ios.h",
31 32
32 # Generated file for translated strings in components. 33 # Generated file for translated strings in components.
33 "+grit/components_strings.h", 34 "+grit/components_strings.h",
34 ] 35 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/prefs/pref_observer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698