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

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

Issue 1667743002: Implement some methods of ChromeBrowserState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_browser_state
Patch Set: Created 4 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 "+breakpad/src/client/ios", 2 "+breakpad/src/client/ios",
3 "+breakpad/src/common", 3 "+breakpad/src/common",
4 "+components/about_handler", 4 "+components/about_handler",
5 "+components/autofill/core/browser", 5 "+components/autofill/core/browser",
6 "+components/autofill/core/common", 6 "+components/autofill/core/common",
7 "+components/autofill/ios/browser", 7 "+components/autofill/ios/browser",
8 "+components/bookmarks", 8 "+components/bookmarks",
9 "+components/browser_sync/browser", 9 "+components/browser_sync/browser",
10 "+components/browser_sync/common", 10 "+components/browser_sync/common",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "+components/webdata_services", 74 "+components/webdata_services",
75 "+components/webp_transcode", 75 "+components/webp_transcode",
76 "+crypto", 76 "+crypto",
77 "+google_apis", 77 "+google_apis",
78 "+ios/chrome/common", 78 "+ios/chrome/common",
79 "+ios/net", 79 "+ios/net",
80 "+ios/public/provider/chrome", 80 "+ios/public/provider/chrome",
81 "+ios/public/provider/components", 81 "+ios/public/provider/components",
82 "+ios/public/provider/web", 82 "+ios/public/provider/web",
83 "+ios/web/public", 83 "+ios/web/public",
84 "+ios/web/webui",
droger 2016/02/03 16:20:48 Could you file a bug to remove this dependency? An
sdefresne 2016/02/03 16:32:05 => crbug.com/583685
84 "+net", 85 "+net",
85 "+sync", 86 "+sync",
86 "+third_party/google_toolbox_for_mac", 87 "+third_party/google_toolbox_for_mac",
87 "+ui", 88 "+ui",
88 89
89 # Those depend on //content; exclude them. 90 # Those depend on //content; exclude them.
90 "-components/metrics/gpu", 91 "-components/metrics/gpu",
91 "-components/sessions/content", 92 "-components/sessions/content",
92 93
93 # For tests. 94 # For tests.
94 "+ios/chrome/test", 95 "+ios/chrome/test",
95 "+ios/public/test", 96 "+ios/public/test",
96 97
97 # Only parts of skia are compiled on iOS, so we explicitly list the 98 # Only parts of skia are compiled on iOS, so we explicitly list the
98 # files that can be included to avoid bringing in more code. 99 # files that can be included to avoid bringing in more code.
99 "+skia/ext/skia_utils_ios.h", 100 "+skia/ext/skia_utils_ios.h",
100 101
101 # Strings and resources. 102 # Strings and resources.
102 "+grit/components_chromium_strings.h", 103 "+grit/components_chromium_strings.h",
103 "+grit/components_google_chrome_strings.h", 104 "+grit/components_google_chrome_strings.h",
104 "+grit/components_resources.h", 105 "+grit/components_resources.h",
105 "+grit/components_scaled_resources.h", 106 "+grit/components_scaled_resources.h",
106 "+grit/components_strings.h", 107 "+grit/components_strings.h",
107 "+ios/chrome/grit", 108 "+ios/chrome/grit",
108 ] 109 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698