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

Side by Side Diff: content/public/DEPS

Issue 2647243002: PaymentApp: Implement PaymentAppProvider for LayoutTest.
Patch Set: Created 3 years, 11 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 "-content", 2 "-content",
3 3
4 "+components/payments/payment_app.mojom.h",
please use gerrit instead 2017/01/23 13:28:07 This dependency seems unnecessary.
zino 2017/01/23 17:31:08 Done.
4 "+services/service_manager/public", 5 "+services/service_manager/public",
5 6
6 # This file does not belong in content/public as it should not be 7 # This file does not belong in content/public as it should not be
7 # included directly by embedders of content/. It must however be 8 # included directly by embedders of content/. It must however be
8 # available to code in content/public. 9 # available to code in content/public.
9 "+content/common/content_export.h", 10 "+content/common/content_export.h",
10 "+content/public/common", 11 "+content/public/common",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698