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

Side by Side Diff: chrome/android/webapk/DEPS

Issue 2133923002: Simplify caller checking logic in WebApkServiceImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into sandbox_on_transact1 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 # The WebAPK runs in a different APK than Chrome so cannot depend on anything 1 # The WebAPK runs in a different APK than Chrome so cannot depend on anything
2 # in Chrome including //base. 2 # in Chrome including //base.
3 include_rules = [ 3 include_rules = [
4 "-base", 4 "-base",
5 "-chrome", 5 "-chrome",
6 "-content",
6 "-testing", 7 "-testing",
7 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698