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

Side by Side Diff: content/public/android/DEPS

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Move //device/nfc to be part of the internal impl of Device Service Created 3 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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 2
3 # The util files in content/public/test/android are needed by 3 # The util files in content/public/test/android are needed by
4 # content/public/android/javatests. 4 # content/public/android/javatests.
5 "+content/public/test/android", 5 "+content/public/test/android",
6 # ContentShellActivity is needed for running ContentView. 6 # ContentShellActivity is needed for running ContentView.
7 "+content/shell/android", 7 "+content/shell/android",
8 # Needed for device APIs implemented as Mojo services in Java. 8 # Needed for device APIs implemented as Mojo services in Java.
9 "+device", 9 "+device",
10 # Mojo is needed for Mojo service registry kept in the browser. 10 # Mojo is needed for Mojo service registry kept in the browser.
11 "+mojo/android", 11 "+mojo/android",
12 # Needed for ContentNfcDelegate.java implementation.
Reilly Grant (use Gerrit) 2017/05/22 17:51:19 This comment should probably remain generic like t
leonhsl(Using Gerrit) 2017/05/23 06:35:32 Done.
13 "+services/device/public/java",
12 ] 14 ]
OLDNEW
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698