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

Side by Side Diff: content/browser/frame_host/DEPS

Issue 2399593005: ShapeDetectionImpl: Android implementation of detectFace() (Closed)
Patch Set: Move factory class into a separate file and rebase Created 4 years, 2 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 # The frame_host files should only call upwards in the layering via the 2 # The frame_host files should only call upwards in the layering via the
3 # delegate interfaces. 3 # delegate interfaces.
4 "-content/browser/web_contents", 4 "-content/browser/web_contents",
5 "-content/public/browser/web_contents.h", 5 "-content/public/browser/web_contents.h",
6 "-content/public/browser/web_contents_delegate.h", 6 "-content/public/browser/web_contents_delegate.h",
7 "-content/public/browser/web_contents_view.h", 7 "-content/public/browser/web_contents_view.h",
8 8
9 "+third_party/kasko", 9 "+third_party/kasko",
10 "+public/platform/modules/shapedetection/shapedetection.mojom.h"
qinmin 2016/10/12 18:32:18 nit: order the include alphabetically
10 ] 11 ]
11 12
12 specific_include_rules = { 13 specific_include_rules = {
13 ".*_(unit|browser)test\.cc": [ 14 ".*_(unit|browser)test\.cc": [
14 "+content/browser/web_contents", 15 "+content/browser/web_contents",
15 "+content/public/browser/web_contents.h", 16 "+content/public/browser/web_contents.h",
16 "+content/public/browser/web_contents_delegate.h", 17 "+content/public/browser/web_contents_delegate.h",
17 ], 18 ],
18 ".*interstitial_page_impl\.cc": [ 19 ".*interstitial_page_impl\.cc": [
19 # TODO(nasko): This should be removed once we remove 20 # TODO(nasko): This should be removed once we remove
20 # WebContentsObserver as the method of telling interstitial pages to 21 # WebContentsObserver as the method of telling interstitial pages to
21 # clean themselves up. 22 # clean themselves up.
22 "+content/browser/web_contents", 23 "+content/browser/web_contents",
23 "+content/public/browser/web_contents_delegate.h", 24 "+content/public/browser/web_contents_delegate.h",
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | content/public/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698