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

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

Issue 2152593002: Upstream password manager unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 4 years, 5 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "+third_party/google_toolbox_for_mac", 89 "+third_party/google_toolbox_for_mac",
90 "+ui", 90 "+ui",
91 91
92 # Those depend on //content; exclude them. 92 # Those depend on //content; exclude them.
93 "-components/metrics/gpu", 93 "-components/metrics/gpu",
94 "-components/sessions/content", 94 "-components/sessions/content",
95 95
96 # For tests. 96 # For tests.
97 "+ios/chrome/test", 97 "+ios/chrome/test",
98 "+ios/public/test", 98 "+ios/public/test",
99 "+ios/testing",
99 100
100 # Only parts of skia are compiled on iOS, so we explicitly list the 101 # Only parts of skia are compiled on iOS, so we explicitly list the
101 # files that can be included to avoid bringing in more code. 102 # files that can be included to avoid bringing in more code.
102 "+skia/ext/skia_utils_ios.h", 103 "+skia/ext/skia_utils_ios.h",
103 104
104 # Strings and resources. 105 # Strings and resources.
105 "+components/grit", 106 "+components/grit",
106 "+components/strings/grit", 107 "+components/strings/grit",
107 "+grit/components_strings.h", 108 "+grit/components_strings.h",
108 "+ios/chrome/grit", 109 "+ios/chrome/grit",
109 ] 110 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698