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

Side by Side Diff: components/signin/core/browser/DEPS

Issue 1661933002: Remove incorrect dependency of components_unittests on test_support_ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/components_tests.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 specific_include_rules = {
2 # Needed for test wire-up on iOS.
3 '.*test.*': [
4 "+ios/public/test/fake_profile_oauth2_token_service_ios_provider.h",
5 ],
6 }
7 include_rules = [ 1 include_rules = [
8 "+components/invalidation/public", 2 "+components/invalidation/public",
9 "+components/metrics", 3 "+components/metrics",
10 "+google/cacheinvalidation", 4 "+google/cacheinvalidation",
11 "+jni", 5 "+jni",
12 ] 6 ]
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698