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

Side by Side Diff: components/search_provider_logos/DEPS

Issue 266923008: Adjust the structure of DEPS within //components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some nits Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+net", 2 "+net",
3 "+third_party/skia/include/core/SkBitmap.h", 3 "+third_party/skia/include/core/SkBitmap.h",
4 "+ui/gfx/image", 4 "+ui/gfx/image",
5
6 # search_provider_logos is shared by iOS and hence cannot depend on the
7 # content layer. If //content dependencies need to be introduced, this will
8 # have to become a layered component."
9 "-content",
10 ] 5 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698