commit | b32b302b414415c92e2f34136b1cb7b8df3ffd32 | [log] [tgz] |
---|---|---|
author | Fred Mello <[email protected]> | Fri Jun 21 18:10:11 2019 |
committer | Commit Bot <[email protected]> | Fri Jun 21 18:10:11 2019 |
tree | e4e4ea89f2d9116eeeb049b05ae7d65e1746cdbf | |
parent | 83d2116246e57aa3b18d7ef8616f6bed42a61aa3 [diff] [blame] |
Remove classpath_deps from build params (DFM). TBR=agrieve # Trivial change in //device/vr Bug: 952859 Change-Id: I67ce4945ef0f136a0581bd86d2cb16c37f9126d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667334 Commit-Queue: Andrew Grieve <[email protected]> Reviewed-by: Andrew Grieve <[email protected]> Reviewed-by: Tibor Goldschwendt <[email protected]> Cr-Commit-Position: refs/heads/master@{#671371}
diff --git a/docs/android_dynamic_feature_modules.md b/docs/android_dynamic_feature_modules.md index 1b53699..89481fee2 100644 --- a/docs/android_dynamic_feature_modules.md +++ b/docs/android_dynamic_feature_modules.md
@@ -339,7 +339,7 @@ ] # Put other Chrome libs into the classpath so that you can call into the rest # of Chrome from the Foo DFM. - classpath_deps = [ + deps = [ "//base:base_java", "//chrome/android:chrome_java", # etc.